Home
Releases
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:

Project Description:

This is the contrib project for the ASP.Net MVC framework.

Downloads

Description MVC release
Latest Release Latest Release works with MVC Preview 5
CTP 4 Latest Release works with MVC Preview 4
CTP 3 Latest Release works with MVC Preview 3
CTP 2 Latest Release works with MVC Preview 2
CTP 1 Last release for the MVC Preview 1 (CTP 1)

Follow the project on Twitter http://twitter.com/mvccontrib

Documentation & Features

Current Status: Alpha / CTP
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. *Download the MVC Framework CTP here: http://asp.net/downloads/3.5-extensions/. Download here: http://go.microsoft.com/fwlink/?LinkID=105029. 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

Have questions about the contrib project? Join the Discussion Group Discussion RSS Feed

Resources on MVC
Here are other resources for the ASP.NET MVC Framework (all tagged with aspnetmvc on del.icio.us)
http://del.icio.us/search/?fr=del_icio_us&p=aspnetmvc&type=all
Asp.net MVC Home Page

How to join this project
  • Log in with your CodePlex ID
  • Create/Vote on issues and participate in discussions about them.
  • You don't have to be on the developers list to contribute. Anyone can submit patches.
  • Note, that there is quite a bit you can do just by being signed in to CodePlex.

Developers! How to Submit Code to the Project
See how to Contribute
Last edited Sep 3 at 1:43 AM  by erichexter, version 63
Comments
fmorriso wrote  Sep 8 at 7:47 PM  
Dumb question: how do I install MVCContrib for MVC Preview 5? All I see is a ZIP file and it doesn't contains an MSI or a readme.txt file that explains what to do after I unzip file file.

JeremyS wrote  Sep 13 at 2:24 PM  
@fmorriso - There is no installer, it is just a set of assemblies that you can reference in your project as you would reference any other assembly. If you require specific assistance, please post a question to the mailing list (http://groups.google.com/group/mvccontrib-discuss)

Frogbite wrote  Oct 6 at 12:36 PM  
Why is the checkboxlist deprecated while it has been removed from Preview 5?

Updating...