The document describes how to:
1. Create an ASP.NET MVC controller by right clicking on the "Controller" folder in solution explorer and selecting "Add" then "Controller".
2. Design ASP.NET MVC models using metadata for data values.
3. Create an ASP.NET MVC 4 application in Visual Studio by selecting "ASP.NET Web Application" and checking the "MVC" checkbox.