Tagged Content List
  • Blog Post: 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 objects need to collaborate without resulting in...
  • Blog Post: Scary StructureMap configuration expressions Pt.1

    "Most scary StructureMap Configuration Expression"™ so far... ForRequestedType < ISession > ( ) . InterceptConstructionWith ( wcfCachePolicy ) . AddInstances ( instanceExpression => instanceExpression. Conditional ( cond => { cond...
  • Blog Post: 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 inviting pattern one can be lured into in...
  • Blog Post: 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 this subject. read more
  • Blog Post: 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 for checking instantiation performance of IoC container...
Page 1 of 1 (5 items)