zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    HTTP协议详解【转】
    Spring中的IOC和AOP
    Servlet生命周期
    Struts2基本原理【转】
    继承映射的三种方式
    树状数组(两个树状数组累计)
    二维数组数组(区间更新+单点查询)
    东西海岸(逆序对)
    离散化+单点更新+区间求和
    单调栈+dp
  • 原文地址:https://www.cnblogs.com/Tpf386/p/6307394.html
Copyright © 2011-2022 走看看