Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

MiniProfiler with EntityFramework 6 code first

EF6 lazy loading doesn't work while eager loading works fine

c# entity-framework-6

EntityCollection - ICollection<InterfaceTEntity> - Runtime Issue/Quirk

Set collection to modified Entity Framework

c# entity-framework-6

Remove from collection in Entity Framework 6

Entity Framework 6 "HasRequired" and "WithMany" partially working - not working as expected

Entity Framework: Skip/Take functionality

EF 6 Code First migrations warn of or prevent destructive updates

How to use transactions for different contexts?

An exception of type 'System.Data.Entity.Core.EntityException' occurred in EntityFramework.SqlServer.dll but was not handled in user code

Unit Test with Moq - Value can not be null

Why does EF 6 ignore applied migrations if I move the Migrations folder?

EF6 - not doing what I expected for .Any()

How can data be streamed from a LINQ to Entities query?

c# entity-framework-6

How to use ef6.exe

EntityFramework 6 RC1 Include on Many-to-Many property fails

Entity Framework Seeding with Identity (Microsoft.Owin.Security) user

Configure EF6 to use varchar as default instead of nvarchar?

Return an object along with a 409 Conflict error in a Web API 2 POST call backed by Entity Framework?

Creating instance of Entity Framework Context slows down under load