ASP.NET web application project for managing restaurant table reservations. Finds a free table using a fast filter. Highlights conflicting reservations.
ASP.NET web application for managing doctor appointments. Includes public and management interface. SQL Server database. C# and VB.NET project versions.
ASP.NET project that demonstrates how to use Calendar and Scheduler controls to manage a simple shift schedule. Supports recurring events and conflict detection.
ASP.NET MVC 5 application for hotel room booking. It keeps track of the rooms and reservations, showing the available slots, reservation and payment status. Drag and drop reservation scheduling is supported.
This tutorial shows how to export calendar data in iCalendar format in an ASP.NET WebForms web application. Includes a sample Visual Studio 2017 project. Open-source.
ASP.NET WebForms application that shows how to use Microsoft Exchange server as an appointment storage for DayPilot Calendar. Loads existing appointments, creates new appointments and updates existing ones.
Basic tutorial on using DayPilot ASP.NET calendar in an ASP.NET web application. The original version of this tutorial from 2009 works without changing a single line of code (after replacing DayPilot.dll with the current version).
ASP.NET WebForms application that implements a weekly event calendar with support for recurring events. Visual Studio 2017 solution with C# and VB.NET versions of the tutorial.
This tutorial shows how to display full day/week/month event calendar with a toolbar for switching the view. Includes C# and VB.NET source code and a sample SQL Server database.
Sample web application that uses DayPilot ASP.NET scheduler control to display reservations from a database. Includes a Visual Studio solution with C# and VB projects and an SQL Server database.
This tutorial shows how to use the DayPilot Scheduler with MVC 4 and Razor engine. Includes C# and VB.NET source code and a sample SQL Server database.
How to create an ASP.NET MVC project management application using DayPilot MVC Gantt chart control. Includes C# and VB.NET source code and a sample SQL Server database.