https://github.com/jlyonsmith/funq
The fast DI-container that you can understand.
https://github.com/jlyonsmith/funq
Last synced: about 1 year ago
JSON representation
The fast DI-container that you can understand.
- Host: GitHub
- URL: https://github.com/jlyonsmith/funq
- Owner: jlyonsmith
- Created: 2015-02-13T17:36:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T20:13:24.000Z (over 8 years ago)
- Last Synced: 2023-03-17T16:35:26.944Z (over 3 years ago)
- Language: C#
- Size: 27.3 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funq: The Fast DI Container You Can Understand
Based on the original project on [Codeplex](https://funq.codeplex.com/) and the active version included in [ServiceStack](http://servicestack.net).
This version is:
- __Standalone__. A single .NET library available on NuGet
- __Up-to-date__. Bug fixes and working unit tests
- __Stripped down__. Just .NET Core and PCL versions
- __Enhanced__. Includes ServiceStack enhancements such as auto-wiring.
- __Documented__. A wiki with a Getting Started guide.
- __Centralized__. One place for the source, links to the original videos by Daniel Cazzulino and other references.
Enjoy!
---
John Lyon-Smith, 2015