Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Deleting Entity in Many to Many Relationship Leaves Orphans in Relationship Table

Decimal as Primary Key works in Dev (Win7/64bit) but not in Production (Win2008R2/64bit) Common Language Runtime detected an invalid program

Way to reduce compiled DLL bloat when using Entity Framework Code First Migrations

Entity Framework 6.0 Code first - getting duplicated items in a simple query when filtering by primary key

Entity Framework 6: Migration Drop column if exists

Where Does Entity Framework 6 Get Connection String For Migrations?

Entity Framework CTP5 (Code First) Modeling - lookup tables

Entity Framework Code First 0 to 1 mapping

\Unable to map entity to table if another entity has same name as table

EF Code First: Methods that can translate to SQL

How to control primary key values when seeding data with Entity Framework codefirst

How can I mix TPH and TPT in Entity Framework 6?

Why have a foreign key in a class in Entity Framework?

Does an equivalent to Database.CompatibleWithModel(bool) exist in EF Core

Mapping TPT in EF Code First 4.1 w/ Different Primary Keys

Unique constraint with EFCodeFirst and SqlCe4

Displaying many-to-many groupings in WPF

c# wpf ef-code-first

Entity annotation attributes do not work

Entity Framework Code First: How can I determine the foreign key property used for a navigation property at runtime?

EF 6 Code First, changing a Foreign Key Id with an Include on navigation property causes "A referential integrity constraint violation occurred" error