Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asperandlabs/unitstrap
https://github.com/asperandlabs/unitstrap
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/asperandlabs/unitstrap
- Owner: AsperandLabs
- License: mit
- Created: 2020-04-17T16:46:26.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-01-02T19:00:32.000Z (about 4 years ago)
- Last Synced: 2024-11-22T21:48:27.075Z (2 months ago)
- Language: C#
- Size: 74.2 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![UnitStrap Logo](/documents/unitStrapLogo.png) Unit Strap
UnitStrap is a DI framework build on top of Microsoft dependency injection library. Its goal is to promote organization and cleanliness of dependencies by doing runtime anaysis of the dependency structure. The UnitStrap framework operates on the basis that dependencies can often be grouped to create features. These features must share a base namespace that is defined by the namespace ef the UnitStrapper where they are being registered. This leaves the bootstrapper to group features (units), register configuration and other external dependencies like DB contexts.