The document discusses a presentation by Stephen Walther on ASP.NET MVC. It provides an overview of ASP.NET MVC, describing it as Microsoft's newest framework for building web applications. It discusses the core components of MVC - the model, view and controller. It also outlines several walkthroughs for building a contact manager application in ASP.NET MVC, including implementing CRUD operations, validation, refactoring using design patterns, and adding unit tests and Ajax. Resources for further learning about ASP.NET MVC are also provided.