Testing DBContext migrations
Today i was creating EntityFrameworkCore DBContexts and it’s a time consuming work to delete the databases, add migrations and then update the database to see what the migration scripts would generate. I created a simple powershell-script that i ran when needed. [crayon-5c3e3eabd3dee392340945/] To find the instance pipe name of the LocalDB i used the sqllocaldb […]
The post Testing DBContext migrations appeared first on Devjunkie.