﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-.NET人字拖-随笔分类-Enterprise Library </title><link>http://www.cnblogs.com/xdotnet/category/80776.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 27 May 2008 06:29:51 GMT</lastBuildDate><pubDate>Tue, 27 May 2008 06:29:51 GMT</pubDate><ttl>60</ttl><item><title>[EnterpriseLibrary]EnterpriseLibrary.Common.Configuration文件中的各个类</title><link>http://www.cnblogs.com/xdotnet/archive/2007/02/08/Microsoft_Practices_EnterpriseLibrary_Common_Configuration.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 08 Feb 2007 09:35:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/02/08/Microsoft_Practices_EnterpriseLibrary_Common_Configuration.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/645140.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/02/08/Microsoft_Practices_EnterpriseLibrary_Common_Configuration.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/645140.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/645140.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: EnterpriseLibary主要是针对中大型企业级项目，但是在一些小企业项目中我们也能够运用。在运用的时候我们可以简化一些模块，对于一些应用程序块中我们不需要的可以去掉，从而实现在小项目中也能很好的应用而不至于显得大材小用。举个例子在Microsoft.Practices.EnterpriseLibrary.Data应用程序块中，Database类就是一个比较全面的DataHelper类，我们可以改变配置和工厂的方法从而减小类库尔应用于我们的小项目中，同时我们也可以增加对数据库Access的扩展。要做到这一步，首先当然要对整个项目有所了解，其中每个应用程序块都会包含的一个就是Microsoft.Practices.ObjectBuilder(这个已经独立一个项目)，另一个就是核心通用类库Common，主要包括配置，以及对ObjectBuilder的扩展等，今天我们先来熟悉一下 Configuration命名空间下的一些文件中类关系和用途...&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/02/08/Microsoft_Practices_EnterpriseLibrary_Common_Configuration.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/645140.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-02-08 17:35 <a href="http://www.cnblogs.com/xdotnet/archive/2007/02/08/Microsoft_Practices_EnterpriseLibrary_Common_Configuration.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[EnterpriseLibrary]Microsoft.Practices.ObjectBuilder来创建Singleton对象</title><link>http://www.cnblogs.com/xdotnet/archive/2007/02/01/enterpriselibrary_objectbuilder_singleton.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 01 Feb 2007 06:24:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/02/01/enterpriselibrary_objectbuilder_singleton.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/636931.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/02/01/enterpriselibrary_objectbuilder_singleton.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/636931.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/636931.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 上次我们从总体上了解了一下 Microsoft.Practices.ObjectBuilder这个类库，今天我们来看看它是怎样来完成对象的创建以及我们怎么应用它来为我们创建我们所需要的对象的，从源码中我们可以看到可以创建Singleton对象等等，每个对象的创建都对应着每一个策略以及相应的方针，下面我们通过例子来为各个对象的创建进行逐个说明。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/02/01/enterpriselibrary_objectbuilder_singleton.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/636931.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-02-01 14:24 <a href="http://www.cnblogs.com/xdotnet/archive/2007/02/01/enterpriselibrary_objectbuilder_singleton.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[EnterpriseLibrary]Microsoft.Practices.ObjectBuilder全局观</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/24/ObjectBuilder_now.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 24 Jan 2007 03:41:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/24/ObjectBuilder_now.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/628884.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/24/ObjectBuilder_now.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/628884.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/628884.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 上回我们偷偷看了Microsoft.Practices.ObjectBuilder (以下把它称为OB)中的定位器Locator,这回我们从整体上来看看这个Framework。要想真正了解OB的使用方法当然就要对他有个整体的认识，我们想学她，当然是为了要用它，但最重要的是可以通过分析它的机理来巩固我们的知识。但对于一个不是很小的类库来说，想一下子了解他是不可能的，更何况OB连文档都是null，所以只能一步一步的慢慢的拆开他。其实不用我们怎么拆，因为源码已经把各个相关的放在单独的文件夹里了。好了闲话不多说了，一起上吧！&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/24/ObjectBuilder_now.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/628884.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-01-24 11:41 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/24/ObjectBuilder_now.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[EnterpriseLibrary]Microsoft.Practices.ObjectBuilder中的定位器Locator</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/18/Microsoft_Practices_ObjectBuilder_Locator.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 18 Jan 2007 11:29:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/18/Microsoft_Practices_ObjectBuilder_Locator.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/624094.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/18/Microsoft_Practices_ObjectBuilder_Locator.html#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/624094.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/624094.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 通过对Microsoft.Practices..EnterpriseLibrary学习中发现了一个对象生成器，这个应该是很稳定的一个类库了吧，不然微软应该不会把它封的那么牢固，也没有发现他的源代码。出于学习的目的我用Refrector还原了一下顺便看看里面的来头，从对像浏览器中一看就知道来头不小(注：由于我是刚刚捧这个类库，而且是最新版本的所以没有源代码，自由、创新、研究、探索……和TerryLee告知，去下载了个2.0地终于发现源码了，在此谢谢他们:)。上网去搜搜阿，功夫不负有心人，终于找到了前人留下的遗产，先看看再说，要真正弄明白我觉得最好的方法就是把代码分离出来看个究竟...&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/18/Microsoft_Practices_ObjectBuilder_Locator.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/624094.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-01-18 19:29 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/18/Microsoft_Practices_ObjectBuilder_Locator.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[EnterpriseLibrary]ConfiguraionSource节点及多个配置文件的应用</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/04/enterpriselibrary_configurationsource_view.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 04 Jan 2007 14:24:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/04/enterpriselibrary_configurationsource_view.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/611852.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/04/enterpriselibrary_configurationsource_view.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/611852.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/611852.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   今天终于开始了EnterpriseLibrary的进程了，边看边学，在这里要感谢TerryLee前辈，看了你的文章得到了不少知识，让我更容易进入状态。由于刚刚接触到这个咚咚对他还有点陌生，无论是哪个项目配置文件肯定是我们研究的切入点，所以首先当然是要看看Enterprise Library对配置文件的一些做法。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/04/enterpriselibrary_configurationsource_view.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/611852.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-01-04 22:24 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/04/enterpriselibrary_configurationsource_view.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[EnterpriseLibrary]SqlConnection.ConnectionString相关关键字</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/03/sqlconnection_connectionstring.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 03 Jan 2007 12:53:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/03/sqlconnection_connectionstring.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/610799.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/03/sqlconnection_connectionstring.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/610799.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/610799.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 由于本人出生贫寒，还未能领略Orcle,DB2等大哥哥，以前经常用ACCESS在学校中玩耍，后来就是SQL。对于ACCESS的连接字符串没什么变化，都是那么一句或许有其他的Provider；对于SQL我也经常用Visual Studio连接数据库，然后在服务器的属性中复制连接字符串，一直以来都没有对他的字符串真正认真过。现在由于要接触EnterpriseLibrary所以就从网上网罗了一下，把他总结下来，顺便可以巩固一下，从此不再模糊…&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/03/sqlconnection_connectionstring.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/610799.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-01-03 20:53 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/03/sqlconnection_connectionstring.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[EnterpriseLibrary].NET程序中配置文件(.config)操作</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/03/config_manager_ready_for_enterpriselibrary.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 03 Jan 2007 09:32:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/03/config_manager_ready_for_enterpriselibrary.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/610705.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/03/config_manager_ready_for_enterpriselibrary.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/610705.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/610705.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 好久没有写点东西了，很久以前就对EnterpriseLibrary很感兴趣，但是一直没有时间去研究和使用这个强大的企业库。最近终于狠下心来，下载了Microsoft Enterprise Library 3.0 - December 2006 CTP，但对这么大的一个类库，想一下子进入状态那是不可能的，从中发现配置文件的关键，特别是配置文件的操作那是相当的不错。我想不论是小网站还是大项目，都会涉及到对配置文件的操作，通过收集和我做过得一些项目在这里整理了一下.NET2.0对配置文件的操作。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/03/config_manager_ready_for_enterpriselibrary.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/610705.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://xdotnet.cnblogs.com/" target="_blank">网魂小兵</a> 2007-01-03 17:32 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/03/config_manager_ready_for_enterpriselibrary.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>