Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Entity Framework many-to-many not populating collections

"The entity type 'CustomAttributeData' requires a primary key to be defined" error when I add-migration in EF Core

Different schema name on correlation table - Entity Framework

Problem with MySQL tinyint and Entity Framework code first

EF inserts a DB generated key, ignoring DatabaseGeneratedOption.None

How to seed stored procedure in entity framework 7 using code first approach?

One-to-many relation in ASP.NET MVC4 and CodeFirst

Add a localdb for tests

Switch from Entity Framework Database First to Code First

Inheritance mapping by overriding property

Call stored procedures with Entity Framework 6 code first approach in Asp.Net MVC 5

Entity Framework One-Many Relationship on Same Entity

Creating relationship in model with composite keys throws "Property is part of key and can't be modified" exception

Where did Entity Framework 6.1 put my database?

Nullable enum field with Code First Approach doesn't create the enum Field in Database

EF returns "Cannot Insert NULL" ... But column defines a default value [duplicate]