Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Using Entity Framework (code first) migrations in production

EF: Validation failing on update when using lazy-loaded, required properties

Entity Framework Stored Procedure Table Value Parameter

How to disable cascade delete for link tables in EF code-first?

EF Including Other Entities (Generic Repository pattern)

One to one optional relationship using Entity Framework Fluent API

How to store images using Entity Framework Code First CTP 5?

The connection string 'MyConnection' in the application's configuration file does not contain the required providerName attribute."

EF Code First: How to get random rows

Calculated column in EF Code First

How to specify table name with Entity Framework Code First Fluent API

Default value for Required fields in Entity Framework migrations?

How to delete and recreate from scratch an existing EF Code First database

Multiple DB Contexts in the Same DB and Application in EF 6 and Code First Migrations

composite key as foreign key

Composite Key with EF 4.1 Code First

Entity Framework query slow, but same SQL in SqlQuery is fast

How Should I Declare Foreign Key Relationships Using Code First Entity Framework (4.1) in MVC3?

EF Code First foreign key without navigation property

EntityType 'IdentityUserLogin' has no key defined. Define the key for this EntityType