Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EntityFramework 5 Code First multiple inheritance mapping (TPC)

literal or constant as part of composite key in EF code first

Technique(s) in a C# multiuser application where all clients have their data up-to-date from a central database

Custom code execution in EF migrations

"EntityType has no key defined" exception although key is defined with HasKey

Mapping Complex Types to results form SqlQuery in Entity Framework

Creating indexes with Entity Framework 6 Migrations

EF Code First - Fluent API (WithRequiredDependent and WithRequiredPrincipal)

Update database schema on model change without data loss

How to drop a table in Entity Framework Code First?

ASP.NET-Identity: how to limit UserName length?

C# to F# - EF Code First

How do I turn off change tracking at the DbContext level in EF 4.1 RC?

How to use Entity Framework 4.1 Code First to force a one to one relationship for a one to many relationship in the database

How do I get the Entity Framework to initialise collections on my newly-created entities?

ASP.NET MVC 3 EF CodeFirst - DBContext item editing

Nullability for strings vs other data types in columns created by Entity Framework Code First

Why I do I fall into all of the hurdles for a simple update in EF?

Entity Framework 6 not creating tables in SQLite database

Migrating data when adding one-to-one relationship in EF Core?