<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Asp.Net开发</title>
<link>/html/edu/net/net1/index.html</link>
<description>编程开发 / ASP.NET / 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>.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>在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>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>用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>.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>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控件嵌入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>.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/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和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平台下的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>字符串的驻留（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>利用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>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>使用 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>将用户导入到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>动态创建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>将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>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>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>页面刷新后保持滚动条的位置不变</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/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>设计模式系列随笔-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>设计模式系列随笔-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>设计模式系列随笔-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>中文图片验证码</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>设计模式系列随笔-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/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>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>
<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>添加或删除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>Byte[]和BASE64之间的转换</title>
    <link>/html/edu/net/net1/38844.html</link>
    <description>一、 BASE64 编码 把 byte[] 中的元素当做无符号八位整数转换成只含有 64 个基本字符的字符串，这些基本字符是： l 大写的 A-Z l 小写的 a-z l 数字 0-9 l '+' 和 '/' l 空白字符（包括空白、 tab ，换行） l ‘=’ ，为填充字符，结尾处可以填充 0-2 个填充字符 这 64</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>关于委托和事件的示例</title>
    <link>/html/edu/net/net1/38845.html</link>
    <description>！关于委托和事件，许多高手都已经对此进行了很详尽的描述，昨晚突然想到一个情景，于是今天写了这个委托和事件的例子出来，纯粹是为了练习一下，也希望这篇随笔对您有帮助！ 情景大概是这样的：有一个老师，他教好几个班级，然后每次考试后，他都会小小惩罚成绩低于几</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>Awen</comments>
</item>
<item>
    <title>代码实现DataList控件的分页显示</title>
    <link>/html/edu/net/net1/38846.html</link>
    <description>为DataList控件实现 记录统计 分页统计 上下页 首末页 不多说了 HTML代码如下： asp:DataList ID=&quot;DataList1&quot; runat=&quot;server&quot; DataKeyField=&quot;ZhuCYHM&quot; ItemTemplate BianH: asp:Label ID=&quot;BianHLabel&quot; runat=&quot;server&quot; Text='%# Eval(&quot;BianH&quot;) %'/asp:Labelbr / ZhuCYHM</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用ASP.NET AJAX开发Web程序 -- 入门篇</title>
    <link>/html/edu/net/net1/38848.html</link>
    <description>本文主要介绍Ajax的产生和基本实现原理及 ASP．NET AJAX的基本组成部分。Ajax（Asynchronous JavaScript and XML（异步JavaScript和XML））无疑是现在最为热门的一项技术。但是，Ajax本身并不是一项新技术，Ajax是由JavaScript、 XML、XSLT、CSS、DOM和XMLHttpRequest</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>秩名</author>
    <comments>巴黎冬天</comments>
</item>
<item>
    <title>基于ASP.NET AJAX技术开发在线RSS阅读器（上篇）</title>
    <link>/html/edu/net/net1/38849.html</link>
    <description>一、RSS技术简介 RSS是一种描述和同步网站内容的XML格式，已经成为越来越流行的网站内容订阅技术。通过这种技术，网站可以极大地提高广大网站用户和网站数据之间的数据交互。 RSS阅读软件可以分为桌面离线式和在线式两大类。有了这种工具，用户只需要添加初始其所关注</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>oec2003</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>基于ASP.NET AJAX技术开发在线RSS阅读器（下篇）</title>
    <link>/html/edu/net/net1/38850.html</link>
    <description>五、逻辑层设计 （一）添加RSS频道 在展开真正的逻辑层设计之前，先让我们简单地浏览一下下面的草图4。图4展示了我对于两个重要ASP.NET AJAX客户端控件—ListView和DataSource以及MS AJAX官方资料中建议的实现客户端数据绑定架构的理解。 498)this.style.width=498;&quot;&gt;</description>
    <pubDate>2007-08-12</pubDate>
    <category>Asp.Net开发</category>
    <author>oec2003</author>
    <comments>cnblogs</comments>
</item>

</channel>
</rss>
