Thank you everyone who came to my full-day workshop on ASP.NET MVC! Here is the link to the updated PowerPoint slides:
ASP.NET MVC PowerPoint
Here are the links to the sample applications discussed during the workshop. All of the sample applications were built against the CodePlex release of ASP.NET MVC (build 0416) at www.CodePlex.com/aspnet.
Custom Routes Demo -- Demonstrates how to create different types of custom routes. Demonstrates Catch-All routes, httpMethod constraints, and the RouteExistingFiles property.
Controller Demo -- Demonstrates RenderView(), NonActionAttribute, RedirectToAction(), Redirect(), and HandleUnknownAction.
Views Demo -- Demonstrates how...