Nach Ordnungsbegriffen durchsuchen

Meet DIs local rep: The AbstractContext
I am having an unhealthy yet energetic and fruitful relation with a close relative of 'the' Dependency Injection (DI) container. She's called AbstractContext and she's been able to cope with all kinds of thorny situations where numerous...
Scary StructureMap configuration expressions Pt.1
"Most scary StructureMap Configuration Expression"™ so far... ForRequestedType < ISession > ( ) . InterceptConstructionWith ( wcfCachePolicy ) . AddInstances ( instanceExpression => instanceExpression. Conditional...
Dependency Injection is not locating services
The DI container StructureMap has been coming along nicely lately, with version 2.5.1 available as download . I have been following closely its recent development, since it is providing some core object wiring functionality to my current project. A rather...
Spoiled with Dependency Injection
There are a number of reasons why Dependency Injection is a good thing, and many people of high esteem have written about it. Hopefully only those developers completely cut off from modern-day communications are left with a good excuse not to know about...
So, how expensive is it to let NInject make my object?
Back here I made a quick and dirty performance comparison. In the comments I actually got some "flak" scrutinizing some of the "design decisions" behind the example shown. I would like to reinstate that the example was made purely...