﻿<?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人字拖-随笔分类-ASP.NET</title><link>http://www.cnblogs.com/xdotnet/category/70567.html</link><description /><language>zh-cn</language><lastBuildDate>Sun, 18 May 2008 00:17:25 GMT</lastBuildDate><pubDate>Sun, 18 May 2008 00:17:25 GMT</pubDate><ttl>60</ttl><item><title>[ASP.NET用户验证一]Forms验证</title><link>http://www.cnblogs.com/xdotnet/archive/2007/10/24/aspnet_formsauthentications.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 24 Oct 2007 14:37:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/10/24/aspnet_formsauthentications.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/936651.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/10/24/aspnet_formsauthentications.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/936651.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/936651.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 用户验证是每一个项目必须的一个模块，由于已经很久没有碰到这一块内容，今天写一个用户验证居然脑子一片空白。于是乎就和一个同事进行了一片讨论，晚上回家决定把讨论的结果给记录下来，以备后来之需。在ASP.NET中有几种用户验证的方法：Windows验证，Forms验证和Passport验证。当然用户也可以自定义与验证方法，而最常用的莫过于Forms验证，这也是今天所要讨论的验证方式。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/10/24/aspnet_formsauthentications.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/936651.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-10-24 22:37 <a href="http://www.cnblogs.com/xdotnet/archive/2007/10/24/aspnet_formsauthentications.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>ASP.NET中导致程序重启的几个东东</title><link>http://www.cnblogs.com/xdotnet/archive/2007/09/19/aspnet_application_onoff.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 19 Sep 2007 14:16:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/09/19/aspnet_application_onoff.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/899181.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/09/19/aspnet_application_onoff.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/899181.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/899181.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最近在做一个项目，由于在项目中用到文件的修改和增删，而这些操作都是在IIS运行的情况下完成的，其中我们还对进度进行跟踪，涉及到线程等等因此我们应用静态变量来完成这一跟踪。但是在项目运行过程中，静态变量经常失效，而导致这一结果的是由于IIS的应用程序重启，使得应用程序池回收静态变量等等都失效。以前没有注意到这个问题，搞了很久才把这些给搞清楚。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/09/19/aspnet_application_onoff.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/899181.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-09-19 22:16 <a href="http://www.cnblogs.com/xdotnet/archive/2007/09/19/aspnet_application_onoff.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[AJAX]有史以来最简单的AJAX回调库</title><link>http://www.cnblogs.com/xdotnet/archive/2007/09/16/ajaxlite_easy.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sun, 16 Sep 2007 14:38:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/09/16/ajaxlite_easy.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/895168.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/09/16/ajaxlite_easy.html#Feedback</comments><slash:comments>30</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/895168.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/895168.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 很多时候我们只要用到一些简单的Ajax功能，提供一些简单的回调而不需要很花哨的东西。然而现有的很多Ajax库都很大，虽然功能很多但是我们很多时候根本就不需要用到他们，我就遇到过那样的经历，所以我想弄一个很简单的Ajax回调函数来搞定。首先我想到的是CS中的AjaxManager，我就是把它简化一下，去掉不想要的和很多更适合我们习惯的一些方法。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/09/16/ajaxlite_easy.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/895168.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-09-16 22:38 <a href="http://www.cnblogs.com/xdotnet/archive/2007/09/16/ajaxlite_easy.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>【URL重写】IIS7.0&amp;IIS6.0</title><link>http://www.cnblogs.com/xdotnet/archive/2007/07/23/url_rewrite_iis_6_7.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 23 Jul 2007 14:11:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/07/23/url_rewrite_iis_6_7.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/828817.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/07/23/url_rewrite_iis_6_7.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/828817.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/828817.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:     好久没有写博客了，前些天无意中和同事讨论时聊到了URL重写，当时我想和我同事想不到一块去，后来我看了Scott Guthrie关于IIS7.0和4GuysFromRolla创始人Scott Mitchell的URL重写大作后才苏醒过来。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/07/23/url_rewrite_iis_6_7.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/828817.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-07-23 22:11 <a href="http://www.cnblogs.com/xdotnet/archive/2007/07/23/url_rewrite_iis_6_7.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>线程编程中用到HttpContext.Current的方法封装</title><link>http://www.cnblogs.com/xdotnet/archive/2007/06/25/aspnet_threading_httpcontext.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 25 Jun 2007 13:42:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/06/25/aspnet_threading_httpcontext.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/795501.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/06/25/aspnet_threading_httpcontext.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/795501.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/795501.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在线程编程时能够为我们的性能提高不少，但是线程不是请求所以请求上下文我们就不能够用到！我在编程时遇到的几个地方留下个映像，同时也希望给不知道的同志们留个纪念！！！&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/06/25/aspnet_threading_httpcontext.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/795501.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-06-25 21:42 <a href="http://www.cnblogs.com/xdotnet/archive/2007/06/25/aspnet_threading_httpcontext.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>RSS(Really Simple Syndication)常用标签</title><link>http://www.cnblogs.com/xdotnet/archive/2007/06/07/aspnet_rss_achors.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 07 Jun 2007 14:43:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/06/07/aspnet_rss_achors.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/775771.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/06/07/aspnet_rss_achors.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/775771.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/775771.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在WEB 2.0的时代，我们很难在一个Web2.0的网站上不发现RSS，我们可以通过RSS阅读器来订阅特定网站的更新及新闻等等。随着VISTA的普及很多人也会在桌面上的Windows 边栏上订阅以方便每次开机是即可看到该网站上的更新。RSS只是几个特殊XML标记组成的，我很想知道那些标签的含义来定义自己的RSS。在本文中将看到 RSS中几个重要的标签，当我们了解了RSS标签我们就可以通过XmlTextWriter对象来组合我们自己的RSS文件。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/06/07/aspnet_rss_achors.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/775771.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-06-07 22:43 <a href="http://www.cnblogs.com/xdotnet/archive/2007/06/07/aspnet_rss_achors.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ASP.NET入门]页面生命周期</title><link>http://www.cnblogs.com/xdotnet/archive/2007/05/22/aspnet_pagelife.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Tue, 22 May 2007 13:54:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/05/22/aspnet_pagelife.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/756195.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/05/22/aspnet_pagelife.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/756195.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/756195.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:     今天无意之间想起了页面的生命周期，由于很久在数据库和逻辑中旋绕，没有碰到这个咚咚都有点生疏了。为了测了一下就在VS中把几个事件都重写到当前的 ASPX.CS页面中，然后加上断点就可以知道他运行的顺序了。生命周期在表现层当中很有用，特别是如果你要用到多语言，多模板等就一定要掌握每一次请求得周期，至于生命周期的定义就不多说了，也就是从请求到这次请求结束。当你访问一个网站时，你就会对服务端发送一个请求，服务器会响应你的请求被返回你的结果，这就是一个周期了。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/05/22/aspnet_pagelife.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/756195.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-05-22 21:54 <a href="http://www.cnblogs.com/xdotnet/archive/2007/05/22/aspnet_pagelife.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[VS2008”Orcas”]ASP.NET将引入新控件ListView</title><link>http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 10 May 2007 12:23:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/742094.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/742094.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/742094.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 很多人可能在以前的ASP.NET版本中就已经用到ListView控件了，但是那个应该是第三方的控件。这回Microsoft将在ASP.NET中引入ListView控件，这个控件将DataList, FormView, 和 GridView 控件的功能集成到一个控件中。同DataList 和 Repeater控件一样，他通过模板和样式表来格式化你所绑定的数据并呈现输出，然而他又能支持排序，更新，分页和删除等。本文将讲述ListView的一些基础知识，下面我们一起来看看吧！&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/742094.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-05-10 20:23 <a href="http://www.cnblogs.com/xdotnet/archive/2007/05/10/aspnet_server_control_listview_overview.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>即插即用插件式框架的程序集处理遐想(TypeFinder)</title><link>http://www.cnblogs.com/xdotnet/archive/2007/05/09/get_types_from_bin_dictionary.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 09 May 2007 12:56:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/05/09/get_types_from_bin_dictionary.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/740657.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/05/09/get_types_from_bin_dictionary.html#Feedback</comments><slash:comments>15</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/740657.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/740657.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在多层架构中我们经常都会通过工厂模式来对数据库层的类进行初始化，有些会用抽象类作为基类，有些会用接口然后通过反射来对其进行初始化。而把需要初始化的类型和程序集通过字符串保存在配置文件中或数据库中等等，今天我将要介绍的是不需要保存配置文件而去BIN目录寻找你所要的抽象类或接口的子类并将其初始化后返回。这种方法可以用在其他方面，当然这会对应用程序的性能造成影响，所以我们应该适当的应用他。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/05/09/get_types_from_bin_dictionary.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/740657.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-05-09 20:56 <a href="http://www.cnblogs.com/xdotnet/archive/2007/05/09/get_types_from_bin_dictionary.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在Web.config配置文件中自定义配置节点</title><link>http://www.cnblogs.com/xdotnet/archive/2007/05/07/aspnet_custom_configurationsection.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 07 May 2007 14:29:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/05/07/aspnet_custom_configurationsection.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/738356.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/05/07/aspnet_custom_configurationsection.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/738356.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/738356.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 大部分ASP.NET应用程序都包含很多个配置信息，比较常见的有连接字符串配置ConnectionString；当我们需要用到 Login控件自动发送Email时，我们就要配置Email服务器节点；还有很多如Page节点可以引入程序集和命名空间等等。根据我的经验很多网站的初始化信息(默认设置)很多都会保存在数据库中，也有很多保存在配置文件中，他们各有各的优点。我们可以在web.config中定义我们自己的节点，然后再读取或更新自定义配置文件，当然我们也可以自定义一个配置文件并将其解析读取。本文主要讲的是利用ASP.NET给我提供的一些APIs在 Web.config中自定义配置节点。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/05/07/aspnet_custom_configurationsection.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/738356.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-05-07 22:29 <a href="http://www.cnblogs.com/xdotnet/archive/2007/05/07/aspnet_custom_configurationsection.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[JS.IntelliSense]VS2008(Orcas) So Cool</title><link>http://www.cnblogs.com/xdotnet/archive/2007/04/26/js_intellisense.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 25 Apr 2007 16:08:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/04/26/js_intellisense.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/727653.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/04/26/js_intellisense.html#Feedback</comments><slash:comments>39</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/727653.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/727653.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   我很早以前就想找一个能够像VS中C#一样可以有很强的IntelliSense开发工具来写脚本JS，但是到现在还没有能够真正找到一理想的工具。很早以前听说VS2008能够给我带来一点震撼，但是又有人说那只是对ASP.NET AJAX有IntelliSense，又有点失落感。今天看到ScottGu的一篇博客发现VS2008能够提供几乎和C#一样的 IntelliSense，让我激动万分，也由于很久没有写博客了顺便把自己的一些体验和大家分享一番。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/04/26/js_intellisense.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/727653.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-04-26 00:08 <a href="http://www.cnblogs.com/xdotnet/archive/2007/04/26/js_intellisense.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[C#3.0体验]Orcas中内置的LinQ,XLinQ[DLinQ]扩展方法</title><link>http://www.cnblogs.com/xdotnet/archive/2007/04/12/oracas_getstarting_linqdlinqxlinq.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 12 Apr 2007 15:30:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/04/12/oracas_getstarting_linqdlinqxlinq.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/711382.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/04/12/oracas_getstarting_linqdlinqxlinq.html#Feedback</comments><slash:comments>23</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/711382.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/711382.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   谁都知道LinQ是随Oracas(VisualStudio2007)的.NET发布的内置的一个扩展方法，其实整个命名空间都是一个扩展方法的库，它允许开发人员对任何数据类型进行查询。大家都认为这是数据查询的趋势，也许以后的SQL语言会慢慢的发展，但我想现如今大家最想看到的是LinQ带给我们的温暖和快乐。微软把这些扩展的方法放在System.Linq命名空间下，当我们创建一个新类型时，你会发现默认的命名空间中多了一个，在. NET2.0及以前的版本中都只有三个命名空间，现在多了个System.Linq。LinQ定义了标准的查询操作符扩展方法，可以为.NET开发人员用来轻松地查询XML，关系数据库，.NET 对象，和任何其他数据结构类型。Let’s go，下面让我们慢慢体会LinQ带给我们的快乐吧！(版本VSMar07CTP)&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/04/12/oracas_getstarting_linqdlinqxlinq.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/711382.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-04-12 23:30 <a href="http://www.cnblogs.com/xdotnet/archive/2007/04/12/oracas_getstarting_linqdlinqxlinq.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Longhorn Server中IIS7.0的安装</title><link>http://www.cnblogs.com/xdotnet/archive/2007/04/07/longhornserver_iis_install.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sat, 07 Apr 2007 13:11:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/04/07/longhornserver_iis_install.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/704185.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/04/07/longhornserver_iis_install.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/704185.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/704185.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 上次写了一篇文章关于Vista中的IIS7.0，要做到VS2005在IIS7.0中调试Web项目，除了上一编文章提到的外还要将所处的网站的“调试”打开，而且需要有“Windows验证”。今天我们来Longhorn Server 2007中看看IIS7.0的安装，我的虚拟机为：VirtualBox，这个是开源的性能是我见过最好的一个，如果你想体验可以装一下。在Beta版本安装时有两个选择项，一个是Longhorn Server Enterprise;另一个是Longhorn Server Enterprisecore在微软里找到，其实没什么区别，Core应该是核心的，所以Longhorn Server Enterprisecore只是安装核心部分或称为精简版，不知道说的对不对，我采用的是完全安装。其他不多说了，对于我来说进去的第一件事就是看看IIS7.0下面来看看IIS7.0在Longhorn Server 2007下的安装。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/04/07/longhornserver_iis_install.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/704185.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-04-07 21:11 <a href="http://www.cnblogs.com/xdotnet/archive/2007/04/07/longhornserver_iis_install.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在IIS 7.0中架设网站，并用VS2005来调试Web项目</title><link>http://www.cnblogs.com/xdotnet/archive/2007/04/03/vista_iis70_vs2005.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 02 Apr 2007 16:31:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/04/03/vista_iis70_vs2005.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/697584.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/04/03/vista_iis70_vs2005.html#Feedback</comments><slash:comments>13</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/697584.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/697584.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:  IIS 7.0和IIS 6.0相比改变很大谁都知道，而且在IIS 7.0中用VS2005来调试Web项目也不是什么新鲜的话题，但是我还是第一次运用这个东东，所以在此记下我的一些过程，希望能给更多的后来者带了一点参考。其实我写这篇文章时也参考了其他的一些资料，没有他们写的文章我也不可能弄懂怎么来实现达到这种效果。记得在我装完VISTA后要打开IIS都找了老半天，根本不知道在哪，好了一起来看看吧，如果有什么地方不对请指出。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/04/03/vista_iis70_vs2005.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/697584.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-04-03 00:31 <a href="http://www.cnblogs.com/xdotnet/archive/2007/04/03/vista_iis70_vs2005.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ajax笔记]UpdatePanel控件介绍</title><link>http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sun, 01 Apr 2007 09:39:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/696083.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/696083.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/696083.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   UpdatePanel控件可以使你构建丰富的,类似客户端的应用程序。应用UpdatePanel控件可以使你的页面回调进行局部更新，而不需整个页面进行更新。这就是引用页面的局部更新，在页面中引用一个ScriptManager控件和一个或多个UpdatePanel控件可以使你的整个页面在没有任何脚本的情况下达到局部更新的效果。<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/696083.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-04-01 17:39 <a href="http://www.cnblogs.com/xdotnet/archive/2007/04/01/ajaxdoc_updatepanel_1.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]ASP.NET 2.0网站应用程序的性能优化</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Thu, 08 Mar 2007 12:59:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/668586.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/668586.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/668586.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 　　开发一个对用户的请求做出很快回应的应用程序是每个开发者的目标和挑战！ASP.NET是为速度优化和性能改进而设计的，它的改进体现在在服务端的页编译和自动存储。然而，当你的应用程序在同一时间内执行大量的请求时，这项改进仍然无法防止性能的降低。<br><br>　　为了写一个高性能的应用程序，你必需平衡通常影响性能的四个方面. 表现如下:<br><br>　　　执行时间：执行一个请求所花的时间，从接收到第一个字节算起到接收到最后一个字节所花的时间。<br><br>　　　响应时间：从发送请求到服务器响应接收到第一个字节所花的时间。<br><br>　　　伸缩性：这个主要表现在服务器分配给应用程序的资源（内存，CPU或电脑）。<br><br>　　　吞吐量：在一个单位时间内（通常是1秒）能够处理请求的数量。<br><br>　　以下是能够让你开发出一个高性能应用程序的几个方面：<br><br>　　　状态管理，<br>　　　<br>　　　数据存储，<br><br>　　　页面和服务器控件，<br><br>　　　网页应用程序，<br><br><b&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/668586.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-03-08 20:59 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/08/translate_speed_optimization_first.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]运用HtmlInputFile服务器控件上传多个文件</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 07 Mar 2007 12:13:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/667195.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/667195.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/667195.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:    由于发现以前写的文章都是乱来的，想到什么就写什么？看到别人的文章何等地规范，又通俗易懂，条理又很强，于是乎我就想了一个方法，来训练一下自己的写作方式，通过翻译一些老外的文章来玩玩，可能不断格式化自己可以写出格式不错的文章来，费话不用多说的，今天来翻译一篇比较简单的文章来做为这个计划的开始，OK！运用HtmlInputFile服务器控件上传多个文件[Upload multiple files using HtmlInputFile control]。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/667195.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-03-07 20:13 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_upload_files_using_htmlfileinput.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何才能规范写作呢？-通过翻译老外的文章是不错的想法！</title><link>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 07 Mar 2007 01:33:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/666318.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/666318.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/666318.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 这个问题很早就在我的脑海里了，老觉的自己写的文章都是有头没有尾的，乱来！为了要规范自己的写作，现在决定先翻译几篇文章来看看老外的写作格式，看能不能把自己的写作格式格式化。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/666318.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-03-07 09:33 <a href="http://www.cnblogs.com/xdotnet/archive/2007/03/07/translate_english_articles.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[CommunityServer]看RBAC的一方景象</title><link>http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Fri, 02 Feb 2007 09:08:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/638298.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html#Feedback</comments><slash:comments>17</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/638298.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/638298.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 随着时间的流逝，CommunityServer已经被我冷落了不少时间了，今天无意中又拿起了这个伟大的工程。可能CS2007的到来还有一段距离，不过也有很多人说那将要花Money去买，不管怎么样他带给了我们不少。今天我看了一下一些论坛的权限设置，所以又想起了这个咚咚；其实我对RBAC也不是非常熟悉，可能我天生对会员权限着一块就有一种恐惧感。闲话就不多说了，切入正题。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/638298.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-02 17:08 <a href="http://www.cnblogs.com/xdotnet/archive/2007/02/02/communityserver_userrolepermission_rbac.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>一个关于WebRequest的问题，希望大家能够讨论或指导一下小弟，谢谢</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/09/question_Webrequest_response.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Tue, 09 Jan 2007 08:51:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/09/question_Webrequest_response.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/615952.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/09/question_Webrequest_response.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/615952.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/615952.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最近在帮一个人做一个台湾一家游戏交易平台的自动提交订单的小程序，但是在登陆模块就碰到了一个很难解开的问题；到处Google,Baidu还是找不到答案，希望博客园的弟兄们能帮我个忙，谢谢！<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/09/question_Webrequest_response.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/615952.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-09 16:51 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/09/question_Webrequest_response.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>通过COM来获取CookieContainer,简单又好用</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/08/cookie_container_com.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 08 Jan 2007 10:38:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/08/cookie_container_com.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/615100.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/08/cookie_container_com.html#Feedback</comments><slash:comments>18</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/615100.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/615100.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最近在做一个通过HttpWebRequest来实现登陆和自动发信息的小软件，虽然还没有实现，但是今天从一个老外的网站上看到了一个获取CookieContainer很好的方法，拿出来共享一下，这是我看到过代码最少而且很不错的了。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/08/cookie_container_com.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/615100.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-08 18:38 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/08/cookie_container_com.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[设计模式] Singleton Pattern</title><link>http://www.cnblogs.com/xdotnet/archive/2007/01/07/pattern_sigleton.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sun, 07 Jan 2007 06:59:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2007/01/07/pattern_sigleton.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/614052.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2007/01/07/pattern_sigleton.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/614052.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/614052.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   前些天有人面试碰到了这个东东，可能下次我换工作时说不定也会碰到，这个东东可是人见人爱，有讲设计模式肯定会被问到的一个模式。所以也就顺便看看，写写，这篇文章的主要来源是老外写的《Implementing the Singleton Pattern in C#》，半译半写就是这样。没有什么特别的，不过不知道国内有没有人翻译过此文，不管3721咱开始吧。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2007/01/07/pattern_sigleton.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/614052.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-07 14:59 <a href="http://www.cnblogs.com/xdotnet/archive/2007/01/07/pattern_sigleton.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><item><title>[ASP.NET Ajax] ECMAScript基础类以及Asp.net Ajax对类的扩展</title><link>http://www.cnblogs.com/xdotnet/archive/2006/12/25/nexplus_aspnet_ajax_object_extend.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 25 Dec 2006 14:47:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/12/25/nexplus_aspnet_ajax_object_extend.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/603495.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/12/25/nexplus_aspnet_ajax_object_extend.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/603495.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/603495.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: “Everything is Object”，在面向对象的编程语言中谁都知道这句话，但对我来说这是一种感觉，只可意会很难言传。由于我对JavaScript和薄弱，所以在看Asp.net Ajax类库的同时也翻出了ECMAScript顺便学习学习。在.NET中所有类都是继承自Object，同样在JS中也一样说有都继承Object,因此如果对Object进行了扩展，那所有继承Object类的后代肯定会拥有祖先的血缘。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/12/25/nexplus_aspnet_ajax_object_extend.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/603495.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> 2006-12-25 22:47 <a href="http://www.cnblogs.com/xdotnet/archive/2006/12/25/nexplus_aspnet_ajax_object_extend.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ASP.NET AJAX]Function对象及Type类的方法介绍</title><link>http://www.cnblogs.com/xdotnet/archive/2006/12/24/nexplus_ajax_type.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Sun, 24 Dec 2006 10:53:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/12/24/nexplus_ajax_type.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/602296.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/12/24/nexplus_ajax_type.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/602296.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/602296.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:   上一回我们从总体上认识了JavaScript Microsoft AJAX Library由于临时有事，没有加入事例显得有点抽象，这一回一定会通过一些事例更加直观的来会一会Asp.NET Ajax脚本库中一个很是重要的类Type。这个类提供了一些扩展面向对象编程的一些反射方法，通过这个类我们可以注册类似.NET中的一些(如：命名空间，类，枚举等等)基本类型。这个Type类继承自window是一个Global类型，不属于任何命名空间。下面我们来看看Type中的一些基本方法以及是怎样实一些方法的实现方式...&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/12/24/nexplus_ajax_type.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/602296.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> 2006-12-24 18:53 <a href="http://www.cnblogs.com/xdotnet/archive/2006/12/24/nexplus_ajax_type.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[ASP.NET AJAX]类似.NET框架的JavaScript扩展</title><link>http://www.cnblogs.com/xdotnet/archive/2006/12/22/aspnet_ajax_javascript_extend.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Fri, 22 Dec 2006 14:33:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/12/22/aspnet_ajax_javascript_extend.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/600870.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/12/22/aspnet_ajax_javascript_extend.html#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/600870.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/600870.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最近AJAX风靡全世界，在CommunityServer中他运用了自己定义的封装了js，并且可以跨浏览器，在较小的应用程序中，他比较适合，而且使用也比较简单。但是对微软的Microsoft AJAX还是一点不了解的我，从今天开始也要进入学习，一步一步的去了解，慢慢的深入。在博客园里也看了一些文章，但是他们大都是说AJAXExtendControl的，我想从脚本入手来学习一下Microsoft Ajax，顺便也对脚本进行复习一遍，岂不是一举两得。从原文件中我们可以看到Microsoft Asp.net Ajax是一个很强大，而且很适合C#开发人员扩展的脚本库。在Microsoft Asp.net Ajax脚本库中添加了一个Type及System来对JavaScript对象的扩展。其中扩展并形成类似.NET中常见的命名空间(namespaces),抽象类(inheritance)(注：我是这么认为的，不知道有没有更好的说法),接口(interfaces)，枚举(enumerations),以及对象反射(reflection)，同时也对(字符串)strings，(数组)arrays进行了扩展&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/12/22/aspnet_ajax_javascript_extend.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/600870.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> 2006-12-22 22:33 <a href="http://www.cnblogs.com/xdotnet/archive/2006/12/22/aspnet_ajax_javascript_extend.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>经常用到的Banner服务器控件的开发</title><link>http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Wed, 13 Dec 2006 11:29:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/591351.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/591351.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/591351.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 无论是论坛，还是博客就连普通的个人网页就离不开Banner，Banner主要就是图片或Flash。以前经常用到都没有把他封装成一个服务器控件，今天有点空闲所以就把它封装了。&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/591351.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> 2006-12-13 19:29 <a href="http://www.cnblogs.com/xdotnet/archive/2006/12/13/aspnet_servercontrol_banner_flash_image.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[CommunityServer]AJAX客户端说明，XMLHttpRequest对象</title><link>http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html</link><dc:creator>网魂小兵</dc:creator><author>网魂小兵</author><pubDate>Mon, 11 Dec 2006 06:06:00 GMT</pubDate><guid>http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html</guid><wfw:comment>http://www.cnblogs.com/xdotnet/comments/588815.html</wfw:comment><comments>http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/xdotnet/comments/commentRss/588815.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/xdotnet/services/trackbacks/588815.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在CommunityServer中运用了自己的AJAX机制，没有借助其他的辅助控件。其中客户的XMLHttpRequest对象的封装，就足以让人大饱眼福，在一般的浏览器其都能够运行AJAX。下面我们来学习学习这个咚咚，希望能给更多的人带来帮助。<br>&nbsp;&nbsp;<a href='http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html'>阅读全文</a><img src ="http://www.cnblogs.com/xdotnet/aggbug/588815.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> 2006-12-11 14:06 <a href="http://www.cnblogs.com/xdotnet/archive/2006/12/11/communityserver_xmlhttp_ajax.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>