Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

In EF4.1 code first, how to override ConnectionString name in Web.config

"... an error occured while updating the object context. The ObjectContext might be in an inconsistent state...."

EF CodeFirst handling database exceptions while saving changes

Best approach for dependency injection of data connections in singletons

Unable to Determine Principal End - Entity Framework Code First Relationship

C# EF6 index attribute not working

Mapping child items of same class with Entity Framework Code First

Entity Framework Code First: How to seed a database for unit testing

c# testing ef-code-first seed

How to create the database with Entity Framework Code First and DDD?

Code First: Create Tables but not database

Entity Framework Code First Self Referencing Parent Child with Payload

Ignoring a property in all inherited objects in EF code first

Entity creation throws "No parameterless constructor defined for this object"

Development process for Code First Entity Framework and SQL Server Data Tools Database Projects

Visual Studio 2015 crashing each time I run Update-Database

asp.net core create a constraint on two columns, one of which is another entity

Serialize one to many relationships in Json.net

Entity Framework: The provider did not return a providermanifest instance

Entity Framework 4.1 code first approach: how to define length of properties

Difference between .WithMany() and .WithOptional()?