The following tutorials use ASP.NET Core technology to back JavaScript/HTML5 or Angular front-end scheduling applications.
The basic tutorials show the basic setup of the JavaScript components (Calendar, Scheduler, Gantt chart) and explain how to load the data from the server side.
More advanced tutorials - such as Angular: How To Build Annual Leave Scheduling Application (ASP.NET Core Backend) - show how to use the Scheduler in a real-world application.
The ASP.NET Core framework lets you create the REST API very quickly and efficiently. The web application front end can be plain HTML5/JavaScript (as in the case of ASP.NET Core Production Workflow Scheduling Tutorial tutorial) or you can use one of the popular frameworks, such as Angular, React, or Vue.
Most of the tutorial use Entity Framework to handle the data access. The Entity Framework lets you create the database schema from the model classes. It can also help with generating the MVC controllers with REST API. The tutorials use generated migrations to creates and initialize the SQL Server database using LocalDB.
Older tutorials for ASP.NET MVC 3/4/5 are also available.