The document discusses the Model-View-Controller (MVC) pattern and ASP.NET MVC framework. It describes the key components of MVC - the Model, View and Controller. The Controller handles communication from the user, application flow and logic. The Model represents application data and business rules. The View displays the user interface. ASP.NET MVC is an MVC web application framework for ASP.NET that was open sourced by Microsoft. New versions of ASP.NET MVC added features like Razor view engine, model validation, and Web API for building HTTP services.