first_page

I’m pretty sure that I’m going with StructureMap…

Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Inversion of Control with StructureMap

I was null-and-annoyed about the StructureMap “plugin” naming convention until it became clear to me that Structure uses this term because it is a plugin-based dependency injection framework—while the rival I appointed for it, Unity, is not.

What “plugin” means here in the rasx() context is that DLL files can be plugged into the system by StructureMap. I am sure some seasoned Unity person can do this but what’s important to me is that StructureMap postures eagerly for this concept—I see this in the IAssemblyScanner interface.

rasx()