shaunluttin / stackoverflow-answers

Contains samples to support StackOverflow answers.
MIT License
20 stars 13 forks source link

ASP.NET Core Entity Framework Migration in Separate App #1

Open shaunluttin opened 7 years ago

shaunluttin commented 7 years ago

@anthonychu @julielerman We talked about this approach to migrations at the MVP Summit. Below is a link to a minimum demo this is quick to clone and run.

https://github.com/bigfont/StackOverflow/tree/master/AspNetCoreEntityFrameworkMigrations

julielerman commented 7 years ago

thanks. I was curious about your use of the ApplyMigrations method in the startup of your aspnet core app.