StructureMap is a Dependency Injection / Inversion of Control tool for .NET licensed under Apache 2.
I'm using StructureMap in a web project for DI IOC. It works perfect, but I don't have a clue how …
c# asp.net unit-testing structuremapI recently tried to implement dependency injection using StructureMap. I managed to follow the example all the way but I'm …
asp.net-mvc dependency-injection structuremapI'm new to structureMap. How do I define constructor arguments for the following class with fluent configuration? Thanks public BlobContainer(…
structuremapI've used StructureMap in MVC2/3 many times without any concern, but I guess handling IoC is different in MVC4. When …
asp.net-mvc asp.net-mvc-3 inversion-of-control structuremap asp.net-mvc-4I've found some 2008 benchmark results for testing the performance of several of the top .NET DI/IoC containers here. But …
c# structuremap ioc-container ninject autofacI have a build configured with CI post which some tests are run. Although the tests run successfully, the build …
c# unit-testing structuremap microsoft-fakes irepositoryI am converting an ASP.NET MVC3 project to MVC4. I was trying to find the best approach to work …
asp.net-mvc-4 structuremap webactivatorI am look for some Structure map Tutorials. Does anyone know of any? EDIT: All answers are appreciated but I …
structuremapI am using SignalR in my MVC3 application, and since I have implemented StructureMap Dependency Injection on my controllers I …
asp.net-mvc-3 dependency-injection structuremap signalr signalr-hubDoes the current version of StructureMap support ASP .Net Web API, MVC 4 and .NET Framework 4.5?
.net dependency-injection ioc-container asp.net-web-api structuremap