Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Dev-Notes: Exploring ASP.NET MVC

  • 30 March 2016
  • 0 Comments

Code First method build from scratch Make a backup of /Model files and /Migrations and delete xxx_Initial.cs one, delete all files under /Migrations, delete all tables in databaseORAlternatively run: Update-Database -TargetMigration $InitialDatabase to roll back to what it was Run enable-migations -Force in PM> Change the /Migrations/configuration.cs file with file below – notepad Run add-migration Initial in PM> Run […]