Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

Creating Composite Key Entity Framework

How to set up LocalDb for unit tests in Visual Studio 2012 and Entity Framework 5

Entity Framework Ordering Includes [duplicate]

Entity Framework Multiple Column as Primary Key by Fluent Api

An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key

How to rename a database column in Entity Framework 5 Code First migrations without losing data?

Entity Framework 5 deep copy/clone of an entity

Check if there are any pending changes to be saved

How do I undo the last Add-Migration command?

Mocking EF DbContext with Moq

Calculated column in EF Code First

Debugging Package Manager Console Update-Database Seed Method

entity-framework-5

How to "warm-up" Entity Framework? When does it get "cold"?

Could not load file or assembly Microsoft.SqlServer.management.sdk.sfc version 11.0.0.0

How do I enable EF migrations for multiple contexts to separate databases?

The term 'Update-Database' is not recognized as the name of a cmdlet

EF5: Cannot attach the file ‘{0}' as database '{1}'

Entity Framework Migrations renaming tables and columns

Debug code-first Entity Framework migration codes

Entity Framework Join 3 Tables