New posts in entity-framework-5

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

Mapping Database Views to EF 5.0 Code First w/Migrations

The type initializer for 'System.Data.Entity.Internal.AppConfig' threw an exception

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

Check if there are any pending changes to be saved

How I can read EF DbContext metadata programmatically?

Mocking EF DbContext with Moq

How do I undo the last Add-Migration command?

EF5 Code First Enums and Lookup Tables

Calculated column in EF Code First

Entity Framework (.NET Full Framework) Ordering Includes [duplicate]

Creating Composite Key Entity Framework

Debugging Package Manager Console Update-Database Seed Method

Improve navigation property names when reverse engineering a database

Entity Framework 5 deep copy/clone of an entity

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

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

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

What are Independent Associations and Foreign Key Associations? [duplicate]