Steps
Fetch dependencies
Apply the migration
Run the project
Go to this link to test: http://localhost:15641/swagger/index.html
Task instruction
Create a database (MSSQL) using the details provided below:
Database Name: EmployeeRecords Table Name: Employee Columns: Id FirstName MiddleName LastName
Create a Restful API (.Net Framework or .Net Core) to manage the EmployeeRecords table.
Functionalities: CRUD (Insert , Update, Delete, Select)