Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Attaching an entity of type 'X' failed because another entity of the same type already has the same primary key value

What is the syntax for including multiple navigation properties in Entity Framework?

Entity Framework Migrations - How to create a Unit Test to Ensure Migrations Model is up to Date?

Repository vs Service pattern in DAL: EF and Dapper

How can i convert a DBQuery<T> to an ObjectQuery<T>?

How do I configure fixed length columns in EF Core?

DATEDIFF (in months) in linq

Entity Framework: Efficiently grouping by month

c# .net entity-framework

How to use migrations on an existing db in production created using Entity Framework 4.1?

What are the Navigation Properties in Entity Framework

c# .net entity-framework

Is it possible to mix database first and code first models with entity framework?

Unable to generate an explicit migration because the following explicit migrations are pending

EF add-migration throwing System.OutOfMemoryException

XML data type in EF 4.1 Code First

Using SQL Server named parameters with ExecuteStoreQuery and ExecuteStoreCommand

Can I use C# string interpolation with Linq to SQL

c# entity-framework linq

More than one DbContext named 'NewProject.Models.DbContext' was found Specify which one to use by providing its fully qualified name using exact case

What is the equivalent of the -IgnoreChanges switch for entity-framework core in CLI?

DropDownListFor enums in EF5

Value cannot be null. Parameter name: extent

c# entity-framework