Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Azure Web Sites connection string for EF not being picked up

EntityFramework 6.0 CreateDatabaseIfNotExists Code first to create database

How can I use EF6 to update a many to many table

Violation of primary key Entity Framework Code First

EntityFramework Core - Copying an entity and placing it back into the database

Entity Framework Core still picks up old column

How to use attribute mapping with EF Core DB First

Error: The object cannot be deleted because it was not found in the ObjectStateManager

Entity Framework: mapping tinyint to boolean

c# entity-framework mapping

Attach entity in modified state without marking all properties dirty

Unable to create a constant value of type (type) Only primitive types ('such as Int32, String, and Guid') are supported in this context

How to automate setting ConcurrencyMode=Fixed on all RowVersion columns?

entity-framework

EF Lambda: The Include path expression must refer to a navigation property [duplicate]

Is it possible to use reflection with linq to entity?

How to get id from entity for Auditlog in Entity Framework 6

Table missing from 'EF Designer from database' .edmx diagram

Why throws exception when using Guid.Parse() method?

How to only load certain fields of a child object in Entity Framework 6.1?

How does Find method of Entity Framework work?

c# entity-framework

Add XML documentation / comments to properties/fields in EF generated classes