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
BBty
Member
7 Points
63 Posts
what are the dlls used for
Jan 31, 2011 05:02 PM|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
smirnov
All-Star
23398 Points
4015 Posts
Re: what are the dlls used for
Jan 31, 2011 05:40 PM|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
sachingusain
Star
8786 Points
1702 Posts
Re: what are the dlls used for
Feb 02, 2011 04:11 PM|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.