Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-6

Entity Framework 6 creates Id column even though other primary key is defined

UserManager.Create(user, password) thowing EntityValidationError saying Id is required?

How do I add a controller to ASP.NET MVC with Visual Studio 2013 and Entity Framework?

How to use an internal DbContext?

c# entity-framework-6

Defining a consistent projection in a model with EF6

Why is the seed method not being called?

AutoFixture creating unwanted depth in complex objects

Visual Studio 2015 crashing each time I run Update-Database

Property name 'ProductId' is already defined

EF6 unique constraint on foreign key

c# entity-framework-6

Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT

When overriding SaveChanges and removing the EF relationship is null

EF 6 suspend Execution Strategy and overlapping executions - "does not support user initiated transactions" exception

How to get connection string in class library project

Entity Framework - Different proxy objects for the same entity. And Include behavior with multiple paths to same destination

De-normalizing data into a code first Entity Framework entity, without a SQL View

Set Command Timeout in EF 6

Is it necessary to deploy the XML file in a class library?

"Update-Database" command fails with TimeOut exception

Entity Framework - Stop Lazy Loading Related Entities On Demand?