Version 3 of the Munq IOC container includes a number of new features and bug fixes.
- Thread Safe
- Automatic resolution of classes to the constructor with the most parameters which are resolved as needed.
- Refactored code to remove redundancy.
- Separated responsibilties into separate interfaces
- Added support for ASP.NET MVC3
- Added implementation of the Common Service Locator.
- Automatic creation of factory methods for classes by Register<IType, ImplClass>();
- Help file.