Event Calendar with Entity Framework: Quick Guide and Sample

Follow this step-by-step tutorial to create an event calendar/scheduler in ASP.NET MVC4 using Entity Framework. The tutorial covers the following steps:

1) Creating a new ASP.NET MVC4 web app;
2) Creating ADO.NET Entity Data Model;
3) Generating Database from Model;
4) Installing DHTMLX Scheduler .NET MVC3 Sample with references, controller and view via NuGet;
5) Updating the controller.

In the end you'll get an event calendar with basic view like on the picture below:

event_calendar_entity_framework.png