Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework - stored procedure return value

Entity Framework Code First : How to map flat table to class with nested objects

New entity ID in domain event

Linq to EF Join throws "Index was out of range" after upgrade from VS2010 to VS2012

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