Project Description
The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection.

Unity addresses the issues faced by developers engaged in component-based software engineering. Modern business applications consist of custom business objects and components that perform specific or generic tasks within the application, in addition to components that individually address cross cutting concerns such as logging, authentication, authorization, caching, and exception handling.

The key to successfully building such applications is to achieve a decoupled or very loosely coupled design. Loosely coupled applications are more flexible and easier to maintain. They are also easier to test during development. You can mock up shims (lightweight mock implementations) of objects that have strong concrete dependencies; such as database connections, network connections, ERP connections, and rich user interface components.

Dependency injection is a prime technique for building loosely coupled applications. It provides ways to handle the dependencies between objects. For example, an object that processes customer information may depend on other objects that access the data store, validate the information, and check that the user is authorized to perform updates. Dependency injection techniques can ensure that the customer class correctly instantiates and populates all of these objects, especially where the dependencies may be abstract.

pag_logo.gif

News

Unity 1.2 Hands On Labs
Unity Application Block (1.2) Hands On Labs have been released.

Unity For Silverlight
The official Unity 1.2 for Silverlight has been released! Find it here!

Webcast Demos
The demos from our Unity webcasts are available for download from the Webcast demos page.

Sample Code
Additional samples using Unity are available from the Code samples page.

Unity Extensibility Workshop - Feb 18-19, 2008, Redmond, WA
Link to Workshop

Got questions, bugs or suggestions for the new CodePlex site? Report them here!

 Grigori Melnik: Thoughts on Agile Software Engineering and Beyond : Unity News Feed 
 Grigori Melnik: Thoughts on Agile Software Engineering and Beyond : Unity News Feed 


 Software Mechanics News Feed 
Saturday, June 13, 2009  |  From Software Mechanics
Wednesday, June 03, 2009  |  From Software Mechanics
Saturday, March 28, 2009  |  From Software Mechanics
Thursday, March 05, 2009  |  From Software Mechanics
Tuesday, February 17, 2009  |  From Software Mechanics
Wednesday, January 28, 2009  |  From Software Mechanics
Saturday, January 24, 2009  |  From Software Mechanics
Saturday, January 24, 2009  |  From Software Mechanics
Saturday, January 24, 2009  |  From Software Mechanics
Friday, December 12, 2008  |  From Software Mechanics
 Software Mechanics News Feed 
Last edited Mar 19 at 7:21 PM by gmelnik, version 17

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Archived page comments (3)

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196