Howdy,
I just checked this in the trunk.
Check-in includes:
* Upgraded all MVC-based projects to MVC 2.0 assembly.
* simplfied controller service identification
* new controller factory that utilizes mvc factory which enables
correct area support
* model binder registration and resolution w/ registration helpers
* http context module for registering http context classes
* async controller support with action filters
* updated remember.web example that demos some above features in .NET
4.0 - usage is identical in 3.5
Still TODO (in sample):
* Demonstrate action filter injection
* Demonstrate Async action support
The addition that was a little tricky was injectable model binders.
I played with a wrapping lazily resolving modelbinder on www.krispykreme.com.au
which has worked quite well, so I cleaned up the API and made it
similar to the RegisterControllers extension method.
I'm using this patch in production at http://www.ilovefootball.com.au
for last few weeks. Has worked well.
Please let me know if you want some API changes for these new
features.
And of course, any other comments/reviews welcome.
Regards,
CV