<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>.NET概论及软件使用</title>
<link>/html/edu/net/net3/index.html</link>
<description>编程开发 / ASP.NET / .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/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>常见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 框架中的 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>在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的异常处理的几个误区</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>ASP.NET AJAX正式版带来的Validator问题及解决方案</title>
    <link>/html/edu/net/net3/33782.html</link>
    <description>升级到ASP.NET AJAX正式版之后，一般来说重新编译不会有什么问题，不用做什么修改，这是个好消息。不过在执行时就会出现问题了。 因为在正式版的程序集中，删除了兼容UpdatePanel的Validator那些类，因此TagMapping时就无法找到需要的类了。如果您在您的项目中没有使用</description>
    <pubDate>2007-05-30</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>老赵点滴　</comments>
</item>
<item>
    <title>ASP.NET AJAX正式版带来的Validator问题及解决方案</title>
    <link>/html/edu/net/net3/33781.html</link>
    <description>升级到ASP.NET AJAX正式版之后，一般来说重新编译不会有什么问题，不用做什么修改，这是个好消息。不过在执行时就会出现问题了。 因为在正式版的程序集中，删除了兼容UpdatePanel的Validator那些类，因此TagMapping时就无法找到需要的类了。如果您在您的项目中没有使用</description>
    <pubDate>2007-05-30</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>老赵点滴　</comments>
</item>
<item>
    <title>.NET Framework概述</title>
    <link>/html/edu/net/net3/33780.html</link>
    <description>.NET Framework是支持生成和运行下一代应用程序和 XML Web services 的内部 Windows 组件。.NET Framework 旨在实现下列目标： ◆提供一个一致的面向对象的编程环境，而无论对象代码是在本地存储和执行，还是在本地执行但在 Internet 上分布，或者是在远程执行的。 ◆</description>
    <pubDate>2007-05-30</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>51CTO.com</comments>
