Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

How can I force entity framework to insert identity columns?

Using Entity Framework (code first) migrations in production

LEFT JOIN in LINQ to entities?

EF: Validation failing on update when using lazy-loaded, required properties

Entity Framework Stored Procedure Table Value Parameter

.Include() vs .Load() performance in EntityFramework

c# .net entity-framework

Why is .Contains slow? Most efficient way to get multiple entities by primary key?

Handling 'Sequence has no elements' Exception

Entity Framework 4.0: Error 113: Multiplicity is not valid in Role

entity-framework

Unit testing with Entity Framework

How to disable cascade delete for link tables in EF code-first?

An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key

The result of a query cannot be enumerated more than once

EF 5 Enable-Migrations : No context type was found in the assembly

Where did the overload of DbQuery.Include() go that takes a lambda?

c# entity-framework

Auto-increment on partial primary key with Entity Framework Core

How can I disable migration in Entity Framework 6.0

Entity Framework 4 mapping fragment error when adding new entity scalar

"The LINQ expression node type 'Invoke' is not supported in LINQ to Entities" - stumped!

The type of one of the expressions in the join clause is incorrect in Entity Framework