Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
why using enterprise library dll like..

Microsoft.Practices.EnterpriseLibrary.Caching.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Data.dll
Microsoft.Practices.ObjectBuilder2.dll




Regards
Anand Rajan
Posted
Updated 16-Dec-13 19:48pm
v2

Pattern & practice enterprise library is the set of assembles provided by Microsoft. It is the best approach to doing some task likewise: Caching, Data Access, validation etc.


For example: if you want to CURD operation to the database in the Data Access layer you can use
Microsoft.Practices.EnterpriseLibrary.Data.dll and dlls related to it that provides best way to do this.

You can check the bellow is the link :
http://msdn.microsoft.com/en-us/library/ff650706.aspx[^]
 
Share this answer
 
v3
Comments
An@nd Rajan10 16-Dec-13 4:27am    
what is the benefits?
Abdul Quader Mamun 16-Dec-13 4:38am    
Benefits:
1. It has implemented mechanically a good design. If you want to create an assembly like this you will need lots of time and cost.

2. In case of data access you can use directly ADO.NET but this approch is not good for robust application.

3. It is a well tested & reusable library.

4. You can use this for several tasks likewise Data Access, Logging, Validation, Caching etc.
It is as easy as just to google, yahoo or bing on EnterpriseLibrary.

Good luck!
 
Share this answer
 
Comments
An@nd Rajan10 16-Dec-13 4:22am    
i want to know about, what is the use ?,why its using ?..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900