</item>
<item>
    <title>.net 2003 运行问题--〉解决方案</title>
    <link>/html/edu/net/net3/22576.html</link>
    <description>前几天我的电脑瘫痪了，所以重新安装了操作系统（ Microsoft Windows XP Professional Service Pack 2 ），系统作好了以后第一件事情就是安装 .NET 2003 ( 因为有很多项目都需要用它维护 ) 。为了确保 .NET 2003 的 WebApp 和 SmartApp 运行正常 (WinApp 一般不会出什</description>
    <pubDate>2007-01-29</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>博客园</comments>
</item>
<item>
    <title>.NET Framework 3.0 框架慨述</title>
    <link>/html/edu/net/net3/20778.html</link>
    <description>本文将简要介绍 微软 .NET 3.0，在与以前的版本进行比较的同时着重强调.NET 3.0的一些新特征。 在2000年，微软首次发行了一个称为.NET 1.0的产品的测试版本。其时.NET 1.0作为一个类框架，回答了开发者社区特别是Java社区，向微软提出的问题。当时，人们认为微软已经跟</description>
    <pubDate>2006-11-12</pubDate>
    <category>.NET概论及软件使用</category>
    <author>朱先忠</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>.NET Framework 概述</title>
    <link>/html/edu/net/net3/12410.html</link>
    <description>.NET Framework 是支持生成和运行下一代应用程序和 XML Web services 的内部 Windows 组件。.NET Framework 旨在实现下列目标： 提供一个一致的面向对象的编程环境，而无论对象代码是在本地存储和执行，还是在本地执行但在 Internet 上分布，或者是在远程执行的。 提供</description>
    <pubDate>2006-05-08</pubDate>
    <category>.NET概论及软件使用</category>
    <author>秩名</author>
    <comments>microsoft</comments>
</item>
<item>
    <title>[ASP.NET入门随想九] 宽容——W3C 的Web标准(修改版)</title>
    <link>/html/edu/net/net3/11641.html</link>
    <description>图9-1是一个HTML的范例及实际浏览效果，可以看出，HTML几乎是以一种最简洁的方式完成信息的存储和浏览。标准标签担负着两个任务：一是表示文档本身的组成结构；二是定义浏览样式。而从图书管理员的角度来看，上例描述内容的数据结构如图9-2。 随着越来越多的内容移至网</description>
    <pubDate>2006-03-25</pubDate>
    <category>.NET概论及软件使用</category>
    <author>老燕</author>
    <comments>cnblogs 老燕</comments>
</item>
<item>
    <title>Asp.net1.0 升级 ASP.NET 2.0 的几个问题总结</title>
    <link>/html/edu/net/net3/10767.html</link>
    <description>这几天升级了一下原来的1.1项目，发现了一些问题，总结一下放在这里，也提醒还没有来得及升级或准备升级的朋友，升级的过程中少走弯路，少浪费时间。 1．Global.asax文件的处理形式不一 样，转化后将出现错误，在vs2003中Global.asax具有代码后置文件，2.0下, 将代码分</description>
    <pubDate>2006-03-06</pubDate>
    <category>.NET概论及软件使用</category>
    <author>TrackBack</author>
    <comments>csdn</comments>
</item>
<item>
    <title>ASP.NET2.0中使用数据源控件之基础知识</title>
    <link>/html/edu/net/net3/10733.html</link>
    <description>数据源控件是 Microsoft Visual Studio 2005 中引入的一种新型服务器控件，它们是数据绑定体系结构的一个关键部分，能够通过数据绑定控件来提供声明性编程模型和自动数据绑定行为。本文及此系列中的后续几篇文章将介绍实现数据源控件的核心内容。 引言 简而言之，数据源</description>
    <pubDate>2006-03-04</pubDate>
    <category>.NET概论及软件使用</category>
    <author>Nikhil Kothari</author>
    <comments>ASP.NET2.0中使用数据源控件之基础知识</comments>
</item>
<item>
    <title>Microsoft .Net Remoting系列专题之三：Remoting事件处理全接触</title>
    <link>/html/edu/net/net3/10602.html</link>
    <description>作者： wayfarer Microsoft .Net Remoting系列专题之一:.Net Remoting基础篇 Microsoft .Net Remoting系列专题之二：Marshal、Disconnect与生命周期以及跟踪服务 前言：在Remoting中处理事件其实并不复杂，但其中有些技巧需要你去挖掘出来。正是这些技巧，仿佛森严的壁</description>
    <pubDate>2006-02-08</pubDate>
    <category>.NET概论及软件使用</category>
    <author>wayfarer</author>
    <comments>博客园</comments>
</item>
<item>
    <title>Microsoft .Net Remoting系列专题之二：Marshal、Disconnect与生命周期以及跟踪服务</title>
    <link>/html/edu/net/net3/10601.html</link>
    <description>作者： wayfarer 一、远程对象的激活 在Remoting中有三种激活方式，一般的实现是通过RemotingServices类的静态方法来完成。工作过程事实上是将该远程对象注册到通道中。由于Remoting没有提供与之对应的Unregister方法来注销远程对象，所以如果需要注册/注销指定对象，</description>
    <pubDate>2006-02-08</pubDate>
    <category>.NET概论及软件使用</category>
    <author>wayfarer</author>
    <comments>博客园</comments>
</item>
<item>
    <title>Microsoft .Net Remoting系列专题之一:.Net Remoting基础篇</title>
    <link>/html/edu/net/net3/10600.html</link>
    <description>作者： wayfarer 一、Remoting基础 什么是Remoting，简而言之，我们可以将其看作是一种分布式处理方式。从微软的产品角度来看，可以说Remoting就是DCOM的一种升级，它改善了很多功能，并极好的融合到.Net平台下。Microsoft .NET Remoting 提供了一种允许对象通过应用程</description>
    <pubDate>2006-02-08</pubDate>
    <category>.NET概论及软件使用</category>
    <author>wayfarer</author>
    <comments>博客园</comments>
</item>
<item>
    <title>使用.NET Reflector</title>
    <link>/html/edu/net/net3/10594.html</link>
    <description>l .NET Reflector 是一个类浏览器和反编译器，利用反射机制来分析程序集，以展示程序集中各种类型及其成员的信息。 l 下载 .NET Reflector ： http://www.aisto.com/roeder/dotnet l 通过菜单 File-Open 加载要分析的程序集，在左边的树型浏览器中可以看到该程序集包含</description>
    <pubDate>2006-02-07</pubDate>
    <category>.NET概论及软件使用</category>
    <author>DOTNET BEGINNER</author>
    <comments>cnblogs</comments>
</item>
<item>
    <title>ASP.NET入门随想之吸星大法</title>
    <link>/html/edu/net/net3/9706.html</link>
    <description>内力衡量人的武学修为，而逍遥派的北冥神功实在是宝贝，习此术之人，全身如同一个黑洞，瞬间就将他人一辈子的修炼积累掠为已有，美名其曰&quot;北冥大水，非由自生&quot;、&quot;百川汇海，海纳百川&quot;。 但虚竹却不知学习此术需要散去原先功力，所以当他被无涯子完全化成一个空空如也的</description>
    <pubDate>2006-01-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>老燕</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>ASP.NET入门随想之明明白白我的心</title>
    <link>/html/edu/net/net3/9705.html</link>
    <description>有一群说着同样语言的人，计划修一座高耸入云的高塔直达天庭，以证明族群团结的力量，塔很快就初具规模。这下可惊动天庭的神，他想这人和神都成邻居了，还怎么去统治人类？于是便施魔法扰乱人们的语言，使他们无法沟通，于是高塔再也无法继续修建。 ■ 明明白白我的心 -</description>
    <pubDate>2006-01-23</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>在Apache上调试ASP.NET 1.1/2.0代码</title>
    <link>/html/edu/net/net3/9525.html</link>
    <description>我们知道ASP.NET 1.1的项目由于微软设计和实现的原因，对IIS的依赖非常的紧密。不管是创建ASP.NET项目，还是打开、调试ASP.NET项目，都要求IIS运行正常，否则什么都做不成。那么当我们在Apache上运行ASP.NET后，可不可以对其进行源代码级的step into/out调试呢？ 由于A</description>
    <pubDate>2006-01-11</pubDate>
    <category>.NET概论及软件使用</category>
    <author>birdshome</author>
    <comments>博客园</comments>
</item>
<item>
    <title>ASP.NET入门随想之多态、接口与委托</title>
    <link>/html/edu/net/net3/9524.html</link>
    <description>曾几何时，我们居住的陆地沉睡在海底，大陆也紧密的联系在一起，千百年过去了七大洲的地壳板块在缓缓移动，喜马拉雅山在慢慢增高，世界在变，唯一不变的是变化。 ■ 软件开发的悖论 - 把变化变成计划 在软件开发活动的过程中，常被一个悖论所缠绕：不写码就搞不清该做什</description>
    <pubDate>2006-01-11</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>ASP.NET 揭秘 ASP.NET页面的结构</title>
    <link>/html/edu/net/net3/8158.html</link>
    <description>The Structure of an ASP.NET Page ASP.NET页面的结构(6部分) Directives指示 %@ .... %两大类Page/Import Page Directives页指示 语言指示%@ Language=&quot;C#&quot; % %@ Page Language=&quot;C#&quot; % 跟踪指示%@ Trace=&quot;True&quot; % %@ Page Trace=&quot;True&quot; % Trace class的方法: Write()</description>
    <pubDate>2005-12-27</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>csdn</comments>
</item>
<item>
    <title>ASP.NET入门随想六之大航海家</title>
    <link>/html/edu/net/net3/8143.html</link>
    <description>多隆云：我和韦春花的关系是很纯洁的；网易称其和迷蝶女友的关系是培训双向选择制；杨振宁言《易经》思想阻碍了中国近代科学的发展；逻辑学家论：概念间的关系有五种，即同一、包含、交叉、分离、互斥。而康托尔却认为：关系是有序偶。 ■ 我要懒+笨 - 程序设计的终极目</description>
    <pubDate>2005-12-26</pubDate>
    <category>.NET概论及软件使用</category>
    <author>老燕</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>ASP.NET vs ASP—编译与解释的区别</title>
    <link>/html/edu/net/net3/8077.html</link>
    <description>asp.net、.net</description>
    <pubDate>2005-12-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>csdn</comments>
</item>
<item>
    <title>.NET基础知识－.NET框架</title>
    <link>/html/edu/net/net3/8078.html</link>
    <description>asp.net、.net</description>
    <pubDate>2005-12-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>csdn</comments>
</item>
<item>
    <title>ASP.NET应用程序设计的10大技巧</title>
    <link>/html/edu/net/net3/8080.html</link>
    <description>asp.net、.net</description>
    <pubDate>2005-12-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>-</comments>
</item>
<item>
    <title>讲解ASP.NET中如何防范SQL注入式攻击</title>
    <link>/html/edu/net/net3/7194.html</link>
    <description>一、什么是SQL注入式攻击 所谓SQL注入式攻击，就是攻击者把SQL命令插入到Web表单的输入域或页面请求的查询字符串，欺骗服务器执行恶意的SQL命令。在某些表单中，用户输入的内容直接用来构造（或者影响）动态SQL命令，或作为存储过程的输入参数，这类表单特别容易受到SQL</description>
    <pubDate>2005-12-19</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>赛迪网开发者论坛</comments>
</item>
<item>
    <title>认识ASP.NET配置文件Web.config</title>
    <link>/html/edu/net/net3/7105.html</link>
    <description>一、认识Web.config文件 Web.config文件是一个XML文本文件，它用来储存 ASP.NET Web 应用程序的配置信息（如最常用的设置ASP.NET Web 应用程序的身份验证方式），它可以出现在应用程序的每一个目录中。当你通过VB.NET新建一个Web应用程序后，默认情况下会在根目录自动</description>
    <pubDate>2005-12-17</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>csdn</comments>
</item>
<item>
    <title>ASP.NET+MySQL简明图示入门</title>
    <link>/html/edu/net/net3/4592.html</link>
    <description>在ASP时代，如果我们要建立一个数据库驱动的web站点，那么你可以选择环很多钱的微软SQL SERVER数据库或者选择要花很多时间来寻找达到性能和稳定性统一的ACCESS数据库，但在.NET时代你有另一种选择，那就是：MySQL数据库 什么是MySQL数据库？ MySQL数据库是一种开放源代</description>
    <pubDate>2005-10-27</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>天极网</comments>
</item>
<item>
    <title>从零开始学ASP.NET（基础篇)</title>
    <link>/html/edu/net/net3/4593.html</link>
    <description>第一天 学习目的： 掌握最基本的Label、TextBox、Button控件用法 掌握用StringBuider类连接字符串 理解服务器的环境变量 StringBuilder类： 命名空间是：System.Text。 StringBuilder类是个高效的类，StringBuilder.Append连接字符串的方法是非常快的。用于连接大量的</description>
    <pubDate>2005-10-27</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>cnplayer.com</comments>
