This document summarizes a lecture on ASP.NET MVC 3.0. It discusses the MVC pattern and architecture, including the model, view and controller components. It covers routing, controllers, views and how they interact in ASP.NET MVC. Examples of routing configurations and controller inputs/outputs are provided. The roles of partial views and view models are explained. Students are assigned a project to build a basic MVC application with models, views, controllers and unit tests.