Contents tagged with groundwork

  • IoC containers: Autoregistration tests groundwork

    I have put together an assembly containing some types used to test the autoregistration features of different Inversion of Control containers.

    I will put some IoC containers (starting with Windsor) through a set of tests over these classes. The IoC container will have to find a concrete class, find an implementation for an interface, and find all implementations of a interface where multiple types implement it.

    Continue reading...

  • Comparing .Net IoC containers, part zero: Groundwork

    I started doing some compare and contrast code on well-known .Net Inversion Of Control containers some time in 2009, in order to better convince my colleagues that they should be using a good one. I haven't succeeded yet, but I have reworked the code into a simple and practical survey that may be of use to anyone interested in picking an Inversion of Control Container for .Net code. Continue reading...

  • 1