共享社区

首页 » 互联网资源共享社区 » .NET源码共享 » Enterprise Library 4.0 - May 2008
OpenSource - 2008-5-20 14:49:00
Brief DescriptionEnterprise Libraryis a collection of reusable application blocks designed to assistdevelopers with common enterprise development challenges. This releaseincludes: Caching, Cryptography, Data Access, Exception Handling,Logging, Policy Injection, Security, Validation, and Unity ApplicationBlocks.

his release has been adapted to work with WMI version 2.0 and version 3.5 of the .NET Framework.

EnterpriseLibrary 4.0 has the Allow Partially-Trusted Caller attribute (APTCA) onall assemblies. This means that you can call the methods of EnterpriseLibrary and the application blocks from an application running in apartial trust environment. You can do this with the signed assembliesprovided with Enterprise Library. There is no longer any requirement,as there was in version 3.x, to recompile the source code then eitheruse the unsigned binaries or strong-name them yourself.

TheCaching Application Block has been refactored to allow developers toreplace the CacheManager class with other implementations, includingthe ones offered by the distributed cache solution providers. This doesnot affect the API of the application block.

There are alsoadditions in functionality to the Logging Application Block, theValidation Application Block, the Exception Handling Application Block.For details see the change log attached.

Build scripts are packaged under /Scripts. Run the following:


System RequirementsFor all application blocks except for the Unity Application Block,the Enterprise Library core features, and the configuration tools, theminimum requirements are:
                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                    下载

http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=entlib&DownloadId=31172
1
查看完整版本: Enterprise Library 4.0 - May 2008