Skip to content

Commit 838da2b

Browse files
Create README.md
1 parent 333a597 commit 838da2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Overview
2+
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
8+
* Instance and type interception
9+
* Registration by convention

0 commit comments

Comments
 (0)