项目作者: SyncfusionExamples

项目描述 :
Blazor WebAssembly DataGrid sample to perform CRUD operation using Entity framework and Web API
高级语言: C#
项目地址: git://github.com/SyncfusionExamples/blazor-wasm-datagrid-efcore-crud.git


Blazor WebAssembly - CRUD operation in DataGrid using Entity Framework and Web API

This sample was created to depict DataGrid CRUD operation in SQL server database using Entity Framework core and Web API in a Blazor Web application.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Update the database connection to the project.
  • Run the project.