Needle Container
Needle Dependency Injection Container is a lightweight dependency injection container. The main goal of the project is help developers learn Depencency Injection, how a DI container could be created, and similar stuff.
The Needle Container is developed in C#.
Contact
- To provide feedback for the project please use the Issue Tracker.
- If you have any questions please, use the Discussions
- If you want to contribute to the project don't hesisate and contact us (via e-mail, discussion forums, etc)
NuGet Package
You can now download the alpha (0.1) version of the Needle Container using
NuGet. In the Package Manager window type:
PM> Install-Package NeedleContainer
Thanks