PDA

Click to See Complete Forum and Search --> : Unity Application Blocks


mendhak
Apr 6th, 2008, 01:50 PM
Nobody posted, I figured I should be the first.

MS has released Unity Application Blocks (http://msdn2.microsoft.com/en-us/library/cc468366.aspx) which is described as:


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



Will anyone be using this? :D

DirtyHowi
Apr 6th, 2008, 03:05 PM
great, something else from microsoft i'll never have sufficient time to learn correctly...

Kasracer
Apr 6th, 2008, 04:18 PM
Interesting... sounds like they beefed up the Assembly class since you can do the samethings with it but this is more safisticated.