</item>
<item>
    <title>带你走进ASP.NET(4)</title>
    <link>/html/edu/net/net3/3558.html</link>
    <description>1.3 安装.NET ASP.NET的变化如此之大，也许会使你感觉有点害怕。“千里之行，始于足下”，只要一步一步来，你就会发现掌握它并不是什么难事，而它带给你的编程思维的改变以及效率的提高将会使你觉得你开始的付出是完全值得的。你也许担心以前的ASP代码是否能够继续运行</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>带你走进ASP.NET(3)</title>
    <link>/html/edu/net/net3/3557.html</link>
    <description>1.2.2内容和代码分离 现在的网站建设通常要求开发人员做后台的程序设计，前面有专业的美工做界面设计。虽然有时候开发人员也会做些界面设计，但是通常都无法达到专业的要求。上面说过，在以前的ASP中，由于代码和HTML页面语言混杂在一起，这就使得网站的建设变得相当的</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>带你走进ASP.NET(2)</title>
    <link>/html/edu/net/net3/3556.html</link>
    <description>1.2.1 ASP.NET的编程语言 现在ASP.NET支持的开发语言包括VB.NET、C#.NET、JSCRIPT.NET、VC++.NET以及其它.NET Framework所支持的语言。这里我向大家介绍最常用的VB.NET和C#.NET。 1. Visual Basic.NET Visual Basic.NET是Visual Basic在.NET中的最新版本。它和VB 6比较</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>带你走进ASP.NET(1)</title>
    <link>/html/edu/net/net3/3555.html</link>
    <description>第1章 ASP.NET概述 在微软的.NET还是Beta 1版的时候，就受到了开发人员的极大关注。随着正式版的发布，越来越多的人开始认识和了解它。相信你已经通过网络或者其它媒体了解到微软正在不遗余力的推销它的.NET策略。 你一定还在迷惑，“什么是.NET？”从微软的网站上我们</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>有关WebService的三篇文章</title>
    <link>/html/edu/net/net3/3505.html</link>
    <description>让用户做好出发的准备 .NET My Services 是XML Web服务的集合，它能够使集成目前已经存在的信息仓库（silo）的过程变得更容易。据微软称，这种服务让用户控制他们自己的数据和信息，保护个人信息的安全并提供一个新级别的易用性和个性化功能。从开发者的角度看，这种服</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>xiaxia</comments>
