Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to know project is code-first or database-first?

Linq .Where(type = typeof(xxx)) comparison is always false

c# linq ef-code-first

Entity Framework 4.1Code First connecting to Sql Server 2005

EF 4.1 Code First - single context or multiple contexts?

ef-code-first

How can I detect a [NotMapped] annotation from PropertyInfo or MetaData?

Entity Framework Code First Azure connection

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