﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-黎波-随笔分类-Smart Client</title><link>http://www.cnblogs.com/upto/category/26705.html</link><description>Windows Mobile Development for Line of Business</description><language>zh-cn</language><lastBuildDate>Sun, 18 May 2008 18:19:35 GMT</lastBuildDate><pubDate>Sun, 18 May 2008 18:19:35 GMT</pubDate><ttl>60</ttl><item><title>如何将数据导入到 SQL Server Compact Edition 数据库中（五）</title><link>http://www.cnblogs.com/upto/archive/2008/03/05/sqlce-data-import-5.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Tue, 04 Mar 2008 17:53:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/03/05/sqlce-data-import-5.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1090875.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/03/05/sqlce-data-import-5.html#Feedback</comments><slash:comments>17</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1090875.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1090875.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在本系列文章中，我已经尝试在 Windows 桌面平台和 Windows Mobile 平台上将数据导入到 SQL Server Compact Edition 数据库中。不过，之前的示例程序都属于 Windows 应用程序。本文将介绍如何在 ASP.NET Web 应用程序中实现 SQL Server Compact Edition 数据库的生成和数据导入。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/03/05/sqlce-data-import-5.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1090875.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2008-03-05 01:53 <a href="http://www.cnblogs.com/upto/archive/2008/03/05/sqlce-data-import-5.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何将数据导入到 SQL Server Compact Edition 数据库中（四）</title><link>http://www.cnblogs.com/upto/archive/2008/02/09/sqlce-data-import-4.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sat, 09 Feb 2008 15:39:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/02/09/sqlce-data-import-4.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1066400.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/02/09/sqlce-data-import-4.html#Feedback</comments><slash:comments>26</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1066400.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1066400.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在本系列文章的第一篇和第二篇为了提高数据写入的性能，我使用了 SqlCeResultSet 基于表的数据写入方式，该方法必须保证从源数据库查询的结果集（通过 Select 查询语句）跟目标数据库（SQL Server Compact Edition）表的字段先后顺序一致。所以，我觉得还是有必要给大家介绍常规的 Insert 语句数据插入方式。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/02/09/sqlce-data-import-4.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1066400.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2008-02-09 23:39 <a href="http://www.cnblogs.com/upto/archive/2008/02/09/sqlce-data-import-4.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何将数据导入到 SQL Server Compact Edition 数据库中（三）</title><link>http://www.cnblogs.com/upto/archive/2008/01/31/sqlce-data-import-3.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Wed, 30 Jan 2008 17:28:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/01/31/sqlce-data-import-3.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1059283.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/01/31/sqlce-data-import-3.html#Feedback</comments><slash:comments>14</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1059283.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1059283.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 时隔近半年了，不知道大家是否还记得，我在本系列的第一篇文章的总结中提到，创建 SQL Server CE 数据库表结构的 SQL 语句是可以自动生成的。那么本系列的第三篇文章就向大家介绍一种比较简单的方法。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/01/31/sqlce-data-import-3.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1059283.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2008-01-31 01:28 <a href="http://www.cnblogs.com/upto/archive/2008/01/31/sqlce-data-import-3.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Channel 9: Offline Data Synchronization Services in Visual Studio 2008</title><link>http://www.cnblogs.com/upto/archive/2007/11/15/960014.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Thu, 15 Nov 2007 02:27:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2007/11/15/960014.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/960014.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2007/11/15/960014.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/960014.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/960014.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 错过了北京 Tech·Ed 2007 马宁大哥的 MBL 401 新一代的SQL Server CE 3.5同步操作 课程的朋友，除了等待 Tech·Ed 录制视频放出来，还有其他途径可以了解到最新的 Visual Stdio 2008 中推出的 Sync Framework。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2007/11/15/960014.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/960014.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2007-11-15 10:27 <a href="http://www.cnblogs.com/upto/archive/2007/11/15/960014.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Steve Lasker 在 Tech Ed Barcelona 2007 上的 SQL Server Compact 课程</title><link>http://www.cnblogs.com/upto/archive/2007/11/11/955512.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sat, 10 Nov 2007 17:15:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2007/11/11/955512.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/955512.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2007/11/11/955512.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/955512.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/955512.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: Steve Lasker 在 Tech·Ed Barcelona 2007 中的课程 Slides 和 Demos 下载，主要是关于 SQL Server Compact Edition 的。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2007/11/11/955512.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/955512.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2007-11-11 01:15 <a href="http://www.cnblogs.com/upto/archive/2007/11/11/955512.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Windows Mobile Data Synchronization with SQL Server 2005 and SQL Server Compact 3.1</title><link>http://www.cnblogs.com/upto/archive/2007/11/10/955462.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sat, 10 Nov 2007 12:58:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2007/11/10/955462.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/955462.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2007/11/10/955462.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/955462.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/955462.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 前段时间我在一本关于Windows Mobile数据同步的书中介绍了 Windows Mobile Data Synchronization with SQL Server 2005 and SQL Server Compact 3.1 这本免费的有关 SQL Server Compact Edition Merge Replication 的电子书。目前 Rob Tiffany 已经完成了第五章，也是最后一张，同样提供下载。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2007/11/10/955462.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/955462.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2007-11-10 20:58 <a href="http://www.cnblogs.com/upto/archive/2007/11/10/955462.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何将数据导入到 SQL Server Compact Edition 数据库中（二）</title><link>http://www.cnblogs.com/upto/archive/2007/08/08/sqlce-data-import-2.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Wed, 08 Aug 2007 14:33:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2007/08/08/sqlce-data-import-2.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/848343.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2007/08/08/sqlce-data-import-2.html#Feedback</comments><slash:comments>31</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/848343.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/848343.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 本文是《如何将数据导入到 SQL Server Compact Edition 数据库中》的第二篇，讨论如何在 Windows Mobile 设备上直接将远程 SQL Server 服务器中的数据导入到 SQL Server CE 数据库中。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2007/08/08/sqlce-data-import-2.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/848343.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2007-08-08 22:33 <a href="http://www.cnblogs.com/upto/archive/2007/08/08/sqlce-data-import-2.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何将数据导入到 SQL Server Compact Edition 数据库中（一）</title><link>http://www.cnblogs.com/upto/archive/2007/07/29/sqlce-data-import.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sun, 29 Jul 2007 07:24:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2007/07/29/sqlce-data-import.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/835328.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2007/07/29/sqlce-data-import.html#Feedback</comments><slash:comments>81</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/835328.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/835328.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在智能设备（Smart Device）应用程序和智能客户端（Smart Client）应用程序的部署阶段，我们需要对离线数据进行初始化，即将后台数据库服务器中的一些数据，导入到离线数据库中。本文介绍了一种将各种数据库中的数据导入到 SQL Server Compact Edition 数据库中的方法。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2007/07/29/sqlce-data-import.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/835328.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2007-07-29 15:24 <a href="http://www.cnblogs.com/upto/archive/2007/07/29/sqlce-data-import.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Sybase SQL Anywhere 和 UltraLite 相关文章</title><link>http://www.cnblogs.com/upto/archive/2007/05/28/sybase-sql-anywhere-and-ultralite.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Mon, 28 May 2007 15:25:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2007/05/28/sybase-sql-anywhere-and-ultralite.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/763107.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2007/05/28/sybase-sql-anywhere-and-ultralite.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/763107.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/763107.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 简单介绍 Sybase SQL Anywhere 和 UltraLite，并提供几篇开发入门文章。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2007/05/28/sybase-sql-anywhere-and-ultralite.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/763107.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2007-05-28 23:25 <a href="http://www.cnblogs.com/upto/archive/2007/05/28/sybase-sql-anywhere-and-ultralite.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[视频]用SQL Server Compact创建简单的Windows应用程序</title><link>http://www.cnblogs.com/upto/archive/2006/11/12/BeginningWithSSEv.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sun, 12 Nov 2006 10:38:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2006/11/12/BeginningWithSSEv.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/558470.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2006/11/12/BeginningWithSSEv.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/558470.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/558470.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今天下午录制了一段 SQL Server Compact 应用程序开发的入门视频，帮助园子里的朋友打开 SQL Server Compact 开发的大门。<br>内容介绍：<br>1.创建 Visual C# 的 Windows 应用程序 BeginningWithSSEv<br>2.新建 SQL Server Mobile 数据连接，选择 Visual Studio 2005 自带的 Northwind.sdf 数据库<br>3.创建数据源，选择 Northwind 数据库的 Products 表，Visual Studio 2005 会自动创建 NorthwindDataSet 强类型数据集<br>4.在数据源窗体中选择 NorthwindDataSet 的 Products 表，并将其展现方式从 DataGridView 修改成详细信息<br>5.将 Products 表从数据源窗体拖动到 Form1 上，Visual Studio 2005 会自动在 Form1 上创建相关控件<br>6.编译并运行 BeginningWithSSEv 项目&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2006/11/12/BeginningWithSSEv.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/558470.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2006-11-12 18:38 <a href="http://www.cnblogs.com/upto/archive/2006/11/12/BeginningWithSSEv.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在SQL Server Express版和Compact版之间做出选择</title><link>http://www.cnblogs.com/upto/archive/2006/11/10/comparing-sql-express-and-compact.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Fri, 10 Nov 2006 04:02:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2006/11/10/comparing-sql-express-and-compact.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/556388.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2006/11/10/comparing-sql-express-and-compact.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/556388.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/556388.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: SQLServerCompact版开发组刚刚发布了一份比较Express版和Compact版的白皮书。事实上，这份白皮书并没有把焦点放在两个版本之间对比上，而是针对本地数据存储的需要对它...&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2006/11/10/comparing-sql-express-and-compact.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/556388.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2006-11-10 12:02 <a href="http://www.cnblogs.com/upto/archive/2006/11/10/comparing-sql-express-and-compact.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用 SQL Server Everywhere 保存离线数据</title><link>http://www.cnblogs.com/upto/archive/2006/08/25/CacheDataWithSSEv.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Fri, 25 Aug 2006 15:01:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2006/08/25/CacheDataWithSSEv.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/486607.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2006/08/25/CacheDataWithSSEv.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/486607.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/486607.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: SQL Server Everywhere (SSEv) 是 SQL Server Mobile 2005 (SSM) 的下一个版本，版本号为 3.1，而 SSM 的版本号是 3.0。SSM 支持 Windows CE、Pocket PC、Smartphone 和 Tablet PC，而 SSEv 还增加了对 Desktop PC 的支持，再一次把移动数据库推向一个新的高潮。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2006/08/25/CacheDataWithSSEv.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/486607.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2006-08-25 23:01 <a href="http://www.cnblogs.com/upto/archive/2006/08/25/CacheDataWithSSEv.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>《实战 Web Service 压缩传输》的PPT和Demo</title><link>http://www.cnblogs.com/upto/archive/2006/04/10/CompressWebService.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Mon, 10 Apr 2006 02:28:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2006/04/10/CompressWebService.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/371064.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2006/04/10/CompressWebService.html#Feedback</comments><slash:comments>23</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/371064.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/371064.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 2006年4月9日下午在Bamboo参加广州.net俱乐部的活动，并讲了一节《实战WebService压缩传输》的课，很多听众对这节课的内容很感兴趣。我现在把ppt和democo...&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2006/04/10/CompressWebService.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/371064.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2006-04-10 10:28 <a href="http://www.cnblogs.com/upto/archive/2006/04/10/CompressWebService.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Composite UI Application Block - December 2005 Release</title><link>http://www.cnblogs.com/upto/archive/2005/12/09/294101.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Fri, 09 Dec 2005 12:46:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2005/12/09/294101.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/294101.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2005/12/09/294101.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/294101.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/294101.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: CompositeUIApplicationBlock-December2005ReleaseforC#andVisualBasic.NETNowonMSDN!C...&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2005/12/09/294101.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/294101.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://upto.cnblogs.com/" target="_blank">黎波</a> 2005-12-09 20:46 <a href="http://www.cnblogs.com/upto/archive/2005/12/09/294101.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>