https://github.com/fluffynuts/minidi
https://github.com/fluffynuts/minidi
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluffynuts/minidi
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2021-12-07T14:54:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T14:54:57.000Z (over 4 years ago)
- Last Synced: 2025-01-06T16:50:42.327Z (over 1 year ago)
- Language: C#
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniDI
##### What is this?
A proof-of-concept dependency injector toy, built in about 10 minutes, TDD, to prove that DI is really not a complex subject and shouldn't intimidate anyone.
##### What is this not?
This is _not_ a full-scale dependency-injection framework. It's the bare minimum to demonstrate transient dependency injection - other life-cycles (eg singleton, per-thread or per-web-request) could be implemented, but aren't right now (: