32 packages tagged with “ioc-container”
.NetCore bits.
Cross-Cutting.NetCore bits.
Simplify DI common interface for IOC containers
AspNetCore bits.
Simple domain events.
Simple dynamic controllers package that puts the focus on resources.
This package makes dependency injections on Azure Functions easier, using ASP.NET Core dependency injection features.
Combination package for Commands and Queries when using Dynamic Controllers.
Simple data backing agnostic event store.
CosmosDB backing for APIBlox.NetCore.EventStore.
RavenDb backing for APIBlox.NetCore.EventStore.
MongoDB backing for APIBlox.NetCore.EventStore.
Simple CQRS implementation that utilizes the decorator pattern.
A container that creates and then (optionally) stores variables to provide caching and centralized access. These sorts of containers are sometimes mis-described as IOC ("Inversion of Control") Containers. Since they do not provide any control over program flow, the accurate term is DI ("Dependency Injection") Container. The SmartDI Container is unique in that it: * Does not store instantiated objects unnecessarily. * Supports object life-cycle management. When an object dies, it is removed from the container. This requires you to raise a global message. * Supports simple register-and-resolve so types do not need to be registered in advance.
Entity Framework Core backing for APIBlox.NetCore.EventStore.
Provides ability to use Simplify.DI as IOC container in WCF services
Experimental .NET Standard IOC container.
Provides ability to use Simplify.DI as IOC container instead of Microsoft.Extensions.DependencyInjection
Autofac container integration for Xer.Cqrs
Simple IoC-Container
SimpleInjector container integration for Xer.Cqrs.
DI-Lite is a small size, high performance tool for storing and retrieving objects for dependency injection. Library is written in C# and has no external dependencies.
DiLite /dɪˈlʌɪt/ is a minimalist, lightweight DI framework. Registrations and resolutions will look very familiar to those accustomed to Autofac.
Fast Friendly Dependency Injection
Add Snow support to ASP.Net Core web projects.
Spencer.NET is open-source IoC container for .NET made for frameworks and class libraries.
A handy IoC container based on C# source generators.
A library to take away the mundane task of always manually configuring dependency injection for you dotnet apps.
An interface part of Armature framework to use in the code which shouldn't depend on Armature implementation part
Armature dependency injection framework, provides fluent syntax and syntax sugar over Armature.Core framework