Using Structuremap in legacy ASP.NET MVC applications
A guide to implementing dependency injection using StructureMap in legacy ASP.NET MVC applications, covering controllers and non-DI components.
A guide to implementing dependency injection using StructureMap in legacy ASP.NET MVC applications, covering controllers and non-DI components.
Explains how to configure per-request dependency injection for resources like database sessions in ASP.NET Web API using StructureMap.
A technical guide on implementing Dependency Injection in ASP.NET MVC 3 using the StructureMap IoC container.
Explains techniques to improve testability and reduce framework coupling in ASP.NET MVC routing configuration.
Using StructureMap dependency injection profiles to easily switch between cloud (Azure) and on-premise implementations for storage and services.
Guide to integrating AutoMapper 2.0 with StructureMap for dependency injection, replacing static references with injectable services.
A guide to implementing a custom StructureMap IResourceFactory for dependency injection in WCF Web API services, enabling proper constructor injection.
Explains how to implement custom Model Binder dependency injection in ASP.NET MVC using StructureMap to clean up controller code.