Contents tagged with sping

  • IoC comparison: Spring.NET CodeConfig

    Spring.NET has a new add-on called Spring.NET CodeConfig 1.0.1 that I hoped may adress some of what I saw as spring’s shortcomings in my comparisons of .Net IoC containers, specifically it should allow different configs be used in different tests in the same project. The docs for Spring.NET code config are here. it's also on github and nuget and is apparently just "the first step in the process of expanding Spring.NET's support for non-XML-dependent configuration scenarios". It works,  and goes about it in a different way which is not as terse and as most other containers.

    Continue reading...

  • 1