Getting StructureMap to Work with MVC4 RC and Web API
At the moment (18 July 2012) if you install the NuGet package structuremap.MVC4, it will not compile due to breaking changes in the ASP.NET MVC4 RC distribution. You have to jump through some extra...
View ArticleA Gentle Introduction to StructureMap
I found myself explaining inversion of control containers and their benefits to someone today, and so I created a very simple console application that makes use of StructureMap (my favorite such...
View ArticleResolving Dependencies in ASP.NET MVC 5 with StructureMap
In a previous post I showed how to use StructureMap with ASP.NET MVC 3. It’s been a couple of years, so I figured it was time to update that article with the steps for getting StructureMap working in...
View ArticleHow Do I Use StructureMap with ASP.NET MVC 3
Update: If you want to use StructureMap with ASP.NET MVC 5, I have a walkthrough on this now as well. As I write this, the best resource for official documentation on ASP.NET MVC 3 is of course MSDN....
View Article