<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>.Net技术</title>
<link>http://www.itxuexi.com/tech/list_33_1.html</link>
<description>技术应用 / .Net技术</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[Remoting笔记：错误：“由于安全限制，无法访问类型System.RunTime.Remoting.ObjRef”]]></title>
    <link>http://www.itxuexi.com/tech/79408.html</link>
    <description><![CDATA[原因，有个Serializable的Model，里面有个成员为Image类型。虽然Image继承了ISerializable，但是Image是abstract类，不能被实例化，因此就无法序列化。我的解决方法，写的很详细：(C#代码)把Image类型的成]]></description>
    <pubDate>2009-12-26</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：小编谈用Remoting技术传送文件]]></title>
    <link>http://www.itxuexi.com/tech/40947.html</link>
    <description><![CDATA[.NetRemoting是.Net平台中为实现分布式计算机而设计的一种体系结构。首先，客户端通过Remoting技术体系访问通道以获得服务端对象，再通过代理解析为客户端对象。这就提供一种可能性，急以服务]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：如何复制数组中一系列元素的元素]]></title>
    <link>http://www.itxuexi.com/tech/40946.html</link>
    <description><![CDATA[本实例主要介绍ASP.NET如何使用Array类的Copy方法来复制数组中一系列的元素。Copy方法从指定的源索引开始，复制Array中的一系列元素，将他们粘贴到另一个Array中（从指定的目标索引开始）。长度]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：页面尺寸自动适应 1024*768和800*600分辨率]]></title>
    <link>http://www.itxuexi.com/tech/40945.html</link>
    <description><![CDATA[amp;amp;nbsp;在ASP.NET开发网站时，有时候会因客户端和服务器的分辨率不同而影响整体效果，本实例将给出解决该问题的方法。amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;设有3个网页：Default.asp]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：小编教你实现数字和英文字母组合的验证码图片]]></title>
    <link>http://www.itxuexi.com/tech/40944.html</link>
    <description><![CDATA[现在网络安全越来越成为一个不可忽视的问题，任何一个网站都设有用户登录模块，在该模块中主要是验证用户登录时填定的信息是否正确。本文章所说的数字和英文字母组合的验证码是在AS]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：网络验证的一些技巧杂谈]]></title>
    <link>http://www.itxuexi.com/tech/40943.html</link>
    <description><![CDATA[小编总结了一下应用ASP.NET正则表达式来网络验证的一些小技巧，下面来分享给大家。希望对大家有所帮助。1.amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;IP地址验证使用正则]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：小编浅谈泛型的使用]]></title>
    <link>http://www.itxuexi.com/tech/40942.html</link>
    <description><![CDATA[这篇文章小编要和大家分享泛型的定义与使用，相信大家都不陌生吧，希望能够给大家带来帮助。泛型是2.0版C#语言和公共语言运行库（CLR）中的一个新功能。泛型将类型参数的概念引入.NETFr]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：网络上实现单点登录]]></title>
    <link>http://www.itxuexi.com/tech/40941.html</link>
    <description><![CDATA[单点登录是目前比较流行的企业业务整合的解决方案之一。在开发企业门户网站或电子商务系统时，设计一个用户只能在同一网站进行唯一登录的功能。Cache对象主要用于Web应用程序的缓存。对]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ASP.NET：小编教你使用Substitution控件在缓存页面插入内容]]></title>
    <link>http://www.itxuexi.com/tech/40940.html</link>
    <description><![CDATA[本文章主要介绍了如何使用Substitution控件在缓存页面插入内容。使用Substitution控件将动态内容插入到缓存页中。Substitution控件不会呈现任何标记。您需要将该控件绑定到页上或父用户控件上的方]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[大话“基于对象”与“面向对象”]]></title>
    <link>http://www.itxuexi.com/tech/40939.html</link>
    <description><![CDATA[amp;amp;nbsp;大话amp;amp;ldquo;基于对象amp;amp;rdquo;与amp;amp;ldquo;面向对象amp;amp;rdquo;amp;amp;nbsp;面向对象这种编程方法，已经成为当今的主要开发方式。amp;amp;nbsp;可是，观察当今大多数的项目，都]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：小编谈如何实现滚动字幕]]></title>
    <link>http://www.itxuexi.com/tech/40938.html</link>
    <description><![CDATA[下面小编教大家视线滚动字幕。普通窗体中的文字位置都是固定的，在一些窗体中需要让文字动起来。例如一些广告性较强的界面中需要做一些滚动的字幕。本实例实现了一个具有滚动字幕效果]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：利用IC卡制作考勤程序]]></title>
    <link>http://www.itxuexi.com/tech/40937.html</link>
    <description><![CDATA[关键代码如下：Publicvoidbutton1_Clik(objectsender,EventArgse){//初始化Inticdev=IC.auto_init(0,9600);If(icdevamp;lt;0){amp;amp;nbsp;Label6.Text=amp;amp;rdquo;端口初始化失败，请检查接口线是否连接正确。amp;amp;rdquo;;a]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：小编谈ADO.NET中窗体的飘动]]></title>
    <link>http://www.itxuexi.com/tech/40936.html</link>
    <description><![CDATA[amp;amp;nbsp;本文和大家分享的是.NET中窗体的飘动。希望对大家有所帮助吧。amp;amp;nbsp;amp;amp;nbsp;用.NET制作飘动的窗体时，需要使用Timer控件。首先，当窗体加载时设定一个初始位置，然后在窗]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：ListView控件添加搜索功能]]></title>
    <link>http://www.itxuexi.com/tech/40935.html</link>
    <description><![CDATA[ListView控件有两种不同的方式提供搜索功能：文本匹配和位置搜索，即使用ListView控件的FindItemWithText方法和FindNearestItem方法来实现。FindItemWithText方法允许在处于列表或详细信息视图的ListView上执]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：小编教你如何使用RichTextBox控件保存文件]]></title>
    <link>http://www.itxuexi.com/tech/40934.html</link>
    <description><![CDATA[可以使用RichTextBox控件的SaveFile方法来保持RichTextBox控件中的内容。SaveFile方法有多种重载形式，本实例所用的重载形式如下：PublicvoidSaveFile(stringpath,RichTextBoxStreamTypefileType)SaveFile方法将RichTextBo]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：编程实现移动正在使用的文件]]></title>
    <link>http://www.itxuexi.com/tech/40933.html</link>
    <description><![CDATA[一般文件在使用时是不可以移动的，如果进行操作，将会弹出提示框。本文章将介绍移动正在使用文件的方法。希望对大家有所帮助。移动正在使用的文件需要Windows中提供的API函数MoveFileEx，该]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：程序实现搜索文件功能]]></title>
    <link>http://www.itxuexi.com/tech/40932.html</link>
    <description><![CDATA[在许多杀毒软件中，例如瑞星、KV3000等，一般都通过检查磁盘中的文件来确定计算机中是否存在病毒的。用户在使用这些软件时，会发现这些软件以极快的速度遍历磁盘中的文件。下面通过Ge]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：计算字符串中子字符串出现的次数]]></title>
    <link>http://www.itxuexi.com/tech/40931.html</link>
    <description><![CDATA[amp;amp;nbsp;.NET实现计算字符串中子字符串出现的次数时。首先定义一个Int类型的便利，并将其初始值设为0，该变量用了记录子字符串出现的次数，然后利用richTextBox类的Find方法查找指定的子字]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：用应用程序创建XML文档并写入内容]]></title>
    <link>http://www.itxuexi.com/tech/40930.html</link>
    <description><![CDATA[本文章主要介绍如何使用FileStream类、XmlTextWrite类的WriteStartElement方法、WriteAttributeString方法、WriteElementString方法以及XmlConvert类来创建XML文档。FileStream类使用指定的路径和创建模式初始化FileStr]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：小编浅谈如何在DataGridView控件中验证数据输入]]></title>
    <link>http://www.itxuexi.com/tech/40929.html</link>
    <description><![CDATA[下面小编给出大家主要代码：amp;amp;nbsp;PrivatevoiddataGridView1_CellValidating(objectsender,DataGridViewCellValidatingEventArgse)amp;amp;nbsp;{amp;amp;nbsp;amp;amp;nbsp;If(e.ColumnIndex==0)amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;am]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：小编教大家如何向ListView控件添加搜索功能]]></title>
    <link>http://www.itxuexi.com/tech/40928.html</link>
    <description><![CDATA[ListView控件有两种不同的方式提供搜索功能：文本匹配和位置搜索，即使用ListView控件的FindItemWithText方法和FindNearestItem方法来实现。FindItemWithText方法允许在处于列表或详细信息视图的ListView上执]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：小编教大家创建一个数字时钟]]></title>
    <link>http://www.itxuexi.com/tech/40927.html</link>
    <description><![CDATA[今天小编要和大家分享的是用C#创建一个数字时钟。过程很简单，希望对大家有所帮助！本实例通过Timer组件创建一个数字时钟，实现过程如下：（1）amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbs]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：C#中实现倒计时功能]]></title>
    <link>http://www.itxuexi.com/tech/40926.html</link>
    <description><![CDATA[amp;amp;nbsp;今天小编要和大家分享的是利用C#实现倒计时的功能，希望对大家有所帮助。amp;amp;nbsp;amp;amp;nbsp;本实例是通过使用timer组件来实现倒计时功能的，实现步骤如下：（1）amp;amp;nbsp;]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：小编教大家设置货币值中使用的小数位数]]></title>
    <link>http://www.itxuexi.com/tech/40925.html</link>
    <description><![CDATA[本实例主要介绍C#中如何设置货币数值中使用的小数位数。主要是使用NumberFormatInfo类的CurrencyDecimalDigits属性来设置在货币值中使用的小数位数，使用CultureInfo类的NumberFormat属性来指定字符串的域]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：小编谈C#中TextBox控件的应用技巧]]></title>
    <link>http://www.itxuexi.com/tech/40924.html</link>
    <description><![CDATA[对于这篇文章是献给C#学习的新手们，下面小编会以陈述与实例源码结合的方式和大家分享c#中TextBox控件的应用技巧。大家知道在某些特殊情况下，我们有时候需要让户在文本框中只能输入数字]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：C#中数组知识点的精华]]></title>
    <link>http://www.itxuexi.com/tech/40923.html</link>
    <description><![CDATA[最近小编整理资料，下面就和大家说说C#中的数组吧。C#中的数组和其它一些优秀的语言一样,也是从0开始计的,这从我们以前的例子里可以看出来,也就是说,一个数组的第一个元素是a[0],而不是像]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：小编教大家实现堆栈]]></title>
    <link>http://www.itxuexi.com/tech/40922.html</link>
    <description><![CDATA[栈是一种重要的数据结构。从数据结构的角度看，栈也是线性表，其特殊性在于栈的基本操作是线性表操作的子集，它们是操作受限的线性表，因此可以称为限定性的数据结构。栈是限定仅在表]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：在C#应用程序控制输入法]]></title>
    <link>http://www.itxuexi.com/tech/40921.html</link>
    <description><![CDATA[amp;amp;nbsp;在Windows操作系统中至少有3种以上输入法，那么在行业系统管理软件中，输入数据时长城会切换输入法，虽然Windows系统提供了切换快捷键，但对输入工作还是代理不少麻烦。如果在应]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：小编教你如何实现特殊形状的窗体]]></title>
    <link>http://www.itxuexi.com/tech/40920.html</link>
    <description><![CDATA[对于如何实现特殊形状的窗体，在最初学C#的时候就想可不可以把矩形的窗体弄成不规则的呢？如果可以的话怎么实现呢？一次偶然的机会，自己试验了一下，出现的效果正是我想要的，所以今]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：如何使用匿名方法]]></title>
    <link>http://www.itxuexi.com/tech/40919.html</link>
    <description><![CDATA[今天小编要和大家分享的是C#中的匿名方法的使用，希望对大家有所帮助。在2.0之前的c#版本中，声明委托的唯一方法是使用命名方法。C#2.0引人匿名方法。如果使用匿名方法，则不必创建单独的]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：禁用鼠标左键]]></title>
    <link>http://www.itxuexi.com/tech/40918.html</link>
    <description><![CDATA[今天小编要和大家分享的是在c#中怎样禁用鼠标左键的使用，其实我们可以通过ImessageFilter接口下的PreFilterMessage方法、Application类的AddMessageFilter方法，RemoveMessageFilter方法和Message结构的Msg属性来]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[c#：C#技术利用鼠标绘图]]></title>
    <link>http://www.itxuexi.com/tech/40917.html</link>
    <description><![CDATA[本文章主要是利用窗体MouseDown、MouseUp事件及Pen、Graphics等类实现的。运行程序，当鼠标按下时，即绘图开始，记录绘图的起点坐标；当鼠标释放时，即绘图结束，记录绘图的终点坐标；当鼠标移]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#：如何制作自动播放的MP3播放器]]></title>
    <link>http://www.itxuexi.com/tech/40916.html</link>
    <description><![CDATA[在软件市场上存在着各式各样的MP3播放软件，这次小编和大家分享的是用C#做的一个自动播放功能的播放器，用户不用再一首首地添加歌曲，只需要单件amp;amp;ldquo;添加播放列表amp;amp;rdquo;将信]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>C#</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：在ADO.NET中实现数据库的事务处理]]></title>
    <link>http://www.itxuexi.com/tech/8962.html</link>
    <description><![CDATA[在ADO.NET中，使用SqlConnection对象、SqlTransaction对象和SqlCommand对象来控制事务，起到主要作用的是SqlTransaction对象的Commit方法和Rollback方法。Commit方法实现提交数据库事务，Commit方法等效于Transact]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：ADO.NET中转换数据类型]]></title>
    <link>http://www.itxuexi.com/tech/8961.html</link>
    <description><![CDATA[本文章主要介绍ADO.NET如何使用Array类的ConvertAll方法来强制转换一维数组的类型。ConvertAll方法将一种类型的数组转换为另一种类型的数组。其语法格式如下：amp;amp;nbsp;PublicstaticTOutput[]ConvertAll]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：ADO.NET实现定时音乐播放功能]]></title>
    <link>http://www.itxuexi.com/tech/8960.html</link>
    <description><![CDATA[记得在上学时代，总是喜欢用javaSwing编写小软件来玩，使用起来也蛮便捷的，今天，小编用C#来实现一个定时音乐播放的小程序，编这个小软件的需求来源于上网总忘记时间（暴露缺点了amp;a]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：浅谈LINQ to SQL集成数据库语言优劣]]></title>
    <link>http://www.itxuexi.com/tech/8959.html</link>
    <description><![CDATA[1、LINQtoSQL的优点在LINQtoSQL推出之前，我们只是把SQL语句形成一个string，然后，通过ado.net传给SQLserver，返回结果集.这里的缺陷就是，如果你SQL语句写的有问题，只有到运行时才知道.而且并不所]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：使用 Ado.net 获取数据库架构信息]]></title>
    <link>http://www.itxuexi.com/tech/8958.html</link>
    <description><![CDATA[在开发的时候有时需要获取数据库架构信息来得到数据库的一些其他信息，比如存储过程、视图、表、字段的类型、备注说明等。通过OleDb.NET数据提供程序可以比较简洁的实现这一点。一、Ol]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：ADO.NET访问Oracle 9i存储过程(下)]]></title>
    <link>http://www.itxuexi.com/tech/8957.html</link>
    <description><![CDATA[对于HR架构的默认安装，控制台输出显示了员工101的两个记录中每个记录的字段（用分号分隔）：101;9/21/198912:00:00AM;10/27/199312:00:00AM;AC_ACCOUNT;110;101;10/28/199312:00:00AM;3/15/199712:00:00AM;AC_MGR;110;上述代]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET：ADO.NET访问Oracle 9i存储过程(上)]]></title>
    <link>http://www.itxuexi.com/tech/8956.html</link>
    <description><![CDATA[本文讨论了如何使用ADO.NET访问Oracle存储过程（称为SQL编程块）和函数（返回单个值的编程块）。您可以使用以下托管数据提供程序连接到Oracle数据库：Microsoft.NETOracle提供程序、OLEDB.NET提供程序]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO与ADO.NET的区别]]></title>
    <link>http://www.itxuexi.com/tech/8955.html</link>
    <description><![CDATA[ADO与ADO.NETADO与ADO.NET既有相似也有区别，他们都能够编写对数据库服务器中的数据进行访问和操作的应用程序，并且易于使用、高速度、低内存支出和占用磁盘空间较少，支持用于建立基于客户]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET中的多数据表操作读取]]></title>
    <link>http://www.itxuexi.com/tech/8954.html</link>
    <description><![CDATA[下面根据我的一些经验来举例说明在ADO.NET中的多表填充、关联表更新以及多个Command对象执行过程中启用事务的操作。欢迎大家交流，或在Blog上留言。一、准备工作对于NorthWind数据库大家都比较]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[剖析 ADO.NET 批处理更新（深入研究数据访问）]]></title>
    <link>http://www.itxuexi.com/tech/8953.html</link>
    <description><![CDATA[网上查了许多相关的资料，今天整理一下文章，发布到IT学习网网站上，希望对大家有所帮助。ADO.NET应用程序和基础数据源之间的交互基于一个具有双向信道的双体系结构。您可以使用各个特定]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET 使用Tracing生成LOG]]></title>
    <link>http://www.itxuexi.com/tech/8952.html</link>
    <description><![CDATA[网上查了许多相关的资料，今天整理一下文章，发布到IT学习网网站上，希望对大家有所帮助。SyncServiceforADO.NET是微软MSF(MicrosoftSyncFramework)中的一个重要组成部分，它的提供了一套完整的开发框]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ado详细介绍]]></title>
    <link>http://www.itxuexi.com/tech/8951.html</link>
    <description><![CDATA[第一部分amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;ADO.NET的基本概念Microsoft的数据库访问技术1.开放数据库互联(ODBC):数据访问应用程序接口2.数据访问对象(DAO):建立基于COM的数据库访问技术3.远]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET 的最佳实践技巧]]></title>
    <link>http://www.itxuexi.com/tech/8950.html</link>
    <description><![CDATA[amp;amp;nbsp;本文为您提供了在MicrosoftADO.NET应用程序中实现和获得最佳性能、可伸缩性以及功能的最佳解决方案；同时也讲述了使用ADO.NET中可用对象的最佳实践；并提出一些有助于优化ADO.NET应用]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[掌握ADO.NET的十个热门技巧]]></title>
    <link>http://www.itxuexi.com/tech/8949.html</link>
    <description><![CDATA[amp;amp;nbsp;.NET的数据访问编程模式需要一套新的技巧和最佳方法。ADO.NET提供了一个统一的编程模式和一组公用的类来进行任何类型的数据访问，而不管你用何种语言来开发代码。ADO.NET是全新的]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET 如何读取 Excel]]></title>
    <link>http://www.itxuexi.com/tech/8948.html</link>
    <description><![CDATA[amp;amp;nbsp;（转自晓风残月）amp;amp;nbsp;经常需要在数据库与Execl之间互导数据。net时代，ADO.NET可以使用使用Microsoft.Jet.OleDb访问访问Excel，网上已经有很多类似的资源，最典型也是最简单的可能]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.net与PowerBuilder]]></title>
    <link>http://www.itxuexi.com/tech/8947.html</link>
    <description><![CDATA[以评测的形式通过一个非常简单的例子，把ADO.NET与PowerBuilder进行多方面的比较，从而揭示两种平台下数据库应用开发能力，包括功能、性能、体系结构的综合评价。amp;amp;nbsp;1.amp;amp;nbsp;amp]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[ADO.NET 概述]]></title>
    <link>http://www.itxuexi.com/tech/8946.html</link>
    <description><![CDATA[ADO.NET是在用于直接满足用户开发可伸缩应用程序需求的ADO数据访问模型的基础上发展而来的。它是专门为Web设计的，并且考虑了伸缩性，无状态性和XML的问题。ADO.NET使用了某些ADO的对象，如]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>ADO．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>

</channel>
</rss>