</item>
<item>
    <title>Web页面数据导出方法概述之导出excel</title>
    <link>/html/edu/net/net3/3504.html</link>
    <description>前言： 随着BS体系结构的广泛使用，相对应的数据保存技术也要改进，对应Web页面，也就是我们通常认识到的HTML文件，由标示关键字与数据混合组成的文件。Web页面数据导出简单地说，就是分离数据与格式，同时保存数据为另外一种格式。 正文： 分析HTTP Response等文件头信</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>编写高性能 Web 应用程序的10个技巧</title>
    <link>/html/edu/net/net3/3503.html</link>
    <description>本文讨论： 常见的 ASP.NET 性能神话 有用的 ASP.NET 性能技巧和诀窍 在 ASP.NET 中处理数据库的一些建议 缓冲以及用 ASP.NET 进行后台处理 本文使用下列技术：ASP.NET，.NET 框架，IIS 用 ASP.NET 编写 Web 应用程序其轻松程度令人难以置信。它是如此的容易，以至于许</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>http://blog.csdn.net/aqlcrazydog/</comments>
</item>
<item>
    <title>几种调用WebService的方法</title>
    <link>/html/edu/net/net3/3502.html</link>
    <description>1． 在JavaScript中调用WebService script language=&quot;javascript&quot; function PostRequestData(URL,data){ var xmlhttp = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;); xmlhttp.Open(&quot;POST&quot;,URL, false); xmlhttp.SetRequestHeader (&quot;Content-Type&quot;,&quot;text/xml; charset=utf-8</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>新浪短信Web Service 简介</title>
    <link>/html/edu/net/net3/3501.html</link>
    <description>新浪短信Web Service Tuesday, March 23, 2004 12:09 PM 在上一篇文章中，提到了在我的流程监控系统中应用了新浪发送短信的Web Service，得到了大家的响应。很多人对此非常感兴趣。 在得到该资源的推荐者张炜先生（开发合作部的同事）的允许后，我决定公布此资源，并且</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>365Key的Web Service接口</title>
    <link>/html/edu/net/net3/3500.html</link>
    <description>365Key是一个可以在您浏览任意页面的时候轻松点击右键来收藏网页，并在网上与朋友分享。日前，365Key公布Web Service接口以方便开发者更好地使用365Key，目前提供以下接口如下： Web Services地址：http://services.365key.com/exportService.asmx getUserID 获取用户在</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>当VS.NET2003遇上VS.NET2005,WebService部署何去何从</title>
    <link>/html/edu/net/net3/3499.html</link>
    <description>【问题描叙】 重装操作系统之后，部署原来的Web Service出现无法访问、无法调试的问题 【原编程环境】 VS.NET2003(.NET Framework 1.1 SP1)，Windows XP SP1 【新编程环境】 VS.NET2003(.NET Framework 1.1 SP1)，VS.NET 2005 Beta1(.NET Framework 2.0 )，Windows XP S</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>[WSE]Web Service—后台侦听服务通过WSE2.0建立订阅/发布关系</title>
    <link>/html/edu/net/net3/3498.html</link>
    <description>由于WebService的执行身份受限，所以我们无法直接让WebService申请作为一个SoapReceiver，而是通过下面的web.config定义来制定本虚拟目录的.ashx终结点，从而通过WS_Addressing和WS_Messaging机制来完成与后台侦听服务之间的订阅/发布机制。 configuration configSectio</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>WebSerivce研究笔记</title>
    <link>/html/edu/net/net3/3497.html</link>
    <description>WebService是什么？ 其实WebService并不是什么神秘的东西，它就是一个可以远程调用的类，或者说是组件。 为什么要使用WebService？ WebService是一个新的概念，它并不是微软首先提出的，但是微软的dotnet战略让它最广泛的发挥它的潜能。也许它流行的根本原因并不是微软</description>
    <pubDate>2005-10-21</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>在Win 2003中配置ASP.net环境</title>
    <link>/html/edu/net/net3/3370.html</link>
    <description>大家知道，Microsoft为了更好地预防恶意用户和攻击者的攻击，在默认情况下，没有将 IIS6.0 安装到 Windows Server 2003 家族的成员上。而且，当我们最初安装 IIS6.0 时，该服务在高度安全和&quot;锁定&quot;模式下安装。在默认情况下，IIS6.0 只为静态内容提供服务即，诸如 ASP、</description>
    <pubDate>2005-10-13</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>ASP.NET中Cookie编程的基础知识</title>
    <link>/html/edu/net/net3/3372.html</link>
    <description>简介 Cookie 为 Web 应用程序保存用户相关信息提供了一种有用的方法。例如，当用户访问您的站点时，您可以利用 Cookie 保存用户首选项或其他信息，这样，当用户下次再访问您的站点时，应用程序就可以检索以前保存的信息。 本文概要介绍 Cookie 在 ASP.NET 应用程序中的</description>
    <pubDate>2005-10-13</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>ASP.NET中Cookie编程简明参考</title>
    <link>/html/edu/net/net3/3373.html</link>
    <description>一 写入Cookie 1. Name 和 Value 属性由程序设定,默认值都是空引用。 2. Domain属性的默认值为当前URL的域名部分，不管发出这个cookie的页面在哪个目录下的。 例如， http://www.kent.com/application1/login.aspx 页面中发出一个cookie，Domain属性缺省就是 www.kent.</description>
    <pubDate>2005-10-13</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>ASP.NET中Cookie编程的基础知识</title>
    <link>/html/edu/net/net3/3374.html</link>
    <description>简介 Cookie 为 Web 应用程序保存用户相关信息提供了一种有用的方法。例如，当用户访问您的站点时，您可以利用 Cookie 保存用户首选项或其他信息，这样，当用户下次再访问您的站点时，应用程序就可以检索以前保存的信息。 本文概要介绍 Cookie 在 ASP.NET 应用程序中的</description>
    <pubDate>2005-10-13</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>asp.NET特写</title>
    <link>/html/edu/net/net3/3339.html</link>
    <description>创建动态Web页面的新技术已经以CLR服务为基础全部重新改写。到目前为止，所有.NET提供的语言都可用于编写ASP.NET页面，但页面的扩展名和ASP 3.0的不同。具体地说，简单Web页面以“.aspx”为扩展名，Web服务以“.asmx”为扩展名（来源于“Assembly”），一种称为Pagelet</description>
    <pubDate>2005-10-12</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>网海之贝</comments>
</item>
<item>
    <title>.NET真面目</title>
    <link>/html/edu/net/net3/3340.html</link>
    <description>2000年6月，微软公司推出了“Microsoft.NET下一代互联网软件和服务战略”，引起IT行业的广泛关注。2000年9月， 微软公司在旧金山发布了Enterprise 2000。同月，微软原总裁兼首席执行官鲍尔默来到中国就“下一代互联网”的主题进 行演讲，在中国掀起了一股“.NET旋风”</description>
    <pubDate>2005-10-12</pubDate>
    <category>.NET概论及软件使用</category>
    <author>未知</author>
    <comments>网海之贝</comments>
</item>

</channel>
</rss>
