Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework 6: is there a way to iterate through a table without holding each row in memory

Get max & min from Entity Framework, in one query and with best query possible

Merging migration entries in Entity Framework

Entity framework update one column by increasing the current value by one without select

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