Skip to content

pharry22/blazor-DxDataGrid-Bind-To-Web-Api-Service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • C# 77.5%
  • HTML 22.5%