Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EF 5 Code First Migration Bulk SQL Data Seeding

How should I access a computed column in Entity Framework Code First?

Can MvcMiniProfiler display SQL parameter values?

Unhandled Exception after Upgrading to Entity Framework 4.3.1

Does EF Core allow a unique column to contain multiple nulls?

Mapping Database Views to EF 5.0 Code First w/Migrations

mvc 5 code first userid as a Foreign Key

Entity Framework .Where nested in .Include

Entity Framework Code First: One-to-Many and Many-to-Many relationships to same table

Entity Framewok Code First "ADO.NET provider not found" with local SQL Server CE DLL's

Entity Framework DbContext SaveChanges() OriginalValue Incorrect

Loading a large amount of images to be displayed in a WrapPanel

How to scaffold EF core to existing DB?

A smarter Entity Framework Codefirst fluent API

EF 4.1 Referential integrity error

TVF (Table Value Function) in entity framework using code-first

Does Entity Framework save related classes automatically?

How can I disable the use of the __MigrationHistory table in Entity Framework 4.3 Code First?

Entity Framework: am I supposed to modify migration classes?

Code first TPT and cascade on delete