I have the application developed in ASPNET MVC 6, I used the entity framework, I already have the migration created which is already prepared to introduce values in the database.
What I intend is that when starting the application it does the update-database, is it possible? If yes how to do.
That is, I don't want to do the update-database before starting the application.