Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Entity Framework Code First - Cast smallint and integer to int32

How to update related entities using GraphDiff?

Persisting and retrieving serialized entity property with Entity Framework 6.1 code first

EntityFramework Code first migrations not running after deploying to Azure

EF 4.1 Code First Issue After Upgrade

EF code-first: How to load related data (parent-child-grandchild)?

How can I use MVC4 Migrations without using Entity Frameworks?

One to one relationship with Entity Framework Fluent API

Set a constraint for minimum int value

Error when serializing EF Code First 5.0 data in WebAPI Controller

Manually add a migration?

EF 4.2, CodeFirst - Navigation property within a complext type

How to make Entity Framework Code First use the SQL Azure DB?

EF Code First DropCreateDatabaseAlways not executed

EF Code first migrations not running after deploy to Azure

How to generalise access to DbSet<TEntity> members of a DbContext?

EF CodeFirst: Get all POCO types for DbContext

Entity Framework Code First DateTime field update on modification

Using a custom attribute in EF7 (core) OnModelCreating

Why doesn't SET IDENTITY_INSERT OFF work for me in EF 4.1?