Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Where to handle DB exceptions in Entity Framework and repository pattern

What's the most efficient way to get only the final row of a SQL table using EF4?

Where to put Created date and Created by in DDD?

Entity Framework Code First, nonempty setter or getter?

Why does Entity Framework insert children when I update the parent?

Are SQL operator functions for Entity Framework safe against SQL injection?

Getting EF 6 from NuGet to install on F# projects