I am looking for a simple yet practical and robust IOC/DI framework for .net
I am going to use it in a project with less-experienced developers so a complex framework such as Spring.NET is not an option. I was thinking about: Ninject Castle Windsor StructureMap Which would present a moderate learning curve without losing flexibility? and another question - where is the correct place to put the configuration? Since the kernel/configuration on a 3-tier ASP.NET application (not MVC!!! all examples are using MVC :) ) Mark Seemann The great thing about proper use of DI is that you can defer the decision about which DI Container to use until the last responsible moment . In