This document describes the steps to build a basic ASP.NET MVC 5 application. It involves creating an MVC 5 project in Visual Studio, preparing an Employee model class, adding an EmployeeController with an Index action method, and adding a corresponding Index view. The Index action method returns the Index view, which displays some sample text. Running the application displays this text, demonstrating a simple MVC application is now set up.