160 packages tagged with “Inversion-of-Control”
Simple Injector is an easy, flexible and fast dependency injection library that uses best practice to guide your solutions toward the pit of success.
An ultra lightweight Inversion of Control container for the .Net framework. See LightInject.Source for the source distribution.
DryIoc is fast, small, full-featured IoC Container for .NET
Simple Injector ASP.NET Web API Integration.
The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.
Simple Injector ASP.NET MVC Integration.
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 allows properties and constructor parameters to be annotated with the InjectAttribute class.
Enables LightInject to be used as the service container in ASP.NET Core and Entity Framework 7 applications.
An extension to the LightInject service container that enables dependency injection for ASP.NET MVC applications. See LightInject.Mvc.Source for the source distribution.
DryIoc extension for OWIN
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.
Quick Start for Simple Injector ASP.NET MVC integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an MVC application.
An extension to the LightInject service container that enables dependency injection for Web API applications. See LightInject.WebApi.Source for the source distribution.
The Simple Injector WCF Integration package adds a ServiceHost and ServiceHostFactory to allow dependency injection on WCF service types.
Enables LightInject to be used in .Net Core generic hosts
Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.
An extension to the LightInject service container that enables AOP(Aspect Oriented Programming) through method interception.
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://github.com/unitycontainer/commonservicelocator
DryIoc.MefAttributedModel is DryIoc extension to support Microsoft Managed Extensibility Framework for DryIoc 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.
Enables LightInject to be used in AspNetCore applications.
Quick Start for Simple Injector ASP.NET Web API integration for IIS-hosted applications. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an Web API application.
An extension to the LightInject service container that enables automatic implementation of factory interfaces.
DryIoc extension for ASP.NET providing Web Request Reuse
Cross-Cutting.NetCore bits.
Source generator that helps register attribute marked services in the dependency injection ServiceCollection