Skip to content
DayPilot

All Tutorials

ASP.NET Core Shift Planning (Entity Framework, .NET 10)

ASP.NET Core Shift Planning (Entity Framework, .NET 10)

This tutorial explains how to create a visual ASP.NET Core application for scheduling shifts (multiple locations and employees). It uses a modern UI that lets you manage shifts using drag and drop.
JavaScript Calendar for Touch Devices (iPad, iPhone, Android)

JavaScript Calendar for Touch Devices (iPad, iPhone, Android)

Adding touch-friendly controls to the JavaScript event calendar using active areas - move handle, resize handle, delete button, and context menu with SVG icons.
JavaScript Calendar: Selecting and Highlighting Columns

JavaScript Calendar: Selecting and Highlighting Columns

How to select and highlight calendar columns on header click.
React Yearly Scheduling Calendar

React Yearly Scheduling Calendar

Learn how to build an interactive yearly scheduling calendar in React, displaying months as columns and days as cells.
Angular 21 Timesheet Quick Start Project

Angular 21 Timesheet Quick Start Project

An Angular project template that you can use as a starting point for your own implementation of an interactive timesheet. Learn how to adjust the timesheet appearance and add visual elements.
ASP.NET Core Work Order Scheduling (JavaScript, C#, Entity Framework, .NET 10)

ASP.NET Core Work Order Scheduling (JavaScript, C#, Entity Framework, .NET 10)

ASP.NET Core application with drag and drop UI that lets you assign and schedule work orders. Includes a queue of unscheduled tasks, graphical team availability/utilization, context menu with additional actions, dialog for editing work order details.
Angular: How To Build Annual Leave Scheduling Application (ASP.NET Core Backend)

Angular: How To Build Annual Leave Scheduling Application (ASP.NET Core Backend)

Build an Angular annual leave scheduling application with REST backend created using ASP.NET Core and Entity Framework.
Tutorial: ASP.NET Core Hotel Room Booking App

Tutorial: ASP.NET Core Hotel Room Booking App

Learn how to build an ASP.NET Core-based hotel room booking management application featuring a drag-and-drop interface, filter functionality, integration with SQL Server and Entity Framework, all visualized using a JavaScript Scheduler component.
PHP Restaurant Table Reservation Application (HTML5/JavaScript Frontend)

PHP Restaurant Table Reservation Application (HTML5/JavaScript Frontend)

PHP application that lets you record restaurant table reservations and find a free table using a visual user interface. With MySQL database storage.
Angular Scheduler: Read-Only and Edit Mode Switching

Angular Scheduler: Read-Only and Edit Mode Switching

Angular 21 application that shows how to switch the Angular Scheduler (which is in "edit" mode by default) to read-only mode.