Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

What happened to HasColumnName for EF Core?

How can I log all entities change, during .SaveChanges() using EF code first?

Why is ON DELETE SET NULL still not implemented in the Entity Framework 6? Is there a snag?

Lose EF Code First Migration when working on different TFS branches?

The type 'Company.Model.User' and the type 'Company.Core.Model.User' both have the same simple name of 'User' and so cannot be used in the same model

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