List of .NET IoC Containers and Dependency Injection Tools
Scott Hanselman created a list of Inversion of Control ( IoC ) and Dependency Injection Tools for the .NET Framework. I have used quite a few of them, including: Castle Windsor, StructureMap, Spring.NET, Autofac, Unity, and the Do-It-Yourself Method. If you haven't chosen an IoC Tool, there are certainly plenty to choose from :)
Check out Scott's list.
Tags:
DependencyInjection,
IoC