Microsoft Patterns and Practices Unity Application Block 1.0 is Available
Microsoft Patterns and Practices Unity Application Block 1.0 is Available
Overview from MSDN site
The Unity Application Block (Unity) is a lightweight, extensible dependency injection container. It facilitates building loosely coupled applications and provides developers with the following advantages:
--Simplified object creation, especially for hierarchical object structures and dependencies
--Abstraction of requirements; this allows developers to specify dependencies at run time or in configuration and simplify management of crosscutting concerns
--Increased flexibility by deferring component configuration to the container
--Service location capability; this allows clients to store or cache the container
Get it here.
Read the MSDN Introduction to Unity here.
Visit the community site here.
Watch some videos and read some tutorials about it here.
Overview from MSDN site
The Unity Application Block (Unity) is a lightweight, extensible dependency injection container. It facilitates building loosely coupled applications and provides developers with the following advantages:
--Simplified object creation, especially for hierarchical object structures and dependencies
--Abstraction of requirements; this allows developers to specify dependencies at run time or in configuration and simplify management of crosscutting concerns
--Increased flexibility by deferring component configuration to the container
--Service location capability; this allows clients to store or cache the container
Get it here.
Read the MSDN Introduction to Unity here.
Visit the community site here.
Watch some videos and read some tutorials about it here.
0 Comments:
Post a Comment
<< Home