Microsoft.Practices.ObjectBuilder2.dll - Object Builder assembly, to perform all the repetitive and necessary tasks for creating and disposing of object instances.
Microsoft.Practices.Unity.dll - Unity Application Block assembly
The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. Details here:
http://unity.codeplex.com/
ObjectBuilder is a framework for creating dependency injection systems, largely used in the Web Client Software Factory and in related projects such as Enterprise Library. Details here:
http://msdn.microsoft.com/en-us/library/ff650438.aspx
Member
8 Points
56 Posts
what are the dlls used for
Jan 31, 2011 01:02 PM|BBty|LINK
HI All,
I dont understand the use of the below dlls
a. Microsoft.Practices.ObjectBuilder2.dll
b. Microsoft.Practices.Unity.dll
Thank you all in advance.
dotnetadventure
All-Star
35149 Points
9075 Posts
Re: what are the dlls used for
Jan 31, 2011 01:40 PM|smirnov|LINK
Microsoft.Practices.ObjectBuilder2.dll - Object Builder assembly, to perform all the repetitive and necessary tasks for creating and disposing of object instances.
Microsoft.Practices.Unity.dll - Unity Application Block assembly
http://msdn.microsoft.com/en-us/library/ff647601.aspx
Contributor
5430 Points
1676 Posts
Re: what are the dlls used for
Feb 02, 2011 12:11 PM|sachingusain|LINK
The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. Details here: http://unity.codeplex.com/
ObjectBuilder is a framework for creating dependency injection systems, largely used in the Web Client Software Factory and in related projects such as Enterprise Library. Details here: http://msdn.microsoft.com/en-us/library/ff650438.aspx
Thanks.