StructureMap is a Dependency Injection / Inversion of Control tool for .NET licensed under Apache 2.
So I've build a WebAPI from scratch, including some best practices that I've found online such as Dependency Injection and …
unit-testing asp.net-web-api moq automapper structuremapAt present we use StructureMap v2.6 for our dependency injection and our setup is like this: In the Application_Start …
dependency-injection structuremap structuremap3Most of the examples I've found for Automapper use the static Mapper object for managing type mappings. For my project, …
dependency-injection automapper structuremapI'm using StructureMap to resolve references to my repository class. My repository interface implements IDisposable, e.g. public interface IMyRepository : …
entity-framework dependency-injection structuremap disposeSo, I have a .NET solution that uses StructureMap, and I'd like to have StructureMap read an outside assembly that …
assemblies registry structuremapI've got the simplest kind of circular dependency in structuremap - class A relies on class B in its constructor, …
c# dependency-injection structuremap circular-dependencyAlthough this question is related to StructureMap, my general question is: When wiring up components with an IoC container in …
c# inversion-of-control structuremapI followed this up to the xml doc part in order to create Swagger documentation using Swashbuckle. It should allow …
asp.net-web-api2 swagger structuremap swagger-ui swashbuckleI have been looking around for a non Parameter injection option for the WebApi attributes. My question is simply whether …
asp.net-web-api dependency-injection structuremap custom-attributes structuremap3I Use Automapper 5.2.0 In My Project. When I Use ProjectTo() In Code Get This Error: Mapper not initialized. Call Initialize …
c# ioc-container structuremap automapper-5