Which .NET Dependency Injection frameworks are worth looking into? [closed]
edit (not by the author): There is a comprehensive list of IoC frameworks available at https://github.com/quozd/awesome-dotnet/blob/master/README.md#ioc: Castle Windsor – Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight Unity – Lightweight extensible dependency injection container with support for constructor, property, and method call injection Autofac – An addictive … Read more