Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework automatic foreign key population

c# entity-framework

How do you define DBContext properly in a Class Library Project?

LocalDB instance specified does not exist

DDD and EF Code-First Migrations

Stored procedure cannot create complex type in entity framework

SQL Connection Errors in Microsoft Azure

How to include ApplicationUser in a relational table/model in asp.net mvc

Db context on azure app service (mobile) fails

Entity Framework projection behaviour

c# entity-framework linq

Entity Framework nested navigation properties count only

EF Core RC2 FinaI Issue: No database provider has been configured for this DbContext

c# .net entity-framework

How to use a different connection string (but same database) for migrations

entity-framework

EntityFramework core (7th) how to map protected/private properties

"Case statement" in a "group by query" with Entity Framework 6

What is entity graph in Entity Framework?

entity-framework

The term 'Scaffold-DbContext' is not recognized as the name of a cmdlet

How can I sort objects returned by EF according to a list of IDs?

Is it possible to map IQueryable<CatDTO> to IQueryable<CatEf>?

What is the best way to find directory path from an EF migration script?

C# - when to use public int virtual, and when to just use public int