Skip to content

pfeux/WebApplication2

Repository files navigation

WebApplication2

Homework

Steps to run the project:

  • Update the ConnectionString in AppSettings.json file found in root folder of project. Preferred database server is SQL Server or SQL Express or LocalDb
  • In Package Manager Console, run Add-Migration Db2 command.
  • And lastly, execute Update-Database -Verbose in Package Manager Console to create required database objects