Posts Tagged “StructureMap”:

StructureMap and Nested Containers in Asp.Net Core

Yes, StructureMap uses [Nested Containers][sm-docs-nested] under the hood when plugged into Asp.Net Core framework as a DI container of your choice. To prove that, have a look into the source code of [DependencyInjection NuGet package][sm-aspnetcore] which serves as an integration package. [Here][sm-interation-code] you view the code from the snippet below.... [Read More]