Eric Hexter's Blog

Where the rubber meets the road

  Home  |   Contact  |   Syndication    |   Login
  26 Posts | 0 Stories | 1 Comments | 2 Trackbacks

News

View Eric Hexter's profile on LinkedIn

Tag Cloud


Article Categories

Archives

Post Categories

.Net

Commerce Server

Hexter

TDD

I just released the latest build in binary and source code format on CodePlex.

What's new in this release?
The following items are changes from the previous release:

Revision: 275
- corrected some warnings/errors.
- added ViewDataExtensions. This brings the functionality of the smartbag to ViewData.
- now, we have easy adding and getting to and from ViewData. No more casting, and if you only put a single "Customer" in Viewdata using new Add() method, you just have to Get<Customer>(), and that's it.
Revision: 272
Patch 1018 By:alley Added support for Unity as IoC container.
Revision: 270
Replaced all remaining occurrences of the MVCContrib namespace with MvcContrib.
Rev 267
- the ability to use TestControllerBuilder with controllers that have constructor arguments
- associated unit test

You can download the release here:
https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=MVCContrib&ReleaseId=12005


The documentation for the features in the MvcContrib project are located here:
http://www.codeplex.com/MVCContrib/Wiki/View.aspx?title=Documentation&referringTitle=Home


If you have some cool feature that adds to the MVC framework then contribute and share with the community! Here are details on how to contribute.
http://www.codeplex.com/MVCContrib/Wiki/View.aspx?title=Contribute&referringTitle=Home

posted on Wednesday, March 26, 2008 10:09 PM
Comments have been closed on this topic.