Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 257 Bytes

File metadata and controls

7 lines (5 loc) · 257 Bytes

Change connection string To match your connections string

Install .net core SDK 2.1

Before running the Application run following Commands

add-migration 'Initialcreate'; update-database

This will ensure Database is there and Table is created