StructureMap Configuration Per Thread/Request for the Full Dependency Chain
- by Phil Sandler
I've been using Structuremap for a few months now, and it has worked
great on some smaller (green field) projects. Most of the
configurations I have had to set up involve a single implementation
per interface. In the cases where I needed to choose a specific
implementation at runtime, I created a factory class that used …