This example demonstrates how to implement CRUD operations in Blazor Scheduler. The example contains two projects:
-
DataSourceWebApi project
This .NET Core project implements a Web API service with a connection to the MedicsScheduling database. The DataBase folder contains a script file that generates this database.
-
SchedulerCRUD project
This Blazor project illustrates how to use AppointmentInserting, AppointmentUpdating, and AppointmentRemoving events to implement CRUD operations in the DxScheduler. These events fire after the AppointmentsSource object is changed. You can use this object to update an assigned data source.
- Index.razor
- Model.cs
- MedicsController.cs
- MedicalAppointmentsController.cs
- MedicsSchedulingContext.cs
- script.sql
(you will be redirected to DevExpress.com to submit your response)