<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>ASP.NET</title>
<link>/html/edu/net/index.html</link>
<description>编程开发 / ASP.NET</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>.Net 加密原理，虚拟机预处理层加密壳核心的实现</title>
    <link>/html/edu/net/net1/39330.html</link>
    <description>GetILHeader调用的 Hook</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.net中使用C++和J#</title>
    <link>/html/edu/net/net1/39329.html</link>
    <description>众所周知，.NET框架默认支持五种语言：VB、C#、C++、J#、Jscript.Net换句话说，ASP.NET也同样支持五种语言。</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.NET的本质–IIS以及进程模式</title>
    <link>/html/edu/net/net1/39328.html</link>
    <description>ASP.net对于编写WEB应用程序以及组件来说是一个很好的框架，但是由于他的庞大性对于很多人来说要了解他的每一个细节好象是否不太可能</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>asp.net ajax 弹不出alert对话框的解决办法</title>
    <link>/html/edu/net/net1/39331.html</link>
    <description>ScriptManager.RegisterClientScriptBlock(UpdatePanel1, this.GetType(), &quot;click&quot;, &quot;alert('提示信息')&quot;, true);</description>
    <pubDate>2007-09-03</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>http://atlas.cnblogs.com/</comments>
</item>
<item>
    <title>正确理解 C# 中的 ref 关键字</title>
    <link>/html/edu/net/net7/39222.html</link>
    <description>最近有人问到 ref 关键字的正确用法，下面我们来举例说明。其实要更好的理解 ref 关键字，结合 C++ 代码更加容易一些。另外在开始我们的例子之前，需要提前说明几点： C# 中的数据有两种类型：引用类型（reference types）和值类型（value types）。 简单类型（包括int</description>
    <pubDate>2007-08-28</pubDate>
    <category>C#语言</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>在C#中定义和使用自己的特性</title>
    <link>/html/edu/net/net1/39225.html</link>
    <description>复杂的，面向组件的业务开发，期待现代的软件开发工程师们具备更多的弹性设计，而不是过去的方法设计。微软的 .NET 框架通过众所周知的声明式编程，广泛的使用特性来附加额外的功能。在软件系统里，特性可以增强系统的弹性，这是因为，特性使功能的松耦合得到了增强。</description>
    <pubDate>2007-08-28</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>.Net 代码混淆的一些注意事项</title>
    <link>/html/edu/net/net1/39224.html</link>
    <description>既然.Net总能够被人破解， 那么我们只好把重要的计算和功能放在server上通过webservice提供了，但是客户端的代码总还得混淆一下，否则别人反编译一下不是全部知道底细了，所以我只使用code protect tools的混淆功能而不是加密，毕竟再怎么加密也是可以破解掉的。 以XENO</description>
    <pubDate>2007-08-28</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.NET 调用COM Word 转Pdf 之我见</title>
    <link>/html/edu/net/net1/39223.html</link>
    <description>做项目中用到word转pdf 的功能 ，刚开始的要求是做一个应用程序来转 主要代码如下： using PDF = PDFMAKERAPILib; string wordPath = string .Empty; string pdfPath = string .Empty; PDF.PDFMakerAppapp = new PDFMAKERAPILib.PDFMakerApp(); int iReslut = app.Creat</description>
    <pubDate>2007-08-28</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP.NET3.5的ListView与CSS Friendly</title>
    <link>/html/edu/net/net1/39077.html</link>
    <description>之前在写CSS有关文章的时候，我就想写写如何使用ASP.NET控件能够更加CSS Friendly，更容易实现一些常见的页面布局pattern，然而之后就发现这并非那么容易的。说起来要让ASP.NET控简变得CSS Friendly很容易，直接使用ASP.NET 2.0 CSS Friendly Control Adapters就是了，</description>
    <pubDate>2007-08-25</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>也谈 .NET2.0中避免分布式事务</title>
    <link>/html/edu/net/net1/39078.html</link>
    <description>.NET Framework 2.0 版中新增的 TransactionScope 单独使用确实很方便。但是在实际项目中都有自己的访问层，如何才能和自己的数据访问层结合起来使用呢？ 在项目中我是这样处理数据的： /**//// summary /// 外包业务访问类 /// /summary public class OutSourcingDAO {</description>
    <pubDate>2007-08-25</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>让你的.NET应用成为一个灰色盒子</title>
    <link>/html/edu/net/net1/39079.html</link>
    <description>与已经摸爬滚打了10多年的Win32应用不同，当你的.NET应用出现性能问题的时候能很快得找到问题的症结吗?看着市场占有率不断增加的.NET应用市场，Symantec也要从信息安全方面腾出一只手给.NET了。 .NET在开发效率、开发平台支持方面的优势是非常明显的，但在性能监控方面</description>
    <pubDate>2007-08-25</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP.NET定义主题和外观</title>
    <link>/html/edu/net/net1/39062.html</link>
    <description>定义 主题由一组元素组成：外观、级联样式表 （CSS）、图像和其他资源。主题将至少包含外观。主题是在网站或 Web 服务器上的特殊目录中定义的。 外观 外观文件具有文件扩展名 .skin，它包含各个控件的属性设置。控件外观设置类似于控件标记本身，但只包含您要作为主题</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.NET的异常处理的几个误区</title>
    <link>/html/edu/net/net3/39063.html</link>
    <description>Net出现多年之后还是对异常处理一知半解的，有很多误解，本文将讲解三个常见误解，一个是catch的使用方法是否正确，另外两个是try/catch的性能损失问题。 有些人认为下面代码就是一个catch的错误用法： catch(Exception e) { throw e; } 首先说明，这不是一个错误用法</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>在Vista中编程控制防火墙设定</title>
    <link>/html/edu/net/net3/39064.html</link>
    <description>在编程控制防火墙前先要有个前提，就是你必须是管理员权限， 这样本例的程序才能用&quot;Run as administrator&quot;的方式运行，并成功修改。 如果你本身就是用Administrator这个用户登录的话，直接运行就行了。 建议最好在这个用户下来调试程序。 本程序只是个初始的例子，里面</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>NET 框架中的 Factory 模式</title>
    <link>/html/edu/net/net3/39065.html</link>
    <description>Factory 模式是一种非常基本同时也是被广泛使用的设计模式, 我在这里就不多说了，这种模式在框架程序设 计中经常被采用，今天就说一下在.NET 框架下的一个使用例子。 首先请大家看一下如下代码段： int iCount = System.Text.Encoding.Default.GetByteCount(calStr.Trim</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>常见dotNet加密保护工具分析介绍</title>
    <link>/html/edu/net/net3/39066.html</link>
    <description>本文主要介绍一些dotNet加密保护工具的原理以及就其脱壳进行简单探讨。remotesoft protector、maxtocode、.Net Reactor、Cliprotector、themida .Net、xenocode native compiler、DNGuard。 remotesoft protector 应该是一款比较老的。net加密保护工具了，看其官方网站</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.net方法参数注释编写实例</title>
    <link>/html/edu/net/net1/39067.html</link>
    <description>主要是 example,code 标记等的运用,怕忘了,所以记录一下. #region GetLatestJobInfo /// summary /// 获取最新的职位信息 /// /summary /// example /// code /// font face=&quot;宋体&quot; size=&quot;2&quot; /// [C#] /// public class MyClass /// { /// public void myMethod() ///</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用Coding证明Application Domain</title>
    <link>/html/edu/net/net1/39068.html</link>
    <description>Application Domain可以看作是一个Assembly的逻辑容器。在程序执行过程中，如果遇到需要的Type并没有定义在已经加载的Assemblies中， CLR会把相应的Assembly加载的该Application Domain中。每个Application Domain都有一个属于自己的加载器堆（Loader Heap），用于维护</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>字符串的驻留（String Interning）</title>
    <link>/html/edu/net/net1/39069.html</link>
    <description>关于字符串的驻留的机制，对于那些了解它的人肯定会认为很简单，但是我相信会有很大一部分人对它存在迷惑。在开始关于字符串的驻留之前，先给出一个有趣的Sample： static void Main(string[] args) { string str1 = &quot;ABCD1234&quot;; string str2 = &quot;ABCD1234&quot;; string str3</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.net工程师必懂的20道题</title>
    <link>/html/edu/net/net1/39071.html</link>
    <description>想成为.net工程师吗？看看下面20道题你能回答多少道？ 1.面向对象的思想主要包括什么？ 2.什么是ASP.net中的用户控件 3.什么叫应用程序域？什么是受管制的代码？什么是强类型系统？什么是装箱和拆箱？什么是重载？CTS、CLS和CLR分别作何解释？ 4.列举一下你所了解的XML</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>.Net安装、调试的常见问题与错误</title>
    <link>/html/edu/net/net3/39075.html</link>
    <description>Q:新建项目时出错：Visual Studio .NET 已检测到指定Web服务器运行的不是ASP.NET 1.1版。您将无法运行ASP.NET Web应用程序或服务。 A: 对于这个错误有很多可能的原因，您可以参考下面几篇KB和文章的解决方案: “prb: &quot;The specified Web server is not running ASP.NET</description>
    <pubDate>2007-08-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>NET平台下的Eclipse生不逢时</title>
    <link>/html/edu/net/net1/39074.html</link>
    <description>提起开源IDE（Integrated Development Environment，集成开发环境），大家马上就会想到Eclipse；提起开源的基于插件的平台，大家马上想到的还是Eclipse。的确，Java IDE领域，Eclipse现在的势头可谓如日中天。殊不知，在.NET领域也有一个与Eclipse极其类似的开源IDE，它</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>尹非凡</author>
    <comments>IT168</comments>
</item>
<item>
    <title>微软的.Net和Sun的J2EE如何对垒</title>
    <link>/html/edu/net/net1/39073.html</link>
    <description>导 读：面对微软推出的.Net FRAMEWORK，你可能会有以下疑问： ¨ 准确地讲.Net平台是什么？ ¨ 如何将.Net的体系结构和J2EE对比？ ¨ 从.Net的体系结构演绎出的一整套关于企业软件开发方案中我们能学到此什么？ 在本文中作者将为你解开这些疑问。 廖永康 原文出处：htt</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>廖永康</author>
    <comments>sun</comments>
</item>
<item>
    <title>网友整理 .net 面试题（附答案）</title>
    <link>/html/edu/net/net1/39072.html</link>
    <description>编者注：加粗部分的是答案 1 (1) 面向对象的语言具有__ 继承性 _性、_ 封装性 _性、_ 多态性 性。 (2) 能用foreach遍历访问的对象需要实现 _ IEnumerable_ 接口或声明_ GetEnumerator_ 方法的类型。 (3).c#中的三元运算符是__ ?: __ 2.当整数a赋值给一个object对象时，</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>shenen的专栏</comments>
</item>
<item>
    <title>将自定义.NET控件嵌入IE浏览器</title>
    <link>/html/edu/net/net1/39070.html</link>
    <description>利用visual Studio .NET开发自定义的WinForm控件，恐怕大家都已经很熟悉了。正常情况下，这种控件只能用在基于。NET的Windows application程序开发上，而无法直接嵌入到IE，这不免让人感觉遗憾。 毕竟。NET控件已经不同于在Win32下用Delphi或C++Builder开发的自定义控件</description>
    <pubDate>2007-08-23</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>利用APSX页面作为模版文件的实现</title>
    <link>/html/edu/net/net1/39022.html</link>
    <description>在 BS 系统开发的过程中（例如： CMS 、论坛），最常见的问题，将页面与内容分离，目的有两个 1、 方便开发。程序员实现代码的可发，而美工则实现界面的设计。 2、 实现系统的换肤功能。 常用的方法主要用三种： 1 、常用 XSTL 技术。 2 、通过更换不同的 CSS 文件实现</description>
    <pubDate>2007-08-21</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>Biztalk之业务规则Business Rules入门</title>
    <link>/html/edu/net/net1/39005.html</link>
    <description>摘要：业务规则引擎是Biztalk 2006的一个关键的组件，作为一个企业业务逻辑的容器，参与相应消息的处理！本文从一个简单的动手实验，实现Orchestration对业务规则的应用！ 应用场景：处理一个客户的订货记录，如果根据他的帐户进行不同的价格调整折扣率！如：他的消费帐</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>使用 C＃ 开发智能手机软件：推箱子(一)</title>
    <link>/html/edu/net/net1/39007.html</link>
    <description>最近，使用 C＃ 开发了一款智能手机软件：推箱子。 先介绍一下这款软件的特点： 1. 可以在智能手机上运行，也可以在计算机上运行。 2. 退出程序时可保护现场，下次再运行自动恢复到原来的状态。 3. 玩家通关后可以使用“录像”功能保存通关步骤，以便将来“回放”。 4.</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs.com</comments>
</item>
<item>
    <title>使用 C# 开发智能手机软件：推箱子(二)</title>
    <link>/html/edu/net/net1/39008.html</link>
    <description>这次，我先介绍 Common/Fcl.cs 源程序文件。 1 using System; 2 using System.IO; 3 using System.Drawing; 4 5 namespace Skyiv.Ben.PushBox.Common 6 { 7 /// summary 8 /// 这里是.NETFramework支持，而.NETCompactFramework不支持的东东 9 /// /summary 10 static c</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>使用 C＃ 开发智能手机软件：推箱子(三)</title>
    <link>/html/edu/net/net1/39009.html</link>
    <description>在这篇文章中，介绍 Common/Block.cs 源程序文件。 1 namespace Skyiv.Ben.PushBox.Common 2 { 3 /// summary 4 /// 基本单元格:地槽墙砖箱子工人 5 /// /summary 6 static class Block 7 { 8 public const byte Land = 0 ; // 地 9 public const byte Slot = 1 ; // 槽</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>使用 C# 开发智能手机软件：推箱子(四)</title>
    <link>/html/edu/net/net1/39010.html</link>
    <description>在这篇文章中，介绍 Common/FindPath.cs 源程序文件。 using System; using System.Drawing; using System.Collections.Generic; namespace Skyiv.Ben.PushBox.Common { /// summary /// 寻找最短路线 /// /summary static class FindPath { static Size[]offsets = { n</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>使用 C＃ 开发智能手机软件：推箱子(五)</title>
    <link>/html/edu/net/net1/39011.html</link>
    <description>1 using System; 2 using System.Drawing; 3 using System.Collections.Generic; 4 5 namespace Skyiv.Ben.PushBox.Common 6 { 7 /// summary 8 /// 寻找最短路线 9 /// /summary 10 static class FindPath 11 { 12 static Size[]offsets = { new Size( 0 , 1 ), new S</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>Biztalk之业务规则Business Rules入门(2)</title>
    <link>/html/edu/net/net1/39006.html</link>
    <description>进行如下操作之前，确保你已经作完Biztalk之业务规则Business Rules入门(1)的各个步骤！ 2.创建业务流程 本业务流程方面说明业务过着的应用，业务流程很简单！ 2.1 打开已经保存的解决方案，右击Chapter12Demo工程，添加Orchestration RuleOrs.odx如下图： 2.2 为业务</description>
    <pubDate>2007-08-19</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP.NET操作资源文件</title>
    <link>/html/edu/net/net1/38986.html</link>
    <description>在上次的一个国际化项目中用到资源文件,在.NET中对资源文件的访问很多人遇到过同样的麻烦,在这里跟大家共享一种方法,希望能对初学者有所帮助. private string GetGlobalResourceString(string className, string resourceKey) { Type type = GetResourceType(className</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>John-zhaohui</comments>
</item>
<item>
    <title>将Dataset保存成xml</title>
    <link>/html/edu/net/net1/38985.html</link>
    <description>public SqlConnection ConnectDB() { string connstring = ConfigurationManager.ConnectionStrings[&quot;SQLCONNECTIONSTRING&quot;].ConnectionString; SqlConnection conn = new SqlConnection(connstring); return conn; } protected void Button1_Click(object sender, Even</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>中文图片验证码</title>
    <link>/html/edu/net/net1/38984.html</link>
    <description>using System; using System.Collections.Generic; using System.Text; using System.Drawing; using System.Web; namespace WebHelper.Picture { /**//// summary /// 中文图片验证码 /// /summary public class Valids : System.Web.UI.Page { /**//// summary ///</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>博客园</comments>
</item>
<item>
    <title>动态创建TabPage</title>
    <link>/html/edu/net/net1/38983.html</link>
    <description>1using System; 2using System.Collections.Generic; 3using System.ComponentModel; 4using System.Data; 5using System.Drawing; 6using System.Text; 7using System.Windows.Forms;1 public partial class frmTabPage : Form 2 { 3 private TabControl tabControl1;</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>将用户导入到membership</title>
    <link>/html/edu/net/net1/38982.html</link>
    <description>今天去客户那里实施项目，本来谈好是用演示数据进行测试，后来临时要把现在的用户导入。恰好了，没有 带笔记本，客户的服务器上只装了普通的程序，一般的数据初始化，Sql Server 2000和EXCEL就能解决。 但是现在系统中引入了asp.net membership做为用户模型，所以导入要</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>ASP.NET自定义日历控件</title>
    <link>/html/edu/net/net1/38987.html</link>
    <description>在上个项目中用mezz的JS做了个.NET自定义日历控件,在这里跟大家一起分享. //ASPX %@ Control Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; CodeFile=&quot;calendar.ascx.cs&quot; Inherits=&quot;_calendar_calendar&quot; % asp:TextBox ID=&quot;txtDateField&quot; runat=&quot;server&quot; MaxLength=&quot;10&quot;/asp:T</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>John-zhaohui</comments>
</item>
<item>
    <title>如何定义Xsd文件</title>
    <link>/html/edu/net/net1/38988.html</link>
    <description>Xml Schema 的用途 1． 定义一个 Xml 文档中都有什么元素 2． 定义一个 Xml 文档中都会有什么属性 3． 定义某个节点的都有什么样的子节点，可以有多少个子节点，子节点出现的顺序 4． 定义元素或者属性的数据类型 5． 定义元素或者属性的默认值或者固定值 Xml Schema</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>设计模式系列随笔-Adapter 适配器</title>
    <link>/html/edu/net/net1/38990.html</link>
    <description>很久以来一直想写点设计模式的东西,但由于项目太忙,一直没有时间,今天终于有点时间,在这里想跟大家共享下我的学习心得与体会.学习设计模式虽然已经有一段时间,但是一直以来都没有太多实践的机会,所以对其理解也是停留在表面上,希望各位高人指点. 适配（转换）的概念无处</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.NET批量数据更新入门例子</title>
    <link>/html/edu/net/net1/38991.html</link>
    <description>ASP.NET批量数据更新入门例子，代码 如下: 一个update的例子: %@ImportNamespace=&quot;System.Data&quot;% %@ImportNamespace=&quot;System.Data.SqlClient&quot;% scriptrunat=&quot;server&quot; voidPage_Load(objectsender,System.EventArgse) { SqlConnectionconn=newSqlConnection(&quot;server=loc</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>设计模式系列随笔-Bridge桥接模式</title>
    <link>/html/edu/net/net1/38992.html</link>
    <description>今天要与大家分享的是:设计模式系列随笔-Bridge桥接模式 抽象与实现 抽象不应该依赖于实现细节，实现细节应该依赖于抽象。 问题在于如果抽象B由于固有的原因，本身并不稳定，也有可能变化，怎么办？ 动机（Motivation） 如何应对“多维度的变化”？ 意图（Intent） 将抽</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>设计模式系列随笔-Builder模式</title>
    <link>/html/edu/net/net1/38993.html</link>
    <description>Builder模式的缘起 假设创建游戏中的一个房屋House设施，该房屋的构建由几个部分组成，且各个部分要富于变化。 如果使用最直观的设计方法，每一个房屋部分的变化，都将导致房屋构建的重新修正…… 动机（Motivation） 在软件系统中，有时候面临着“一个复杂对象”的创建</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>设计模式系列随笔-Facade外观模式</title>
    <link>/html/edu/net/net1/38994.html</link>
    <description>动机（Motivation） 问题在于组件的客户和组件中各种复杂的子系统有了过多的耦合，随着外部客户程序和各子系统的演化，这种过多的耦合面临很多变化的挑战。 如何简化外部客户程序和系统间的交互接口？如何将外部客户程序的演化和内部子系统的变化之间的依赖相互解耦？这</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>页面刷新后保持滚动条的位置不变</title>
    <link>/html/edu/net/net1/38989.html</link>
    <description>在这个项目里面有些检索页面拉的很长,每次点页面以下的Button提交后,页面滚动条又回到顶部,想看下面的记录很不方便,想在提交页面或者页面刷新后保持滚动条的位置不变,最好的办法莫过于用JavaScript实现了.在这里特别感谢&quot; 秋天叶落 &quot;给予帮助让我解决了这一难题,具体的</description>
    <pubDate>2007-08-16</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblog</comments>
</item>
<item>
    <title>ASP.NET多频道网站架构实现方法</title>
    <link>/html/edu/net/net1/38894.html</link>
    <description>主体架构 各频道分别位于不同的Web Project(具有独立的二级域名)，并将所有的业务逻辑以及数据访问功能封装成Class Library，所有频道共用这个Class Library。 下面详细介绍实现方法。 假设网站有三个频道，新闻、论坛以及博客，对应的二级域名为&quot;news&quot;、&quot;forum&quot;、&quot;blo</description>
    <pubDate>2007-08-14</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>添加或删除vs2005,遇到msxml6.0安装不了的问题的解决方案</title>
    <link>/html/edu/net/net1/38843.html</link>
    <description>有一次不小心把注册表键&quot;HKEY_LOCAL_MACHINESOFTWAREMicrosoftCurrentVersionInstaller&quot;下的键值,导致vs2005打开不了,没办法,只有重新安装.但是在安装的过程中发现在加载安装控件的时候爆出一个错误，说是VS_Setup.MSI文件找不到的问题,我尝试在其他机子上找到呢个文件</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>Shing Ye</comments>
</item>
<item>
    <title>Tip/Trick: Custom formatting HTML in Visual Web Developer and Visual Studio 2005</title>
    <link>/html/edu/net/net1/38842.html</link>
    <description>Problem You receive an HTML or ASP.NET page from another developer you work with whose html source formatting standards are different from your own (bad use of casing, inconsistent indenting, etc). You want to quickly clean-up and format the HTML “</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>http://weblogs.asp.net/</comments>
</item>
<item>
    <title>System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabas:</title>
    <link>/html/edu/net/net1/38841.html</link>
    <description>今天是一个周末，我很喜欢周末，因为它可以让我忘掉许多事。尤其是这样一个下了一整天雨的周末，可以让我忘掉更多，尤其是那个猪头总监。 起床的时候,窗正在下雨，上海每天都下雨，但是每一场雨都是不同的，‘水光潋艳晴方好,山色空蒙雨亦奇’，这是苏轼的雨；‘清明时</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>charleschen</comments>
</item>

</channel>
</rss>
