New posts in entity-framework-4.3

Mapping a foreign key with a custom column name

Mixing Fluent API and DataAnnotations in EF code first

How to create initializer to create and migrate mysql database?

No connection string named 'MyApplicationEntities' could be found in the application config file

How can I disable model compatibility checking in Entity Framework 4.3?

Linq when using GroupBy, Include is not working

Entity Framework initialization is SLOW -- what can I do to bootstrap it faster?

How to manage Migrations in a project with multiple branches?

How to add description to columns in Entity Framework 4.3 code first using migrations?

Entity Framework - Is there a way to automatically eager-load child entities without Include()?

How to seed data with AddOrUpdate with a complex key in EF 4.3

Entity Framework code first unique column

Entity Framework - Start Over - Undo/Rollback All Migrations

What difference does .AsNoTracking() make?

Entity Framework: One Database, Multiple DbContexts. Is this a bad idea? [closed]