Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Unity Lifetime Managers & EF Data Context --> Best Practice

Does using AsNoTracking() make a difference when only returning fields?

c# linq entity-framework

How to configure a One-to-Many relationship in EF

Entity Framework classes vs. POCO

How to specify Unique Key in EF 7 Code First with Data Annotations

Attaching an entity with a mix of existing and new entities in its graph (Entity Framework Core 1.1.0)

EF 4.0 - mapping to readonly property with private field

Why would you not use WCF Data Services for querying data?

Linq/EF, Eager loading and GROUP BY issues

linq entity-framework

Entity splitting when key column has different names?

DTO Pattern + Lazy Loading + Entity Framework + ASP.Net MVC + Auto Mapper

find out the exact entity causing an exception in entity framework

entity-framework

Why does no one disposes DbContext after WebApi controller operation?

Difference between cast and as inside a select in LINQ

c# linq entity-framework

Entity Framework 7 DbContext scaffold

How to retrieve Entity Configuration from Fluent Api

Using IDENTITY_INSERT with EF4

Entity Framework 6: Using interface as navigation properties possible?

c# entity-framework

How do I safely call an async method from EF's non-async SaveChanges?

Possible to set column ordering in Entity Framework