https://github.com/xeqlol/ioc
Simple implementation of inversion of control pattern
https://github.com/xeqlol/ioc
csharp patterns
Last synced: 9 months ago
JSON representation
Simple implementation of inversion of control pattern
- Host: GitHub
- URL: https://github.com/xeqlol/ioc
- Owner: xeqlol
- Created: 2017-09-11T14:38:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T13:34:00.000Z (over 8 years ago)
- Last Synced: 2024-12-05T11:40:58.837Z (over 1 year ago)
- Topics: csharp, patterns
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoC - Inversion of Control Container
Simplest IoC container, crated just for learning internal mechanisms of this pattern