Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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

Entity Framework : Sharing entities across different DbContexts

EF Code First not generating table for ICollection<string>

How to force EF code first to recreate databases?

My Seed() method is never called in Code First EF 5

Reverse engineering a subset of tables for Entity Framework

Recreate and Reseed LocalDb Before Each Unit Test