Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

How to get return values and output values from a stored procedure with EF Core?

Entity framework Calling 'Read' when the datareader is closed [closed]

entity-framework

Error when Reverse Engineer Code First with EF Power Tools Beta 2 and VS2012 Update 1

entity-framework

How to edit previously applied migration without adding another migration in EF code first

Unit of Work pattern implementation

Entity Framework Migrations: get database version as string

EF - AND NOT EXISTS (SELECT 1 ...) with Entity Framework

How to ignore a table/class in EF 4.3 migrations

The model backing the 'DataContext' context has changed since the database was created

HierarchyID in Entity Framework not working

Problem in mapping fragments in Entity Framework

How to delete a list of object using ObjectContext?

Overriding code-generated DbContext constructor