Archives

Archives / 2010 / October
  • Typed-Factories in Castle Windsor

    Tags: castle

    One of the great features of Castle Windsor container is the ability to use typed-factories. Basically typed factories act like object factories that use container to create the objects for you, but … more

  • Injecting MembershipProvider

    Tags: IoC

    Creating a new project on top of existing API is always a challenge. The problem we faced the other day was how strange our legacy MembershipProvider behaved when integrated in our new project that … more