Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How can I set up two navigation properties of the same type in Entity Framework

The term 'Enable-Migrations' is not recognized mvc code first

Entity Framework 5: Using DatabaseGeneratedOption.Computed option

EntityFramework.dll vs System.Data.Entity.dll -- ambiguity

How to represent Bridge table in Entity Framework Code First

Id of newly added Entity before SaveChanges()

EF Code First: is good to call DetectChanges just before SaveChanges?

Generate SQL CE database from EF Code-First DbContext class

LINQ To Entities + Include + Anonymous type issue

Entity Framework 6: How to override SQL generator?

Why is EF code-first generating an extraneous foreign key column?

Entity Framework Code First ReadOnly Entity

Can code-first Entity Framework do cross database queries with SQL Server DBs on the same box?

EF 4.2 Code First and DDD Design Concerns

Entity Framework Code First Error "Error Locating Server/Instance Specified"

Trying to set a non-null string to type 'System.Int32'

EF4 Code First make tables names singular

Does Entity Framework Code First allow for fluent mappings in separate files?

Entity framework 6 code first - one way many to many via annotations

How do I map to a lookup table using Entity Framework Code First with Fluent API