Download ASP.NET MVC Futures - Microsoft.Web.Mvc Assembly
Sunday, April 05, 2009
It might be easier to forget this, but Microsoft has a separate assembly, Microsoft.Web.Mvc, that you can download for to add additional functionality that didn't quite make ASP.NET MVC 1.0. The Microsoft.Web.Mvc Assembly, available for download from CodePlex, is affectionately known as ASP.NET MVC Futures. Some of it might make it into ASP.NET MVC 2.0 depending on where Microsoft takes the ASP.NET MVC Framework.
ASP.NET MVC Futures - Microsoft.Web.Mvc
The following are a few items in the ASP.NET MVC Futures assembly:
- AsyncController
- ButtonBuilder
- Html.Substitute CacheExtension
- FileCollectionModelBinder
- LinqBinaryModelBinder
- Html.Mailto Helpers
- SkipBindingAttribute
- RequireSslAttribute
- AcceptAjaxAttribute
- Html.RenderAction and Html.RenderRoute Extensions
- Repeater Control
- ByteArrayModelBinder
and a whole bunch of other stuff!
Download it here.
Maarten Balliauw has a good overview of some of the features of ASP.NET MVC Futures here.
Tags: ASP.NET MVC Futures