Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

.NET Core Entity Framework InvalidOperationException

DBContext System.ObjectDisposed Exception with .NET Entity Framework Core, Dependency Injection and threading

What are the alternatives to using Expand in a LINQ to ADO.net Data Service Query?

DB Design: more tables vs less tables

ADO.NET Entity Framework and NHibernate - when to use one over the other

Ways to store an object across multiple postbacks

Mapping composite foreign keys in a many-many relationship in Entity Framework

WCF with Entity Framework Error Part II

wcf entity-framework

Using uniqueidentifier SQL column type with Entity framework

Avoiding repeated projection code in Entity Framework

entity framework + repository + unit or work question

Static field of DbContext in Global.asax versus instance field of DbContext in controller class?

XML serialization errors when trying to serialize Entity Framework objects

Entity framework connection string

c# asp.net entity-framework

First try StructureMap and MVC3 via NuGet

Repository/Unit of Work pattern - How to query a repository for objects meeting certain criteria?

How to get around "Internal .NET Framework Data Provider error 1025."?

Why the members of the domain object (POCO) are defined virtual?

Multiple tables with same POCO class

Can't SaveChanges with Entity Framework in ASP.Net MVC 3 project