Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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

Error While Enabling Code-First Migrations On Mobile Services Database

EF 4 Code First: Model compatibility cannot be checked because the EdmMetadata type was not included in the model

EF 4.1, Code-First: Is there an easy way to remove ALL conventions?

How do I encrypt data in Entity Framework Code First?

Entity Framework with Sql Server Column Level Encryption

How to get dbsets metadata from EF CodeFirst DbContext?

ef-code-first

In what scenarios do I need foreign keys AND navigation properties in entity framework