Skip to content

VenkateshwaranSaravanakumar/blazor-scheduler-load-appointments-on-demand

 
 

Repository files navigation

Blazor-Scheduler-Load-appointments-on-demand

A quick start project that helps you how to load appointments on demand in the blazor Scheduler

Documentation : https://blazor.syncfusion.com/documentation/scheduler/data-binding#load-on-demand

Prerequisites

Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project. Ensure that you are having SQL Server Data Tools within Visual Studio 2022.

How to run this application?

  • To run this application, you need to first clone the Blazor-Scheduler-Load-appointments-on-demand repository and then open it in Visual Studio 2022.
  • Using the Migrations apply the changes to the database by running the following command in the Package Manager console:

PM> update-database

  • Migrations automate the creation of database based on our Model. The EF Core packages required for migration will be added with .NET Core project setup.
  • Now, simply build and run your project to view the output.

About

How to load appointments On-Demand in Blazor Scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 55.2%
  • HTML 27.5%
  • CSS 17.3%