ASP.NET MVC Contrib Released - View Helpers - Controller Factories - ViewData Extensions
Friday, March 27, 2009
The MVC Contrib Projeject has been released now that ASP.NET MVC 1.0 has been released. You can download it here.
MVC Contrib
MVC Contrib contains various HtmlHelpers, ViewData Extensions, Custom ControllerFactories for various dependency injection tools, and other items to help you with your ASP.NET MVC Web Applications.
Per the website:
This project will be a series of assemblies that add functionality to Microsoft's ASP.NET MVC Framework and make the framework easier to use. Some of the items to be included are:
- ViewDataExtensions to provide strongly-typed viewdata for multiple objects
- IoC container controller factories for the popular containers: StructureMap, Windsor, Spring.Net, etc (i.e. whoever wants to contribute others)
- Extra view helpers
- Generic test doubles to aid unit testing
- Visual Studio - Code Snippets
- Resharper Live Templates
MVC Contrib is free and open-source on CodePlex.
Tags: MVCContrib