Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.74 KB

File metadata and controls

29 lines (20 loc) · 1.74 KB

Files to look at:

Blazor Data Grid - How to bind it to the Web API Service

There are two projects:

  1. MyTestWebService
  2. DataGridWithWebApiService

MyTestWebService

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).

DataGridWithWebApiService

This project uses the connection to the MyTestWebService web service. Deploy the MyTestWebService project, start it, and specify its address in this file