Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework: Using ExecuteSqlCommand to clear a table causes an exception because of the ObjectStateManager

Getting List of Objects by a type given by a string

The navigation property 'SenderId' is not a declared property on type 'Conversation'

Internal access for entities in Entity Framework makes simple linq where query crash

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

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