Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to observe the Add action of DbSet<T>?

Entity Framework - Reuse Complex Type

EntityFramework not creating tables

Avoiding Shotgun Surgery with Database.SetInitializer

Entity Framework: Generating specific table if doesn't exist?

Entity Framework 5 Code First - How to "start over"?

Why does my EF4.1 relationship not get set to null upon assignment of a null value?

Entity Framework Code First Configure Schema Per Entity

How to check whether DbContext.Set<T> exists in model?

Reset EF code-first database in LocalDB

Using navigation properties in entity framework code first

How to unit test Entity Framework?

Cannot drop database because it is currently in use - EF code-first

Entity Framework Code First Foreign Key issue

In which format is Target field in the EF Migration resx files?

Entity Framework Code First not lazy loading after save

Entity framework Code First: select data from table with discriminator

EF5 code first with ASP.NET Web API: Update entity with many-to-many relationship

How to specify a schema for a many-to-many relationship table?

Accidentally deleted records in __MigrationHistory?