Scheduler for Blazor - How to implement CRUD operations with a Web API Service
May 3, 2026 · View on GitHub
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.
Files to Review
- Index.razor
- Model.cs
- MedicsController.cs
- MedicalAppointmentsController.cs
- MedicsSchedulingContext.cs
- script.sql
Documentation
Does This Example Address Your Development Requirements/Objectives?
(you will be redirected to DevExpress.com to submit your response)