Skip to content

DevExpress-Examples/blazor-DxScheduler-Bind-To-Web-Api-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduler for Blazor - How to implement CRUD operations with a Web API Service

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

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)