Skip to content

Multi-service and multi-level dependency injection framework for .NET

License

Notifications You must be signed in to change notification settings

prajgit/IocServiceStack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IocServiceStack

Build status

IocServiceStack is open source .NET dependency injection framework. IoC container allows to add multiple services for the same contract by name and dependencies can be added at different levels. This makes the concerns of application layers separated, and configurable. So, the client-specific logic can be plugged easily or inject the specific dependencies for specific client implementations. And, it offers several ways to inject dependencies. This framework contains the main container in which there are three types of internal containers such as root container, shared and dependency container.

Supports

  • .NET Core 1.0 (.NET Standard 1.6)
  • .NET Framework 4.6
PM> Install-Package IocServiceStack 

NuGet Release

Documentation

About

Multi-service and multi-level dependency injection framework for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%