<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>阿赖的个性空间 - DotNet技术文章</title><link>http://blog.csdn.net/laily/category/16235.aspx</link><description>.NET相关的技术文章，与朋友的切磋</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 29 Sep 2007 11:31:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>阿赖.COM</dc:creator><title>.NET WMI 编程初试</title><link>http://blog.csdn.net/laily/archive/2004/07/31/56990.aspx</link><pubDate>Sat, 31 Jul 2004 01:01:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/07/31/56990.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/56990.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/07/31/56990.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/56990.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=56990</trackback:ping><description>.NET WMI 管理编程初试
WMI真是很有用的东东，通过它你可以读取及控制操作系统、服务、网络、进程等方面的信息。
&lt;img src ="http://blog.csdn.net/laily/aggbug/56990.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>Visual Studio.Net 快捷键表</title><link>http://blog.csdn.net/laily/archive/2004/07/30/56261.aspx</link><pubDate>Fri, 30 Jul 2004 11:02:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/07/30/56261.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/56261.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/07/30/56261.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/56261.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=56261</trackback:ping><description>Visual Studio.Net 快捷键表&lt;img src ="http://blog.csdn.net/laily/aggbug/56261.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>VB.NET 2005 Beta莫名其妙的BUG</title><link>http://blog.csdn.net/laily/archive/2004/07/29/55204.aspx</link><pubDate>Thu, 29 Jul 2004 11:22:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/07/29/55204.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/55204.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/07/29/55204.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/55204.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=55204</trackback:ping><description>VB.NET 2005 Beta莫名其妙的BUG&lt;img src ="http://blog.csdn.net/laily/aggbug/55204.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>.NET 回调函数</title><link>http://blog.csdn.net/laily/archive/2004/07/20/45689.aspx</link><pubDate>Tue, 20 Jul 2004 11:37:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/07/20/45689.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/45689.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/07/20/45689.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/45689.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=45689</trackback:ping><description>.NET 回调函数的基础，回调函数的实现，回调函数的示例(VB.NET和C#)&lt;img src ="http://blog.csdn.net/laily/aggbug/45689.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖</dc:creator><title>ASP.NET中使用Server.Transfer()方法在页间传值</title><link>http://blog.csdn.net/laily/archive/2004/07/15/42198.aspx</link><pubDate>Thu, 15 Jul 2004 15:14:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/07/15/42198.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/42198.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/07/15/42198.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/42198.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=42198</trackback:ping><description>ASP.NET Server.Transfer()是在两个页面之间进行传值的好方法，从A页面Transfer到B页面时，就可以在B页面通过Context.Handler获得A页面的一个类的实例，从而在B调用A的各个成员对象。

下面的示例建立了WebForm1和WebForm2，通过Server.Transfer()方法演示在WebForm2中读取WebForm1的文本框、读取属性、通过Context传值、调用WebForm1的方法等：
&lt;img src ="http://blog.csdn.net/laily/aggbug/42198.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖</dc:creator><title>Software Design Patterns in C#</title><link>http://blog.csdn.net/laily/archive/2004/06/30/30705.aspx</link><pubDate>Wed, 30 Jun 2004 16:13:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/06/30/30705.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/30705.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/06/30/30705.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/30705.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=30705</trackback:ping><description>dofactory网站上关于C#软件设计模式的资源（英文）链接。
http://www.dofactory.com/Patterns/Patterns.aspx#list
&lt;img src ="http://blog.csdn.net/laily/aggbug/30705.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>[转贴]从 ASP.NET 服务器控件插入客户端脚本 </title><link>http://blog.csdn.net/laily/archive/2004/06/28/28306.aspx</link><pubDate>Mon, 28 Jun 2004 11:37:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/06/28/28306.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/28306.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/06/28/28306.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/28306.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=28306</trackback:ping><description>尽管从技术角度讲，ASP.NET 服务器控件的所有功能都可以在服务器端执行，但通常情况下通过添加客户端脚本可以大大增强服务器控件的可用性。本文将探讨服务器控件发送客户端脚本的两种方法，还将构建两个使用这些技术的服务器控件：PopupGreeting，一个在首次加载的 Web 页面上显示带有特定消息的客户端模式对话框的服务器控件；ConfirmButton，一个增强的 Button Web 控件，如果用户点击此按钮，则在发回 Web 窗体前向用户显示一个 JavaScript confirm() 的对话框&lt;img src ="http://blog.csdn.net/laily/aggbug/28306.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖.COM</dc:creator><title>[转贴]ASP.NET Web 页面生命中的一天 </title><link>http://blog.csdn.net/laily/archive/2004/06/28/28301.aspx</link><pubDate>Mon, 28 Jun 2004 11:33:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/06/28/28301.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/28301.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/06/28/28301.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/28301.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=28301</trackback:ping><description>了解为 ASP.NET Web 页面建立的事件模型，以及 Web 页面转变为 HTML 过程中的各个阶段。ASP.NET HTTP 运行时负责管理对象管道，这些对象首先将请求的 URL 转换成 Page 类的具体实例，然后再将这些实例转换成纯 HTML 文本。本文将探讨那些作为页面生命周期标志的事件，以及控件和页面编写者如何干预并改变标准行为&lt;img src ="http://blog.csdn.net/laily/aggbug/28301.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>阿赖</dc:creator><title>BBS多变个性贴图的实现，用ASP.NET网页动态生成图片</title><link>http://blog.csdn.net/laily/archive/2004/06/24/25435.aspx</link><pubDate>Thu, 24 Jun 2004 16:35:00 GMT</pubDate><guid>http://blog.csdn.net/laily/archive/2004/06/24/25435.aspx</guid><wfw:comment>http://blog.csdn.net/laily/comments/25435.aspx</wfw:comment><comments>http://blog.csdn.net/laily/archive/2004/06/24/25435.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/laily/comments/commentRss/25435.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=25435</trackback:ping><description>使用ASP.NET动态生成用于BBS贴图的动态图片。即ASPX页面通过改变querrystring参数的输出不同图片的示例程序。&lt;img src ="http://blog.csdn.net/laily/aggbug/25435.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>