Tag: 'entity framework core'

Re-thinking Running Migrations and Seeding in ASP.NET Core 2.0
Re-thinking Running Migrations and Seeding in ASP.NET Core 2.0
January 10, 2018

Back in ASP.NET 4, I really liked the way that it supported running migrations and seeding of the database for you. But in ASP.NET Core and EF Core, that hasn't come to the table yet.