The developer of StructureMap (Jeremey Miller) posted a great article (to defend the product) regarding the use of StructureMap outside of the ObjectFactory: http://codebetter.com/blogs... ......
http://codebetter.com/blogs... I felt that a pointer to this article is worth while. I have spent a fair bit of time trying to determine what my preference was between MVP and MVC. I tend to lean more towards the MVP side and this article mentions directly why I like it so much more. MVC tears out the state awareness that the standard ASP.NET web forms come with. I spent so many years in ASP classic wiring up form and query string variables ......