Hi, this is part 5 of our series on IoC containers in .NET. I’m only using them on a simple console application that provides autocompletion for the functions that the application exposes. We started with an introductory article, then we used Autofac, StructureMap, Ninject 2 beta and Spring.NET. In this article I’ll cover CastleWindsor a bit. These ......