Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Parallel with Entity Framework. Performance is dramatic compared to launching multiple executables, why?

MVC Scaffolding and EF 'One To Zero or One' relationships error

EntityFramework tries to select a none existing column?

Efficient LINQ to Entities query

Entity Framework - Updating relationship by changing foreign key

ASP.NET MVC Entities, DTO, Business objects, ViewModels? How do i manage this?

Method 'ExecuteAsync' in type 'System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy' does not have an implementation

How to pass IDbConnection to EF context?

What is the most efficient way to obtain an ordered range using EntityFramework?

Entity Framework 6 deep copy/clone of an entity with dynamic depth

How to inject my dbContext with Unity

Creating model on the fly

"A dependent property in a ReferentialConstraint is mapped to a store-generated column." on a persisted computed column (EntityFramework DB first)

Dealing with IReadOnlyCollection property in EfCore 2.1

How do I delete a child entity from a parent collection with Entity Framework 4?

Is Entity Framework good for bigger Database?

entity framework on wp7

Providing an on-the fly custom db provider for EF

Slow EF profiling performance with mvc-mini-profiler

MVC3 and EF Data first: what are the best practices?