<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_leeolevis_分类_Enterprise Library</title><id>http://feed.cnblogs.com/blog/u/51427/category/315257/rss</id><updated>2012-06-03T19:43:32Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leeolevis/category/315257.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/51427/category/315257/rss"/><entry><id>http://www.cnblogs.com/leeolevis/archive/2011/07/28/2119397.html</id><title type="text">关于Enterprise Library Security和System.Security的结合使用记录</title><summary type="text">本来刚想从博客园搜集点Enterprise Library Security的资料记录，发现博客园的网站又当机了（最近博客园经常当机呀）。看来还是自己手写下吧。以前使用过Enterprise Library的Logging 、Validation 和Cache感觉还不错、当然这方面的选择还有的，比如日志记录的Nlog和Log4之类的，验证方面也有Fluent Validation 这种成熟的项目了。但推荐还是用微软的，毕竟用官方出的工具更容易集成一点，而且风险比较小。使用得当对开发那是相当的便利，闲话不多说了这次我们用到的是微软的 Enterprise Library 5.0先安装EL，安装之</summary><published>2011-07-28T05:34:00Z</published><updated>2011-07-28T05:34:00Z</updated><author><name>leeolevis</name><uri>http://www.cnblogs.com/leeolevis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leeolevis/archive/2011/07/28/2119397.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leeolevis/archive/2011/07/28/2119397.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/leeolevis/archive/2010/06/01/1749328.html</id><title type="text">Microsoft Enterprise Library Caching Application Block</title><summary type="text">Caching Application Block 的基本架构如下所示,图中很清楚的写出了Cache Manager可以使用3中方式对数据进行缓存: 1.Null backing store 存储策略 : 默认的存储策略,存储的数据只存储在内存的缓存中,并不持久保存, 它可用于所有支持的应用类型.适合于保存一些临时的数据,或者用于保存当你重启程序时想要恢复的一些数据. 2.Isolated storage 存储策略 : 隔离存储策略适用于以下情况: 需要持久性的保存数据,访问用户较少.没有数据库设备.不想使用数据库这类开销较大的资源. 3. Database Cache storage 存</summary><published>2010-06-01T08:36:00Z</published><updated>2010-06-01T08:36:00Z</updated><author><name>leeolevis</name><uri>http://www.cnblogs.com/leeolevis/</uri></author><link rel="alternate" href="http://www.cnblogs.com/leeolevis/archive/2010/06/01/1749328.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/leeolevis/archive/2010/06/01/1749328.html"/><content type="text">Caching Application Block 的基本架构如下所示,图中很清楚的写出了Cache Manager可以使用3中方式对数据进行缓存: 1.Null backing store 存储策略 : 默认的存储策略,存储的数据只存储在内存的缓存中,并不持久保存, 它可用于所有支持的应用类型.适合于保存一些临时的数据,或者用于保存当你重启程序时想要恢复的一些数据. 2.Isolated storage 存储策略 : 隔离存储策略适用于以下情况: 需要持久性的保存数据,访问用户较少.没有数据库设备.不想使用数据库这类开销较大的资源. 3. Database Cache storage 存</content></entry></feed>
