Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

EF Code First - how to set identity seed?

DbSet.Find method ridiculously slow compared to .SingleOrDefault on ID

Entity Framework Not Creating Database

Enums with EF code-first - standard method to seeding DB and then using?

Conditional mapping with graphdiff

Entity Framework migrations stopped detecting the POCO updates

Using DbContext Set<T>() instead of exposing on the context

Place to put Database.SetInitializer

unexpected GetType() result for entity entry

Why does Add-Migration sometimes create duplicate migrations?

EF Code-First One-to-one relationship: Multiplicity is not valid in Role * in relationship

How can I automatically filter out soft deleted entities with Entity Framework?

Entity Framework creates a plural table name, but the view expects a singular table name?

Entity Framework code first. Find primary key

Entity Framework Code First Using Guid as Identity with another Identity Column

Run Code First Migration Seed Method without a migration

Implementing Zero Or One to Zero Or One relationship in EF Code first by Fluent API

Possible to default DateTime field to GETDATE() with Entity Framework Migrations?

SQL 'time' type in Entity Framework Code First

Entity Framework: I set the foreign key, SaveChanges then access the navigation property, but it doesn't load the related entity. Why not?