项目作者: SyncfusionExamples

项目描述 :
In the Gantt Chart, we can fetch data from the SQL database using the Entity Framework Data Model and the update the changes in CRUD action to the server by using DataManager support. To communicate with the remote data, we are using CustomAdaptor of DataManager property to call the server method.
高级语言: HTML
项目地址: git://github.com/SyncfusionExamples/Blazor-Gantt-Chart-with-Entity-framework.git


Blazor Gantt Chart with Entity framework

In the Gantt Chart, we can fetch data from the SQL database using the Entity Framework Data Model and the update the changes in CRUD action to the server by using DataManager support. To communicate with the remote data, we are using CustomAdaptor of DataManager property to call the server method.

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.