Info
Version: | 1.0.1 |
Author(s): | Steinar Dragsnes |
Last Update: | Friday, February 24, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://steinardragsnes.blogspot.com/2012/02/kill-your-dependency-injection.html |
NuGet Url: | https://www.nuget.org/packages/DependencyInjector |
Install
Install-Package DependencyInjector
dotnet add package DependencyInjector
paket add DependencyInjector
DependencyInjector Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Many traditional DI-containers are pretty big and solve too many problems. Containers may be easy to use, but they are complex and not everyone knows them well enough to bring that complexity into their projects.
My aim is to keep things small and simple as long as possible and anyone can learn to know these few hundered lines of code. For more information: http://steinardragsnes.blogspot.com/2012/02/kill-your-dependency-injection.html.