New posts in entity-framework-migrations

Entity Framework Code First Using Guid as Identity with another Identity Column

Automatic Migrations for ASP.NET SimpleMembershipProvider

How to run Seed() method of Configuration class of migrations

Where can I find the console or debug output from code executed in the package manager window?

Oracle.ManagedDataAccess.EntityFramework - ORA-01918: user 'dbo' does not exist

Is it possible to change the location of the EF Migrations "Migrations" folder?

Consolidating EF migrations into new InitialCreate

Seed Entities AND Users, Roles?

Can you create sql views / stored procedure using Entity Framework 4.1 Code first approach

Migrations in Entity Framework in a collaborative environment

C# Code-First migration, up/down?

Value cannot be null. Parameter name: entitySet

EF migration for changing data type of columns

EF CodeFirst: Either the parameter @objname is ambiguous or the claimed @objtype (COLUMN) is wrong

Change data in migration Up method - Entity Framework

How to manage Migrations in a project with multiple branches?

Code-first migration: How to set default value for new property?

How to explicitly name the database when using Entity Framework Migrations 4.3

Enable Migrations with Context in Separate Assembly?

Is it OK to update a production database with EF migrations?