Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

DbMigrator.GetPendingMigrations() always empty

Entity Framework Ignore Schema

TPC Inheritance Error

update-database -force command is not updating the base in entity framework code -first

SQL Server Object Explorer not showing a database

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?