The document provides an introduction to ASP.NET MVC architecture. It discusses the key components of MVC - the model, view and controller. The model handles the data and logic, the view displays the UI, and the controller coordinates between them. It also covers MVC conventions like controller and view directories, and compares ASP.NET MVC to Web Forms.