Top "Structuremap" questions

StructureMap is a Dependency Injection / Inversion of Control tool for .NET licensed under Apache 2.

Using StructureMap with unit tests

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 structuremap
Custom Controller Factory, Dependency Injection / Structuremap problems with ASP.NET MVC

I 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 structuremap
StructureMap Constructor arguments

I'm new to structureMap. How do I define constructor arguments for the following class with fluent configuration? Thanks public BlobContainer(…

structuremap
Structuremap does not work on MVC4

I'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-4
DI/IoC Container Performance Benchmark Comparison?

I'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 autofac
Fake Assemblies show warnings when generating shims for Interface and stubs for sealed types

I 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 irepository
asp.net MVC 4 with StructureMap

I am converting an ASP.NET MVC3 project to MVC4. I was trying to find the best approach to work …

asp.net-mvc-4 structuremap webactivator
StructureMap Tutorial

I am look for some Structure map Tutorials. Does anyone know of any? EDIT: All answers are appreciated but I …

structuremap
SignalR + Dependency Injection Questions

I 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-hub
StructureMap and ASP .Net Web API and .Net Framework 4.5

Does 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