In this section, I will be displaying the work that myself, along with a group of 5 others, helped build for the Kentucky Horsemen’s Benevolent and Protective Association (KHBPA). In this project, we were tasked with building a new website for the KHBPA using .Net and MVC. In the following screenshots, I will show the website homepage, the events calendar page that I created, along with the model, view, and controller used to create the calendar.
The Website
Website homepage:

Events calendar:

Models, Views, Controllers
The model section for the events calendar. The model aspect of the MVC architecture is used to hold, and manage, the data.

This is the views component for the calendar. The views component is what the user sees on the webpage.

This is the controller component for the events calendar. The controller is the component that connects the data model section with the views section. It usually accepts input and converts it into commands for the view or model.
