New posts in entity-framework-migrations

Mapping Database Views to EF 5.0 Code First w/Migrations

How can I disable migration in Entity Framework 6.0

GUID COMB strategy in EF

Possible to default DateTime field to GETDATE() with Entity Framework Migrations?

EF 5 Enable-Migrations : No context type was found in the assembly

Entity Framework code-first: migration fails with update-database, forces unneccessary(?) add-migration

Add migration with different assembly

Unable to create an object of type '[DBContext's Name]'. For the different patterns supported at design time [closed]

How can I make my string property nullable?

add-migration causing a "Could not load assembly" error

EF Core add-migration Build Failed

How do I undo the last Add-Migration command?

How to delete and recreate from scratch an existing EF Code First database

MVC 5 Seed Users and Roles

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

Unable to generate an explicit migration in entity framework

Using Entity Framework (code first) migrations in production

There is already an object named in the database

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

Multiple DB Contexts in the Same DB and Application in EF 6 and Code First Migrations