<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
  <channel>
    <title>NET</title>
    <link>https://zgdoc.com/listinfo-149-0.html</link>
    <description>Latest 50 infos of NET</description>
    <copyright>Copyright(C) Empire CMS</copyright>
    <generator>Empire CMS by Empire Studio.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 06:14:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://zgdoc.com/e/data/images/rss.gif</url>
      <title>智格文秘网</title>
      <link>https://zgdoc.com/</link>
    </image>
    <item>
      <title><![CDATA[Visual Studio 2010 中的多重目标 Visual Basic 应用程序]]></title>
      <description><![CDATA[          在 Visual Studio 2008 之前，编写面向不同版本的 Microsoft .NET Framework 的应用程序需要安装不同版本的 Visual Studio 开发环境。每个版本的 Visual Studio 都提供了不同的开发人员体验，并会占用大量磁 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95438-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95438-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:31:43 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[IronRuby：元编程特性【method_missing】的使用]]></title>
      <description><![CDATA[         在OpenExpressApp中写的自动化测试用例片段如下，之所以能这么易读，是因为可以使用Ruby的method_missing来进行方法调用：01　打开模块　&amp;quot;部门管理&amp;quot;02　#　1　新增部门，　编码：Test名称：自动化测试03 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95406-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95406-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:30:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程: 数值处理]]></title>
      <description><![CDATA[           这次，我们学习下数值运算。首先请看如下代码：#lightlet　x　=　10.0　+　12.0　-　3.0　let　y　=　x　*　2.0　+　1.0　let　r　=　x/3.0　printfn　&amp;quot;x　=　%g，　y　=　%g，　r　=　%g&amp;quot;　x　y　r对于 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95407-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95407-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:30:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[案例分析：Silverlight在中国人寿的应用]]></title>
      <description><![CDATA[         笔者自2003年首次听到Macromedia公司提起RIA（富互联网应用）一词到现在整整7年了。一度被认为是互联网应用趋势的RIA经历了7年之痒，但仍然没有在互联网上得到大规模普及，特别是企业应用就更加少见。做个不 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95350-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95350-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[使用 Cecil 修改 .Net 程序集]]></title>
      <description><![CDATA[         Cecil 是 Mono 的一个子项目，用于对程序集进行读写，并且已经用于 Mono 的调试，Reflector 也使用它作为底层库。最近把 DbEntry 使用 Emit 生成程序集的方式，改成了使用 Cecil 的方式，就我的感受来说，Ce ]]></description>
      <link>https://zgdoc.com/showinfo-149-95351-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95351-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程: Hello world]]></title>
      <description><![CDATA[         前言：最近在了解F#，无意中看到一个日文的教程(http://techbank.jp/Community/blogs/gushwell/default.aspx)， 觉得很不错，所以希望可以和大家一起分享、学习。F#的学习过程、未解决问题以及失败的经历 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95352-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95352-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程: 无参函数和for语句]]></title>
      <description><![CDATA[         我们继续调查和学习函数。FunctionSample的函数定义如下：#lightlet　FunctionSample()　=　let　even　n　=　(n　%　2　=　0)　for　i　=　0　to　10　do ]]></description>
      <link>https://zgdoc.com/showinfo-149-95353-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95353-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:29:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[利用宏自动附加到WebServer进程]]></title>
      <description><![CDATA[         如果你像我一样经常需要利用&amp;quot;attached to process &amp;quot;来完成对网站应用程序的调试，那么你可能需要下面的宏来节省一点时间。01:　Imports　System02:　Imports　EnvDTE03:　Imports　EnvDTE8004:　Imports　En ]]></description>
      <link>https://zgdoc.com/showinfo-149-95237-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95237-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[图片压缩后，依然很大的解决方案]]></title>
      <description><![CDATA[         昨天碰到一个很奇怪的事情，在最近的一个项目有这样的一个需求，把上传的图片进行压缩，避免因图片过大而影响浏览速度。代码也很简单三两句就可以实现了，但发现压缩后的图片，虽然有变小，但还不是很明 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95238-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95238-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET Web Matrix：保持简单化]]></title>
      <description><![CDATA[         微软公司推出的ASP.NET和C# 编译器使IT业界感到了惊讶。现在，他又推出了一个叫ASP.NET Web Matrix的免费网络设计工具。这个工具是VS.NET的简化版本，他支持简单网络应用软件的基本ASP.NET编码。让我们来看一 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95239-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95239-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[通过BCS对象模型使用筛选器]]></title>
      <description><![CDATA[           在上一篇博文中，我们介绍了如何使用SharePoint服务器上的业务连接服务对象模型连接到BCS服务元数据存储，来获取一个企业核心业务系统对象、外部内容类型及其方法，以及如何执行一个外部内容类型的方法。　 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95240-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95240-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[输入验证：通过 WPF 强制执行复杂的业务数据规则]]></title>
      <description><![CDATA[         Microsoft Windows Presentation Foundation (WPF) 具有一个丰富数据绑定系统。除了作为通过 Model-View-ViewModel (MVVM) 模式从支持逻辑和数据对 UI 定义进行松散耦合的关键推动力之外，数据绑定系统还为业 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95241-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95241-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程：函数]]></title>
      <description><![CDATA[         数据类型说了好几回了，有点烦了吧？这回我们就换个角度，学习下函数吧!有两个两个输入参数并返回它们的和的简单函数如下：let Add a b = a + b这就是函数的定义。同样使用了声明变量时的let。　 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95242-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95242-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程：while语句]]></title>
      <description><![CDATA[         F#里也有while语句。接下来我们就试着使用while语句写代码。《不变性》一文中有人评论说可以适用 ref，我们就试着使用下。while循环的作用域通过缩进表示。let　num　=　ref　0　while　!num　&amp;lt;　10 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95243-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95243-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[三种中文分词算法优劣比较]]></title>
      <description><![CDATA[           到目前为止，中文分词包括三种方法：1）基于字符串匹配的分词；2）基于理解的分词；3）基于统计的分词。到目前为止，还无法证明哪一种方法更准确，每种方法都有自己的利弊，有强项也有致命弱点，简单的对比 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95244-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95244-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:27:45 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[自定义工作流活动的外观的两种方式]]></title>
      <description><![CDATA[         经常有童鞋在群里面问同样一个问题：如何自定义WF4.0活动的外观。其实一共有两种方式去实现自定义WF4.0活动的外观：一种方式我在以前的博文上实现过，见：WF4.0实战（十一）：邮件通知；另外一种方式我将在这 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95023-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95023-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net MVC2.0系列文章-添加操作]]></title>
      <description><![CDATA[         此篇文章，我们将实现MVC2.0的添加操作，主要包括Model的创建、View的Edit操作和Control的Create操作。创建数据模型Model 数据模型主要包括数据信息、验证规则以及业务逻辑。创建Model的方式有多 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95024-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95024-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[基于MVC框架+IOC+Rhino Mocks的一个简单项目介绍]]></title>
      <description><![CDATA[         现在不管是企业还是科研机构，几乎所有的项目开发都是遵循一定的框架，将经过实践证明过的开发框架和开发模式借鉴使用无可厚非，但难免会遇到某些功能实现或者基于某种考虑当前的开发框架无法达到这样的目的 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95025-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95025-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[分析性能瓶颈]]></title>
      <description><![CDATA[         在前面的文章里面，执行性能测试 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95026-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95026-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Silverlight 4新控件PivotViewer介绍]]></title>
      <description><![CDATA[         早在Silverlight 4正式版发布之前，微软发布PivotViewer控件的演示版本，其处理以及展示大批量数据的功能吸引不少开发人员和终端客户，今天微软发布了PivotViewer控件正式版本，本文将介绍一下PivotViewer控 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95027-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95027-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Silverlight中使用CompositionInitializer宿主MEF]]></title>
      <description><![CDATA[         MEF可以在传统应用程序中使用（包括桌面的Winform、控制台程序和Web的ASP.NET），也可以在RIA的Silverlight中使用。在Silverlight中只是宿主的方式有所不同，实际上在Silverlight中也可以像传统应用程序中是 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95028-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95028-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[常用分词算法的比较与设想]]></title>
      <description><![CDATA[         与基于理解的分词算法和基于统计的分词算法相比，基于文本匹配的算法更加通用。基于文本匹配的算法又称之为“机械分词算法”，他是它是按照一定的策略将待分析的汉字串与一个“充分大的”机器词典中的词条进 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95029-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95029-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[透视 WPF 应用程序的利器]]></title>
      <description><![CDATA[           当我们看到一些设计新颖的网站时，可以借助浏览器自带的Inspector 工具或插件方便的浏览网站布局结构及逻辑。如果是WPF 应用程序能否看到控件的架构方式呢？本篇将介绍两款工具Snoop 和WPF Inspector 可用 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95030-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95030-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[线程性能：Visual Studio 2010 中的资源争用并发分析]]></title>
      <description><![CDATA[         随着多核处理器变得越来越常见，软件开发人员就需要构建多线程应用程序，从而利用更多的处理能力来实现更高的性能。借助并行线程的强大功能，您可以将整个工作划分为多项单独的任务，并以并行模式执行这些任 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95031-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95031-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[OData 的实际应用：通过开放数据协议构建富 Internet 应用程序]]></title>
      <description><![CDATA[         在 PDC09 期间，Microsoft WCF 数据服务团队（以前称为 ADO.NET 数据服务团队）首次推出 OData，即开放数据协议。这一消息是在会议第二天的主题演讲中宣布的，但实际上 OData 早就开始了。自从 Microsoft .N ]]></description>
      <link>https://zgdoc.com/showinfo-149-95032-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95032-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程: 字符串]]></title>
      <description><![CDATA[         这次我们学习字符串相关知识。示例代码如下：#lightlet　str1　=　&amp;quot;C://Windows//System32&amp;quot;　printfn　&amp;quot;%s&amp;quot;　str1let　str2　=　@&amp;quot;C:/Windows/System32&amp;quot;　printfn　&amp;quot;%s&amp;quot;　str2let　str3　=　str1　+　&amp;quot;//spo ]]></description>
      <link>https://zgdoc.com/showinfo-149-95033-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95033-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程: 数值常量]]></title>
      <description><![CDATA[         目前为止我们虽然体验了F#整数和浮点数之间的区别，short， int， double float之间又有什么区别呢？试着看看如下代码：let　num1　=　10s　let　num2　=　10　let　num3　=　10L　let　num4　=　10.0　let　n ]]></description>
      <link>https://zgdoc.com/showinfo-149-95034-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95034-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程：递归]]></title>
      <description><![CDATA[           目前为止我们已经学习了if、 for 、 while等语句，这样我们就可以尝试写一些简单的程序了。 我们就试着写一个计算从1到指定数总和的程序吧。首先定义个从键盘读取指定值作为输入参数的SumTotal函数。# ]]></description>
      <link>https://zgdoc.com/showinfo-149-95035-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95035-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程: if语句]]></title>
      <description><![CDATA[         上回我们利用for进行了循环处理。这次我们学习if语句。简单实例如下：#lightlet　add　x　y　=　x　+　y　if　add　2　3　=　5　then　printfn　&amp;quot;2　+　3　=　5&amp;quot;if　add　2　3　=　6　then　printfn　&amp;quot;2　+　 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95036-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95036-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[F#教程：不变性]]></title>
      <description><![CDATA[         目前为止我们还一直避免的话题就是F#中必须注意的：变量无法再被赋值。let　x　=　10let　y　=　5let　x　=　x　+　y　//　Compile　Error一旦变量赋值以后，再次赋值就会出现错误。F#的变量为什么要 ]]></description>
      <link>https://zgdoc.com/showinfo-149-95037-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-95037-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Sun, 21 Nov 2010 00:21:39 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear使用强类型实体查询语法进行查询]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   从v2.2.1版起，NBear开始支持强类型的实体查询语法。例如，我们可以以如下的语法查询需要的数据： LocalUser users = gateway.Select&amp;lt;LocalUser&amp;gt;(_Entity.LocalUser.Id &amp;gt; 5 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26127-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26127-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear外部配置文件方式定义实体元数据]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   前面的介绍中我们已经看到，实体定义中我们可以给Entity设置TableAttribute，对于属性我们可以设置Primary、ColumnName或CustomProperty这些Attribute。以Attribute方式设置元数据很方 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26192-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26192-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear高级应用-使用分布式服务工厂]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   假设对于使用本地服务工厂的WEB项目，为了提高系统的可扩展性，我们要让他支持分布式服务（及将不同的服务的实现部署到多台服务器上，而不仅仅是一台），那么该怎么做呢？是不是很复杂 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26128-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26128-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear使用Gateway访问数据库]]></title>
      <description><![CDATA[ 	        【IT168技术文档】    NBear的持久化组件提供类似Linq的强类型查询语法，支持主外键关联、继承关联、多对多关联、级联更新、联结、分组、分页查询等，对应90%以上的常用SQL查询语法。并提供对内存数组的强类 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26245-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26245-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[NBear的默认分页与自定义分页的比较]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   1.使用的数据库：Access数据库查询练习专用数据库 －手机号码归属地Access数据库_MobileDB（10万条记录）    2.两种分页算法     （1）NBear的默认分页方法；     默认是使用了效率最差 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26129-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26129-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear接口式实体定义之]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   本文介绍NBear的接口式实体定义方式下的自定义实体属性和实体多根继承。本文中的介绍的内容及对应的代码同样包含于最新版本的NBear及其用户手册中。      最新版本的NBear中除了本文中 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26193-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26193-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:34 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear高级应用--使用本地服务工厂]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   当暂时不需要分布式支持时，我们的系统可以先简单使用一个本地服务工厂。在下一页使用分布式服务工厂中，我们将看到，从一个本地服务工厂转换到分布式服务工厂，从而为应用程序扩展分布 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26130-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26130-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[NBear单表数据插入]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   .NET 2.0 ， Visual Studio 2005， SQL Server 2005     数据实体接口（对应数据表） using NBear.Common;namespace Foo.Data{Table(&quot;Article&quot;)public interface IArticle : IEntity{ ]]></description>
      <link>https://zgdoc.com/showinfo-149-26271-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26271-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:29 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear使用案例--DotNet企业开发示例程序]]></title>
      <description><![CDATA[ 	        【IT168技术文档】   本示例程序使用了NBear框架（博客员teedy开发的）和EnterpriseObjects(见wrox出版《.net企业应用高级编程》)类库来演示一个.NET企业应用的开发。     数据访问层使用NBear来实现，用范 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26131-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26131-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Nbear高级应用--基于令牌的分布式身份验证]]></title>
      <description><![CDATA[ 	        【IT168技术文档】    web服务使用虽然方便，但安全是个问题，在企业开发中，经常面临多界面的客户端，使用你的服务的可能是个桌面程序也可能是个移动应用，这就要求集中的身份验证，而web服务来做这个事情 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26194-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26194-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:24 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0 AdRotator控件全面探析]]></title>
      <description><![CDATA[ 	        一、 AdRotator控件的三种数据源模式AdRotator以三种不同的模式填充它的图像和导航属性，我把它们分别称为“数据库模式”，“XML模式”和“编程模式”。(一) 数据库模式在数据库模式下，一个AdRotator链接到 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26132-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26132-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0 新追加控件FileUpload介绍]]></title>
      <description><![CDATA[ 	        FileUpload Web 服务器控件概述   使用 FileUpload 控件，您可以为用户提供一种将文件从用户的计算机发送到服务器的方法。该控件在允许用户上载图片、文本文件或其他文件时很有用。提示上载的文件  FileUpl ]]></description>
      <link>https://zgdoc.com/showinfo-149-26246-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26246-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:17 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0 中的数据访问]]></title>
      <description><![CDATA[ 	        简介数据访问一直是开发 Web 应用程序的一个关键问题。几乎每个商业应用程序都需要数据驱动的 Web 页面。由于数据访问如此普遍，开发人员不断地为简单的数据库任务重新生成复杂的代码就显得毫无意义了。开发 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26133-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26133-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0 验证控件新的功能]]></title>
      <description><![CDATA[ 	        　在1.1中没有一中比较好的方法可以讲各个验证控件组合在一起，以便页面的一个部分上的验证程序可以重写该页面其他部分的验证程序，并且无论其他验证程序的状态如何，都可以使回发发生。         该问题由A ]]></description>
      <link>https://zgdoc.com/showinfo-149-26195-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26195-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:11 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0，无刷新页面新境界]]></title>
      <description><![CDATA[ 	        “无刷新页面”，只是一种不确切的效果描述（其实还有其他各种方法来实现这个效果），更确切的说法是：在页面上用JavaScript调用服务器端的一个方法，然后处理返回的数据。实现它最标准的方法当然是XMLHTTP ]]></description>
      <link>https://zgdoc.com/showinfo-149-26134-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26134-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0 中实现模板中的数据绑定系列]]></title>
      <description><![CDATA[ 	        　模板化的数据绑定控件为我们在页面上显示数据提供了根本的灵活性。你可能还记得ASP.net v1.x中的几个模板化控件（例如DataList和Repeater控件）。ASP.NET 2.0仍然支持这些控件，但在模板中绑定数据的语法 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26297-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26297-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:04 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Asp.net 2.0母板页和站点导航]]></title>
      <description><![CDATA[ 	        步骤1：创建母板页要创建一个母板页，用右键点击解决方案管理器中的项目名称并选择添加新项。然后从模板列表窗口中选择母板类型并且命名为Site.master。添加一个母板页到站点中，在母板页中定义站点统一的页 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26135-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26135-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[asp.net 2.0新控件]]></title>
      <description><![CDATA[ 	        　本篇将介绍ASP.NET2.0标准控件里新增控件的一些特性，帮助大家更好的掌握新控件. BulletedList:该控件创建一个无序或有序（编号的）的项列表，它们分别呈现为 HTML ul 或 ol 元素。可以指定项、项目符号或 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26196-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26196-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:26:01 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0中的健康监测系统]]></title>
      <description><![CDATA[ 	        介绍在程序部署之前，要经历许多软件工程中定义的重要阶段，如需求分析、设计、编码和测试等。 但是，并不是说一旦程序部署并使用之后就脱离软件工程的各个阶段了。 不管一个web程序有多好的设计、多好的编 ]]></description>
      <link>https://zgdoc.com/showinfo-149-26136-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26136-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:25:46 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[ASP.NET 2.0中CSS失效的问题]]></title>
      <description><![CDATA[ 	        　经常有人遇到ASP.NET 2.0（ASP.NET 1.x中可能是有效的）中CSS失效的问题，现将主要原因和解决方法罗列如下： 1.CSS文件路径不正确 这个问题属于Web开发中的基础问题，一般采用相对路径会出现这样的问题， ]]></description>
      <link>https://zgdoc.com/showinfo-149-26247-0.html</link>
      <guid>https://zgdoc.com/showinfo-149-26247-0.html</guid>
      <category>NET</category>
      <author><![CDATA[不详]]></author>
      <pubDate>Thu, 11 Mar 2010 05:25:46 +0000</pubDate>
    </item>
  </channel>
</rss>