Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Should I enable or disable dynamic proxies with entity framework 4.1 and MVC3?

Can you tell JSON.Net to serialize DateTime as Utc even if unspecified?

How to create a table corresponding to enum in EF6 Code First?

DbContext discard changes without disposing

EF migration shows empty Up() Down() methods

ORM Entities vs. Domain Entities under Entity Framework 6.0

Is it OK to update a production database with EF migrations?

How can I lock a table on read, using 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