Files to look at:
There are two projects:
- MyTestWebService
- DataGridWithWebApiService
A sample project implementing a web API with ASP.NET Core.
ORM is EntityFrameworkCore.
The data base is "Northwind", and its backup is in this folder.
Restore the backup on your SQL server and change the connection string in this file correspondingly (see the OnConfiguring method).
This project uses the connection to the MyTestWebService web service. Deploy the MyTestWebService project, start it, and specify its address in this file