Extensibility with ASP.NET MVC


Presented By: Mitch Ruebush


ASP.NET MVC was built to be highly extensible and testable. See how to create custom ActionFilters, HtmlHelpers, ViewEngines and ControllerFactories and run through the process of making your application testable. In addition, we will look at some of the extensions people have written that you can use to get rid of that WebForms after taste you may have when using ASP.NET MVC. Along the way, I'll throw in a smidgen of jQuery and any pearls of wisdom that I may have.