You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Unity Container (Unity) is a lightweight, extensible dependency injection container. It facilitates building loosely coupled applications and provides developers with the following advantages:
3
+
4
+
* Simplified object creation, especially for hierarchical object structures and dependencies
5
+
* Abstraction of requirements; this allows developers to specify dependencies at run time or in configuration and simplify management of crosscutting concerns
6
+
* Increased flexibility by deferring component configuration to the container
7
+
* Service location capability; this allows clients to store or cache the container
0 commit comments