Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Strongly Typed Ids in Entity Framework Core

IQueryable<> from stored procedure (entity framework)

ASYNC and Entity Framework

How to make all entities access:internal instead of public in EDMX?

Entity Framework one-to-many with table-per-hierarchy creates one foreign key column per subclass

Is there a DbSet<TEntity>.Local equivalent in Entity Framework 7?

EntityFramework Multiple Where

c# .net entity-framework linq

Does the new Migrations feature of Entity Framework 5 fully support enum changes?

Change entities and properties names in Database First

Is there a good way to extend the Code-First Migrations

The default DbConfiguration instance was used before the 'EntityFrameworkConfiguration' type was discovered

c# .net entity-framework

How To design configurable field level permissions with Entity Framework

How can I point two different projects to the same SQLite db-file?

Entity framework with inheritance, condition, and foreign key

nHibernate vs Entity Framework with Oracle backend

How to determine if Navigation Property in the Entity Framework is set without loading the related records

7-second EF startup time even for tiny DbContext

Rowversion comparison in Entity Framework

Does Entity Framework save related classes automatically?

Should I implement DTOs in repository pattern with EF? [closed]