Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

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?

How can set a default value constraint with Entity Framework 6 Code First?

Entity Framework Code First naming conventions - back to plural table names?

Entity Framework/MVC3: temporarily disable validation

Conflicting changes to the role x of the relationship y have been detected

How to add new table to existing database code first

EF Code First - Include(x => x.Properties.Entity) a 1 : Many association

EF Core Error - No project was found. Change the current working directory or use the --project option

How do I programmatically set the connection string for Entity-Framework Code-First?

Entity Framework loading child collection with sort order