Unity IoC container: tips, tricks and dirty hacks
Posted by jpluimers on 2016/11/03
The #Fellows | Unity IoC container: tips, tricks and dirty hacks post is a very readable and to-the-point introduction to Unity IoC focussing on Dependency Injection. Implementation details of various IoC/DI frameworks differ, so some keywords:
- Container
- InjectionConstructor
- InjectionProperty
- Inversion of Control
- Named registration (or keyed registration)
- PerResolveLifetimeManager
- Register
- RegisterType
- Resolve
- ResolvedParameter
–jeroen
Leave a Reply