Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 481 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 481 Bytes

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