Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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

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