Top 20 NuGet inversion-of-control Packages

Package Description
Package Description
Package Description
A CommonServiceLocator adapter for the LightInject service container.
The Lifetime Scoping package adds an advanced new lifestyle called 'Lifetime Scope', which allows instances to live within an explicitly defined thread-specific scope and get disposed when this scope ends.
Simple InversionOfControl implementation for multiple .NET platforms.
An extension to the LightInject service container that allows properties and constructor parameters to be annotated with the InjectAttribute class.
Adds mocking capabilities to the LightInject service container.
An extension to the LightInject service container that enables dependency injection for ASP.NET MVC applications.
A CommonServiceLocator adapter for the LightInject service container.
Enables the LightInject service container to be used in a web application by providing per web request scoped services.
An extension to the LightInject service container that enables dependency injection for Web API applications. See LightInject.WebApi for the binary distribution.
The Execution Context Scoping package adds the 'Execution Context Scope' lifestyle, which allows instances to live within an explicitly defined execution context scope (or logical call context) and get disposed when this scope ends. This scope allows flowing through asynchronous method calls.
An extension to the LightInject service container that enables dependency injection for SignalR applications. See LightInject.SignalR for the source distribution.
Simple InversionOfControl implementation for multiple .NET platforms added as source-code.
Enables the LightInject service container to be used when creating WCF services.
An extension to the LightInject service container that enables automatic implementation of factory interfaces.
Provides an integration that enables LightInject to be used as the IoC container in the Nancy web framework.
Enables LightInject to be used as the service container in ASP.NET Core and Entity Framework 7 applications.
Wrapper for using LightInject with TopShelf