Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How to rollback Entity Delete without losing Navigational Properties

Is there any way to control AutoDetectChanges on SqlEntityConnection?

Multiple DbContext classes use the same connection string?

Is there any way to optimize this LINQ to Entities query?

Error Converting Enum to String in LINQ Query

Use ValueInjecter to copy an EntityFramework POCO to a DTO without triggering lazy load lists and properties

Entity Framework - using the same DbContext with different connection strings

c# .net entity-framework

Concurrent reading and updating in a database table

EF code first - Model compatibility cannot be checked because the database does not contain model metadata

EF Code First Fluent API define unique constraint

Web API, OData, EF5, Union: The 'Distinct' operation cannot be applied to the collection ResultType of the specified argument

Entity Framework 5 Method Query Roll Up

Displaying results of a Stored Procedure in MVC View (EF 5 / MVC 4)

EF Code First, map two navigation properties to the same object type

Does the entity framework have the need for prefetch paths?

c# entity-framework

MVC4 edit method changes values to null if correspndong fields don't exist in the form

String extension method in Linq query

A constructible type deriving from DbContext could not be found in the selected file (EF Power Tools Beta 3/Visual Studio 2012)

EntityFramework Unable to create a constant value of type 'Anonymous type'. Only primitive types or enumeration types are supported in this context

c# linq entity-framework

Store update, insert, or delete statement affected an unexpected number of rows (0) EntityFramework [duplicate]