Microsoft.Practices.EnterpriseLibrary
Posted 荆棘人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Microsoft.Practices.EnterpriseLibrary相关的知识,希望对你有一定的参考价值。
项目中使用了Microsoft.Practices.EnterpriseLibrary这个东西,根据名字猜测和微软有关系(可以翻译为:微软实践企业库)。
看到了引入了两个命名空间:
using Microsoft.Practices.EnterpriseLibrary.Data; using Microsoft.Practices.EnterpriseLibrary.Data.Sql;
在项目引用中发现了三个相关的dll文件:
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Data.dll
Microsoft.Practices.ObjectBuilder.dll
这个东西叫做:微软企业库
Microsoft Enterprise Library is a collection of reusable application blocks designed to assist software developers with common enterprise development challenges. This release includes: Data Access Block, Exception Handling Block, Logging Block, Policy Injection Block, Semantic Logging Block, Transient Fault Handling Block, Validation Block, and Unity.
翻译过来是:
微软企业库是一个可重用的应用程序块的集合,旨在帮助软件开发人员与常见的企业发展的挑战。此版本包括:数据访问块,异常处理块,日志块,策略注入块,语义日志块,瞬态故障处理块,验证块,和Unity。
百度了下找到微软官网这里:
在站点https://entlib.codeplex.com/可以找到这个库的代码。
博客园有人推荐的系列文章地址:
http://www.cnblogs.com/rickie/archive/2005/02/17/104472.html
http://www.cnblogs.com/terrylee/archive/2006/08/01/enterprise_library.html
以上是关于Microsoft.Practices.EnterpriseLibrary的主要内容,如果未能解决你的问题,请参考以下文章