Info
Version: | 2.0.5 |
Author(s): | rjinaga |
Last Update: | Tuesday, January 30, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rjinaga/IocServiceStack |
NuGet Url: | https://www.nuget.org/packages/IocServiceStack |
Install
Install-Package IocServiceStack
dotnet add package IocServiceStack
paket add IocServiceStack
IocServiceStack Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- NETStandard.Library(>= 1.6.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.Extensions(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.3.0)
No dependencies.
No dependencies.
Tags
It supports multi-service communication through multi-level dependency injection. This clearly separates the concerns of application layers, and makes the layers configurable and it offers several ways to inject dependencies.
Check out http://www.iocservicestack.net for more information.