Improve IDependencyResolver
Improve DependencyResolver to support manually Releasing references from the container (this makes Pooled lifetimes maintainable). See http://mikehadlow.blogspot.com/2011/02/mvc-30-idependencyresolver-interface-is.html
Also, use IDependencyResolver for more things in MVC, such as in the default model binder.
1
vote