博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
EntLib 3.1学习笔记(0) : 总览
阅读量:6845 次
发布时间:2019-06-26

本文共 1734 字,大约阅读时间需要 5 分钟。

(基本上都是从网上摘录的,做个笔记,供自己以后查阅)

1. Enterprise Library 3.1–May 2007 contains the following general purpose application blocks:

  • . Developers can use this application block to incorporate a local cache in their applications. 缓存应用程序块。此应用程序块允许开发人员在其应用程序中集成本地缓存。
  • . Developers can use this application block to incorporate hashing and symmetric encryption in their applications. 加密应用程序块。此应用程序块允许开发人员在其应用程序中包含加密和哈希功能。
  • . Developers can use this application block to incorporate standard database functionality in their applications. 数据访问应用程序块。此应用程序块允许开发人员在其应用程序中集成标准的数据库功能。
  • . Developers and policy makers can use this application block to create a consistent strategy for processing exceptions that occur throughout the architectural layers of enterprise applications. 异常处理应用程序块。此应用程序块允许开发人员和决策人员针对发生在企业应用程序体系结构层的异常处理创建一致的策略。
  • . Developers can use this application block to include standard logging functionality in their applications. 日志和规范应用程序块。此应用程序块允许开发人员在其应用程序中集成标准的日志和规范功能。
  • . Developers can use this application block to implement interception policies that can be used to streamline the implementation of common features, such as logging, caching, exception handling, and validation, across an application.
  • . Developers can use this application block to incorporate authorization and security caching functionality in their applications. 安全应用程序块。此应用程序块允许开发人员在其应用程序中集成安全功能。应用程序可在多种情况下使用应用程序块,例如,根据数据库验证和授权用户、检索角色和配置文件信息,以及缓存用户配置文件信息等。
  • . Developers can use this application block to create validation rules for business objects that can be used across different layers of their applications.

2. Block之间的依赖关系:
3. Application block factories use of the Enterprise Library Core

转载于:https://www.cnblogs.com/happyhippy/archive/2007/08/08/848271.html

你可能感兴趣的文章
【Android】RxJava的使用(一)基本用法
查看>>
什么是以太坊
查看>>
Windows音频录制软件哪个好
查看>>
PHP面试常考内容之面向对象(2)
查看>>
以太坊---「地址、密码、私钥、助记词、Keystore 」那些事
查看>>
学习 PixiJS — 碰撞检测
查看>>
219. Contains Duplicate II
查看>>
如何解决微信端直接跳WAP端
查看>>
JS的二进制操作
查看>>
Spring校验@RequestParams和@PathVariables参数
查看>>
ES6箭头函数
查看>>
CentOS7网卡配置
查看>>
使用systemd来构建你的服务
查看>>
274. H-Index
查看>>
前嗅ForeSpider教程:同一个网站中从另一页面采集数据
查看>>
iterator_traits获取迭代器类型
查看>>
小程序页面之间的通讯利器 - nsevent
查看>>
JavaScript从初级往高级走系列————ES6
查看>>
Vue项目Webpack优化实践,构建效率提高50%
查看>>
mysql命令集
查看>>