﻿<?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>博客园-黎波</title><link>http://www.cnblogs.com/upto/</link><description>Windows Mobile Development for Line of Business</description><language>zh-cn</language><lastBuildDate>Fri, 16 May 2008 13:27:19 GMT</lastBuildDate><pubDate>Fri, 16 May 2008 13:27:19 GMT</pubDate><ttl>60</ttl><item><title>EQATEC Profiler: 免费的.NETCF代码性能分析工具</title><link>http://www.cnblogs.com/upto/archive/2008/05/11/1192412.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sun, 11 May 2008 09:26:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/05/11/1192412.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1192412.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/05/11/1192412.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1192412.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1192412.html</trackback:ping><description><![CDATA[在<font face="Verdana">.NET Compact Framework Power Toys 3.5</font>中包含了一个<font face="Verdana">.NETCF CLR Profiler工具，它用于监测.NETCF应用程序在CLR(Common Lanaguage Runtime)中的对象分配和垃圾回收情况。.NETCF开发人员可以通过分析结果确定如何改进应用程序的性能，特别是存在内存占用问题的程序。关于<font face="Verdana">.NETCF CLR Profiler工具的使用，可以看<a href="http://blogs.msdn.com/stevenpr/default.aspx">Steven Pratschner</a>写的<a class="singleposttitle" id="AjaxHolder_ctl01_TitleUrl" href="http://www.cnblogs.com/upto/archive/2007/11/30/977548.html">Using CLR Profiler for .NET Compact Framework</a>系列文章。<br />
<br />
今天又发现一个可以监测.NETCF代码执行效率的性能分析工具，而且是<strong>免费</strong>的——<font face="Verdana">EQATEC Profiler</font>。<br />
<br />
<img alt="" src="http://www.eqatec.com/tools/profiler/profiler-full.gif" /><br />
<br />
<img alt="" src="http://www.eqatec.com/tools/profiler/viewer-full.gif" /><br />
<br />
<br />
<p><strong style="font-size: 18pt">开发背景<br />
</strong><br />
At EQATEC we are experts in embedded development, both native (C/C++) or managed (C#). We have completed many large .NET CF projects. We have the only Microsoft embedded MVP in Scandinavia. We've been doing embedded development for about 10 years now.</p>
<p>In 2006-2007, when developing a really large .NET Compact Framework application in C# for Windows CE, we looked around for a .NET CF code profiler. Surprisingly there were none. All we found were memory-profilers, i.e. for tracking object allocations and memory usage. That's useful too, but not if you want to <strong>pinpoint bottlenecks</strong> to improve your application's <strong>performance</strong>. </p>
<p>So we built our own code profiler. And it works really, really well. </p>
<p>We've used it for a year on this particularly large application (7-8000 methods in 40-50 DLLs) and easily found and fixed performance bottlenecks that would have been very hard to spot without a code profiler. We've even integrated the profiling-step in our autobuild. The profiling-step is very quick and the profiled code is only 40-50% bigger and runs 20-25% slower. Profilers can easily make your code run 2-10 <em>times</em> slower, so ours is quite efficient. </p>
<p>Because it works so well, and there are <strong>no other code profilers like it</strong>, we decided to make it available to all other .NET CF developers. And we decided to do so <strong>for free</strong>, so it won't cost you anything. Just download it and start optimizing your own application, or try profiling the demo-app we&#8217;ve included. </p>
<p>One reason for giving it away free is to get some idea about how much demand there is for tools like this. Therefore we'd kindly ask you to register the download, simply to give us some idea of how many developers - and in what kind of businesses - will find this tool useful.</p>
<p>Best regards,<br />
The EQATEC tool team<br />
<br />
请到这里下载最新版本吧：<font face="Verdana"><a href="http://www.eqatec.com/tools/profiler">http://www.eqatec.com/tools/profiler</a></font></p>
<!-- Body text stops here --></font></font>
<img src ="http://www.cnblogs.com/upto/aggbug/1192412.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-05-11 17:26 <a href="http://www.cnblogs.com/upto/archive/2008/05/11/1192412.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>关于如何提高SQL Server Compact的查询性能</title><link>http://www.cnblogs.com/upto/archive/2008/05/02/1179379.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Fri, 02 May 2008 04:23:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/05/02/1179379.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1179379.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/05/02/1179379.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1179379.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1179379.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: SQL Server Compact产品组发表了一篇博客文章，介绍如何提高SQL Server Compact数据库的查询性能。比较全面，也比较权威，建议大家都看看。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/05/02/1179379.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1179379.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-05-02 12:23 <a href="http://www.cnblogs.com/upto/archive/2008/05/02/1179379.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>用C#获取Windows Mobile短信</title><link>http://www.cnblogs.com/upto/archive/2008/05/01/1178903.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Thu, 01 May 2008 14:11:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/05/01/1178903.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1178903.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/05/01/1178903.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1178903.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1178903.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 以前我看到的Windows Mobile的短信编程的文章和示例都是用C++调用MAPI来实现，今天我在CodeProject上发现了MAPI的.NET封装，实现了99% .NET MAPI。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/05/01/1178903.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1178903.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-05-01 22:11 <a href="http://www.cnblogs.com/upto/archive/2008/05/01/1178903.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>MY MOBILER v1.23 - 类似SOTI Pocket Controller的免费工具</title><link>http://www.cnblogs.com/upto/archive/2008/05/01/1178880.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Thu, 01 May 2008 12:14:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/05/01/1178880.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1178880.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/05/01/1178880.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1178880.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1178880.html</trackback:ping><description><![CDATA[<p>MyMobiler是我以前曾经介绍过的一个在PC端控制Windows Mobile设备的免费工具，功能跟<a href="http://www.soti.net/default.asp?Cmd=Products&amp;SubCmd=PCPro">SOTI Pocket Controller</a>差不多。<br />
<br />
<a href="http://www.mymobiler.com/forum"><img alt="Go MyMobiler Forum" src="http://www.mymobiler.com/mymobiler12.jpg" border="0" /></a><br />
<br />
现在已经发展到v1.23了，支持更多的功能。我们来看看它现在支持哪些功能：</p>
<li>View your mobile screen on your desktop. 在PC端查看移动设备的屏幕。
<li>Control your mobile by using desktop keyboard and mouse. 用PC端的键盘和鼠标控制移动设备。&nbsp;
<li>Copy/Cut/Paste text between mobile and desktop. 在移动设备和PC之间复制/剪切/粘贴文本。
<li>Capture mobile screen. 捕获移动设备屏幕（截图和录制视频）。
<li>Drag and drop files to your mobile. 拖放文件到移动设备上。
<li>Support ActiveSync / IP Connection 支持ActiveSync和IP连接。
<li>Support Mobile Explorer (File Browse) 支持移动设备文件浏览器。
<p>支持Windows Mobile 2003/5.0/6/6.1。<br />
<br />
我在MSDN Webcast <a href="http://go.microsoft.com/?linkid=8614173">移动设备的 LINQ 编程--Level 200</a>&nbsp;就用MyMobiler控制我的手机进行最后一个demo的演示。<br />
<br />
请到<font face="Verdana"><a href="http://www.mymobiler.com/">http://www.mymobiler.com/</a></font>下载最新版本吧！以后经常关注官方网站，因为它更新得很快<img alt="" src="http://www.cnblogs.com/Emoticons/msn/teeth_smile.gif" /><br />
<br />
相关随笔：<a href="http://www.cnblogs.com/upto/archive/2007/07/12/My-Mobiler.html">My Mobiler - 在PC上控制Mobile设备的免费工具</a></p>
</li>
<img src ="http://www.cnblogs.com/upto/aggbug/1178880.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-05-01 20:14 <a href="http://www.cnblogs.com/upto/archive/2008/05/01/1178880.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>2008年5月Windows Mobile Webcast预告</title><link>http://www.cnblogs.com/upto/archive/2008/04/30/1178174.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Wed, 30 Apr 2008 13:15:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/30/1178174.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1178174.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/30/1178174.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1178174.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1178174.html</trackback:ping><description><![CDATA[<strong>活动主题：</strong>&nbsp;<a href="http://go.microsoft.com/?linkid=8807897">Windows Mobile GPS应用开发指南--Level 300</a><br />
<strong>主　　讲：</strong> 胡砚 微软最有价值专家 <br />
<strong>活动时间：</strong> 5月14日(星期三) 14:30-16:00 <br />
<strong>讲座内容：</strong> 无论在行业应用还是在个人应用，GPS技术使用已经变的非常广泛，在这个领域，Windows Mobile从5.0开始推出了GPS Intermediate Driver，从而使在基于Windows Mobile设备上的开发变的非常轻松，参加这次讲座，您可以透彻的了解该技术以及如何使用该技术开发GPS相关应用。<br />
<strong>课程讲师：</strong><br />
胡砚 微软最有价值专家<br />
微软最有价值专家。拥有六年Web和Wap应用软件开发以及项目管理经验和多年开发培训经验，擅长基于ASP.NET的Web开发和基于移动设备的Web开发，个人基于ASP.NET Mobile Control技术的"唯我独尊"Wap游戏产品在微软2004年度移动开发竞赛中获得入围奖。<br />
<br />
<strong>活动主题：</strong>&nbsp;<a href="http://go.microsoft.com/?linkid=8807908">移动数据访问新手段--ADO.NET Sync Services for device简介--Level 200</a><br />
<strong>主　　讲：</strong> 张欣 MSDN特邀讲师 <br />
<strong>活动时间：</strong> 5月28日(星期三) 14:30-16:00 <br />
<strong>讲座内容：</strong> 您或许已经使用过SQL Server Compact Edition；您或许已经使用过合并复制和RDA进行过移动设备上的数据库和服务器之间的同步。现在，已经有了一套新的技术闪亮登场，那就是Microsoft Synchronization Services for ADO.NET。使用它，您可以方便的将数据从桌面/tablet/移动设备等等和您的服务器端进行高效的数据同步。还等什么，快来试试看！<br />
<strong>课程讲师：</strong><br />
张欣 MSDN特邀讲师<br />
多年以来一直从事与微软平台下的项目开发，对于.NET平台、数据库、多层架构设计有着丰富经验，参与并主导过多个大型应用系统的架构设计以及研发、实施工作。目前致力于Windows Mobile的应用开发以及Windows Mobile的自动化测试方面的研究工作。<br />
<br />
五月份我没有课，6月份才有。正好有多余的时间写写博客。<br />
<br />
<span style="color: #ff0000">大家记得给胡砚和张欣两位老师加油！</span>
<img src ="http://www.cnblogs.com/upto/aggbug/1178174.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-04-30 21:15 <a href="http://www.cnblogs.com/upto/archive/2008/04/30/1178174.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>从SQL Server到SQL Server Compact的转换工具</title><link>http://www.cnblogs.com/upto/archive/2008/04/30/1178147.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Wed, 30 Apr 2008 13:05:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/30/1178147.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1178147.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/30/1178147.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1178147.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1178147.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 我前段时间写了《如何将数据导入到 SQL Server Compact Edition 数据库中》系列文章，介绍如何从SQL Server数据库到SQL Server Compact数据库的数据导入，吸引了不少人的目光。今天在CodeProject上看到一个很棒的工具，能够从SQL Server 7.0/2000/2005数据库直接生成SQL Server Compact 3.1/3.5数据库，生成的SQL Server Compact数据库包含源数据的主键、外键、索引和数据。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/04/30/1178147.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1178147.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-04-30 21:05 <a href="http://www.cnblogs.com/upto/archive/2008/04/30/1178147.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>清理Visual Studio 2003/2005/2008起始页的最近项目</title><link>http://www.cnblogs.com/upto/archive/2008/04/28/1173744.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sun, 27 Apr 2008 16:51:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/28/1173744.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1173744.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/28/1173744.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1173744.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1173744.html</trackback:ping><description><![CDATA[今天看到CodeProject上面有一个很实用的小工具，可以清理<font face="Verdana">Visual Studio 2003/2005/2008起始页的最近项目。最近正想找这样的工具，没想到别人已经写了。其实原理很简单，就是操作注册表。<br />
</font><br />
<img height="368" alt="Screenshot - ssdrp.jpg" hspace="0" src="http://www.codeproject.com/KB/cs/Delete_Recent_Projects/ssdrp.jpg" width="600" border="0" /><br />
<br />
原文：<span class="ArticleTopTitle" id="ctl00_ArticleTopHeader_ArticleTitle"><a href="http://www.codeproject.com/KB/cs/Delete_Recent_Projects.aspx"><span class="ArticleTopTitle" id="ctl00_ArticleTopHeader_ArticleTitle">Delete Links from the Recent Projects List on the Start Page of Visual Studio 2003, 2005 and 2008</span></a></span> <br />
<br />
<br />
这里还有另外一个工具，实现同样的功能，也是来自CodeProject：<span class="ArticleTopTitle" id="ctl00_ArticleTopHeader_ArticleTitle">Visual Studio Project MRU List Editor III</span><br />
<br />
<img height="406" alt="" src="http://www.codeproject.com/KB/cs/VSProjectListEditorIII/MainApp.png" width="439" /><br />
<br />
原文：<font face="Verdana"><a href="http://www.codeproject.com/KB/cs/VSProjectListEditorIII.aspx"><font face="Verdana">http://www.codeproject.com/KB/cs/VSProjectListEditorIII.aspx</font></a></font> 
<img src ="http://www.cnblogs.com/upto/aggbug/1173744.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-04-28 00:51 <a href="http://www.cnblogs.com/upto/archive/2008/04/28/1173744.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>招聘移动开发软件工程师</title><link>http://www.cnblogs.com/upto/archive/2008/04/24/1170101.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Thu, 24 Apr 2008 15:34:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/24/1170101.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1170101.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/24/1170101.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1170101.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1170101.html</trackback:ping><description><![CDATA[<p><font face="Verdana">帮朋友发的～<br />
<br />
移动开发软件工程师</font></p>
<p><font face="Verdana">招聘人数：5人<br />
</font><font face="Verdana">工作地点：北京 <br />
</font><font face="Verdana">工作单位：北京中软强网信息技术有限公司<br />
</font><font face="Verdana">工作地点：北京海淀区中关村软件园2号楼B座一层（Oracle对门）<br />
</font><font face="Verdana">福利待遇：面谈<br />
</font><font face="Verdana">联系方式：<a href="mailto:zjun@csspnet.com.cn">zjun@csspnet.com.cn</a>&nbsp; 010-82825285-21&nbsp; MSN: <font face="Verdana">zjun@pnetsoft.com.cn</font>&nbsp; 周先生</font></p>
<p><font face="Verdana">1，有过手机或PDA等移动终端设备项目经验；<br />
</font><font face="Verdana">2，熟悉C#语言，熟悉.NET Compact Framework，并且有良好的编码实现能力和编程习惯；<br />
</font><font face="Verdana">3，掌握以下至少一种移动开发平台，包括Windows Mobile、Linux、BREW、Symbian、等等，并且了解其体系架构；<br />
</font><font face="Verdana">4，对3G业务和3G终端产业的现状和发展趋势有初步了解，并且能够理解无线通讯产业各方的现实需求优先；<br />
</font><font face="Verdana">5，有过嵌入式GIS地图应用开发者优先；<br />
</font><font face="Verdana">6，工作认真负责，擅长沟通,有吃苦耐劳的团队精神；<br />
</font></p>
<img src ="http://www.cnblogs.com/upto/aggbug/1170101.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-04-24 23:34 <a href="http://www.cnblogs.com/upto/archive/2008/04/24/1170101.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Silverlight 1.0 for Mobile 最新消息</title><link>http://www.cnblogs.com/upto/archive/2008/04/19/Silverlight-for-Mobile-News.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sat, 19 Apr 2008 14:58:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/19/Silverlight-for-Mobile-News.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1161716.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/19/Silverlight-for-Mobile-News.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1161716.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1161716.html</trackback:ping><description><![CDATA[<p>FAQ: Silverlight for Mobile </p>
<p>Q: When will Silverlight 1.0 be available for mobile? <br />
A: We will have the First Developer CTP for Silverlight for mobile available in 2nd Quarter of CY 2008 targeting Windows Mobile 6. </p>
<p>Q: What form will Silverlight take on mobile?<br />
A: Silverlight on mobile will take the form of a browser plug-in, the same as the web version. </p>
<p>Q: Which version of Silverlight will run on devices? 1.0 or 2?<br />
A: Initially Silverlight 1.0 will run on mobile devices. </p>
<p>Q: What tools will be used to develop Silverlight mobile applications?<br />
A: Because XAML is the foundation of Silverlight, Microsoft Expression Studio will provide features for designing Silverlight. Expression Design can be used for creating the visual elements while wiring the design with code can be done with either Expression Blend or with Visual Studio.  </p>
<br />
Mix08 大会上Silverlight for Mobile相关主题的视频：
<p><a href="http://silverlight.net/learn/learnvideo.aspx?video=43780"><img alt="" src="http://silverlight.net/Themes/silverlight/images/learn/T12.jpg" border="0" width="160" height="120" /></a> </p>
<p><strong>#1:</strong> <a href="http://silverlight.net/learn/learnvideo.aspx?video=43780">Mobile Devices and Silverlight: A Primer on the New Technology</a><br />
<em>(58 minutes, 6 seconds)</em> </p>
<p><a href="http://silverlight.net/learn/learnvideo.aspx?video=43793"><img alt="" src="http://silverlight.net/Themes/silverlight/images/learn/C02.jpg" border="0" width="160" height="120" /></a> </p>
<p><strong>#2:</strong> <a href="http://silverlight.net/learn/learnvideo.aspx?video=43793">Using Microsoft Silverlight for Creating Rich Mobile User Experiences</a><br />
<em>(67 minutes, 8 seconds)</em></p>
<br />
更多Silverlight for Mobile的详细资料，可以看<a href="http://blogs.msdn.com/giorgio/default.aspx">Giorgio Sardo</a>的博客，有很多视频演示可以看。还有Silverlight的官方网站(<a href="http://silverlight.net/learn/mobile.aspx">http://silverlight.net/learn/mobile.aspx</a>)。<br />
<img src ="http://www.cnblogs.com/upto/aggbug/1161716.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-04-19 22:58 <a href="http://www.cnblogs.com/upto/archive/2008/04/19/Silverlight-for-Mobile-News.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Windows Mobile Topics at TechEd 2008</title><link>http://www.cnblogs.com/upto/archive/2008/04/19/Windows-Mobile-Topics-at-TechEd-2008.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sat, 19 Apr 2008 14:10:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/19/Windows-Mobile-Topics-at-TechEd-2008.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1161669.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/19/Windows-Mobile-Topics-at-TechEd-2008.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1161669.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1161669.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 今年已经不再有MEDC了，因为MEDC已经跟TechEd合并，今年美国的TechEd 2008大会上，将会有哪些Windows Mobile相关的课程呢。总的来说，今年的TechEd 2008会以Visual Studio 2008, .NET Compact Framework 3.5, SQL Server Compact 3.5, Sync Framework, System Center Mobile Device Manager 2008, Exchange Server 2007等新产品为主题。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/04/19/Windows-Mobile-Topics-at-TechEd-2008.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1161669.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-04-19 22:10 <a href="http://www.cnblogs.com/upto/archive/2008/04/19/Windows-Mobile-Topics-at-TechEd-2008.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Widows Mobile Workshop开发培训邀请函（深圳）</title><link>http://www.cnblogs.com/upto/archive/2008/04/14/1152658.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Mon, 14 Apr 2008 05:34:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/14/1152658.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1152658.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/14/1152658.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1152658.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1152658.html</trackback:ping><description><![CDATA[<span style="font-family: 宋体;">尊敬的合作伙伴：</span>
<p style="text-indent: 21pt;"><span style="font-family: 宋体;">感谢长期以来您对微软</span>Windows Mobile<span style="font-family: 宋体;">开发技术的关注与支持，我们将于</span>2008<span style="font-family: 宋体;">年</span>4<span style="font-family: 宋体;">月开始举行针对</span>Windows Mobile<span style="font-family: 宋体;">开发技术的</span>Metro Mobile Training<span style="font-family: 宋体;">系列培训。该培训采用专家讲解与动手实验相结合的方式，使听众可以快速理解微软移动开发方面的最新技术。此次培训为免费培训，因座位有限，报名从速！</span></p>
<p><span style="font-family: 宋体;">时间：</span>4<span style="font-family: 宋体;">月</span>28<span style="font-family: 宋体;">日—</span>4<span style="font-family: 宋体;">月</span>29<span style="font-family: 宋体;">日</span></p>
<p><span style="font-family: 宋体;">城市：深圳</span></p>
<p><span style="font-family: 宋体;">地点：高新区南七道数字技术园</span>A1<span style="font-family: 宋体;">栋</span>4<span style="font-family: 宋体;">楼深圳微软技术中心</span></p>
<p><span style="font-family: 宋体;">主办单位：微软平台与合作开发部</span></p>
<p><strong><span style="font-size: 13.5pt; color: black; font-family: 宋体;">培训日程</span></strong></p>
<table style="border: medium none ; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0">
    <tbody>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 426.1pt;" colspan="3" valign="top" width="568">
            <p><strong><span style="font-family: 宋体;">第一天</span></strong></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>9:00-10:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">开启移动美丽新世界</span></p>
            <p>All About Windows Mobile</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p><span style="font-family: 宋体;">关于</span>Windows Mobile<span style="font-family: 宋体;">平台、多平台协作、企业级应用及</span>Windows Mobile<span style="font-family: 宋体;">的市场情况。</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>10:00-11:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">移动商业应用介绍</span></p>
            <p>LOB Mobile Application</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p><span style="font-family: 宋体;">为什么要实现</span>LOB<span style="font-family: 宋体;">移动应用程序？</span></p>
            <p><span style="font-family: 宋体;">如何实现</span>LOB<span style="font-family: 宋体;">移动应用程序？</span></p>
            <p><span style="font-family: 宋体;">挑战在哪里？</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>11:00-12:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">开发工具介绍</span></p>
            <p>The Tools</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p><span style="font-family: 宋体;">如何借助于</span>SDK<span style="font-family: 宋体;">、</span>Emulator<span style="font-family: 宋体;">和</span>Visual Studio<span style="font-family: 宋体;">开发、调试、部署</span>Mobile<span style="font-family: 宋体;">应用程序</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>13:00-13:45</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">动手实验：</span></p>
            <p>Visual Studio Designer for Mobile Devices</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p>45<span style="font-family: 宋体;">分钟</span></p>
            <p>Visual Studio 2008<span style="font-family: 宋体;">中如何开发移动设备应用程序</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>14:00-15:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">移动设备的托管代码开发</span></p>
            <p>Managed development and devices</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p><span style="font-family: 宋体;">内容包含</span>.NET Compact Framework<span style="font-family: 宋体;">托管代码、托管</span>API</p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>15:00-15:20</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">动手实验：</span></p>
            <p><span style="font-family: 宋体;">创建一个桌面版本的安装包</span></p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p>20<span style="font-family: 宋体;">分钟</span></p>
            <p><span style="font-family: 宋体;">如何开发一个</span>CAB<span style="font-family: 宋体;">安装包，然后开发一个</span>PC<span style="font-family: 宋体;">版本的</span>MSI<span style="font-family: 宋体;">安装包</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>15:30-16:15</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">动手实验：</span></p>
            <p>Notification &amp; Managed APIs</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p>45<span style="font-family: 宋体;">分钟</span></p>
            <p><span style="font-family: 宋体;">实现</span>Notification<span style="font-family: 宋体;">机制和托管代码开发</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 426.1pt;" colspan="3" valign="top" width="568">
            <p><strong><span style="font-family: 宋体;">第二天</span></strong></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>9:00-10:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">移动数据库开发介绍</span></p>
            <p>Mobile Data</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p><span style="font-family: 宋体;">基于移动设备的应用程序，如何实现数据持久化和数据同步？</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>10:00-11:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">动手实验：</span></p>
            <p>SQL Server Merge Replication Setup</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p>60<span style="font-family: 宋体;">分钟</span></p>
            <p><span style="font-family: 宋体;">设置</span>SQL Server<span style="font-family: 宋体;">的</span> Merge Replication</p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>11:15-12:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">动手实验：</span></p>
            <p>Device Data Access and Merge Replication</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p>45<span style="font-family: 宋体;">分钟</span></p>
            <p><span style="font-family: 宋体;">开发数据库访问程序和数据同步</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>13:00-14:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">性能优化指导</span></p>
            <p>Optimization and guidance</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p><span style="font-family: 宋体;">从安全性、性能、可用性、部署几个方面探讨移动式应用程序的优化问题。</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>14:00-15:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">动手实验：</span></p>
            <p>Performance Tests</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p>45<span style="font-family: 宋体;">分钟</span></p>
            <p><span style="font-family: 宋体;">性能测试</span></p>
            </td>
        </tr>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 62.25pt;" valign="top" width="83">
            <p>15:00-16:00</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 127.55pt;" valign="top" width="170">
            <p><span style="font-family: 宋体;">移动开发新特性</span></p>
            <p>Whole new level</p>
            </td>
            <td style="padding: 0cm 5.4pt; width: 236.3pt;" valign="top" width="315">
            <p><span style="font-family: 宋体;">介绍</span>Visual Studio 2008<span style="font-family: 宋体;">和</span>.NET Compact Framework 3.5<span style="font-family: 宋体;">中的新特性</span></p>
            </td>
        </tr>
    </tbody>
</table>
<p><strong><span style="font-size: 13.5pt; color: black; font-family: 宋体;">讲师介绍</span></strong></p>
<table style="border: medium none ; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0">
    <tbody>
        <tr>
            <td style="padding: 0cm 5.4pt; width: 321.45pt;" valign="top" width="429">
            <p><span style="color: black; font-family: 宋体;">马宁，微软最有价值专家，</span><span style="color: black; font-family: 'Arial','sans-serif';">Windows Mobile </span><span style="color: black; font-family: 宋体;">应用开发者、架构师，长期从事</span><span style="color: black; font-family: 'Arial','sans-serif';">Windows Mobile</span><span style="color: black; font-family: 宋体;">企业级应用的开发及系统架构设计工作；</span><span style="color: black; font-family: 'Arial','sans-serif';">Tech Ed</span><span style="color: black; font-family: 宋体;">和</span><span style="color: black; font-family: 'Arial','sans-serif';">MEDC</span><span style="color: black; font-family: 宋体;">移动开发讲师；《程序员》杂志移动开发专栏作者。</span></p>
            </td>
        </tr>
    </tbody>
</table>
<p><strong><span style="font-size: 13.5pt; color: black; font-family: 宋体;">报名表</span></strong></p>
<p><span style="color: black; font-family: 宋体;">公司名称</span><span style="color: black; font-family: 'Arial','sans-serif';">:&nbsp; ______________________________________</span></p>
<p><span style="color: black; font-family: 宋体;">参加城市：深圳</span></p>
<table style="border: medium none ; width: 402.3pt; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0" width="536">
    <tbody>
        <tr style="height: 18pt;">
            <td style="padding: 0cm 5.4pt; background: #99403d none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 81.85pt; height: 18pt;" valign="top" width="109">
            <p><strong><span style="color: white; font-family: 宋体;">姓名</span></strong></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #99403d none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 51.15pt; height: 18pt;" valign="top" width="68">
            <p><strong><span style="color: white; font-family: 宋体;">职务</span></strong></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #99403d none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 3cm; height: 18pt;" valign="top" width="113">
            <p><strong><span style="color: white; font-family: 宋体;">部门</span></strong></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #99403d none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 70.85pt; height: 18pt;" valign="top" width="94">
            <p><strong><span style="color: white; font-family: 宋体;">电子邮件</span></strong></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #99403d none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 4cm; height: 18pt;" valign="top" width="151">
            <p><strong><span style="color: white; font-family: 宋体;">手机</span></strong></p>
            </td>
        </tr>
        <tr style="height: 18pt;">
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 81.85pt; height: 18pt;" valign="top" width="109"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 51.15pt; height: 18pt;" valign="top" width="68"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 3cm; height: 18pt;" valign="top" width="113"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 70.85pt; height: 18pt;" valign="top" width="94"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 4cm; height: 18pt;" valign="top" width="151"><br />
            </td>
        </tr>
        <tr style="height: 18pt;">
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 81.85pt; height: 18pt;" valign="top" width="109"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 51.15pt; height: 18pt;" valign="top" width="68"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 3cm; height: 18pt;" valign="top" width="113"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 70.85pt; height: 18pt;" valign="top" width="94"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 4cm; height: 18pt;" valign="top" width="151"><br />
            </td>
        </tr>
        <tr style="height: 18pt;">
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 81.85pt; height: 18pt;" valign="top" width="109"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 51.15pt; height: 18pt;" valign="top" width="68"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 3cm; height: 18pt;" valign="top" width="113"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 70.85pt; height: 18pt;" valign="top" width="94"><br />
            </td>
            <td style="padding: 0cm 5.4pt; background: #eff2f7 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 4cm; height: 18pt;" valign="top" width="151"><br />
            </td>
        </tr>
        <tr style="height: 18pt;">
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 81.85pt; height: 18pt;" valign="top" width="109">
            <p><span style="color: #663300; font-family: 宋体;">　</span></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 51.15pt; height: 18pt;" valign="top" width="68">
            <p><span style="color: #663300; font-family: 宋体;">　</span></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 3cm; height: 18pt;" valign="top" width="113">
            <p><span style="color: #663300; font-family: 宋体;">　</span></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 70.85pt; height: 18pt;" valign="top" width="94">
            <p><span style="color: #663300; font-family: 宋体;">　</span></p>
            </td>
            <td style="padding: 0cm 5.4pt; background: #dee6f0 none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 4cm; height: 18pt;" valign="top" width="151">
            <p><span style="color: #663300; font-family: 宋体;">　</span></p>
            </td>
        </tr>
    </tbody>
</table>
<p><span style="color: black; font-family: 宋体;">请认真填写本报名表并发送至</span><span style="color: black; font-family: 'Arial','sans-serif';">msshow@microsoft.com</span><span style="color: black; font-family: 宋体;">，请在主题中注明&#8220;</span><span style="color: black; font-family: 'Arial','sans-serif';">Metro Mobile Training</span><span style="color: black; font-family: 宋体;">&#8221;字样。如有任何疑问或者建议，请致电：</span><span style="color: black; font-family: 'Arial','sans-serif';">13825133651</span><span style="color: black; font-family: 宋体;">或</span><span style="color: black; font-family: 'Arial','sans-serif';">020-85108899</span><span style="color: black; font-family: 宋体;">（鞠海洋，手机优先</span><span style="color: black; font-family: 'Arial','sans-serif';">)</span></p>
<p><strong><span style="font-family: 'PMingLiU','serif';">附：深圳微软技术中心地理位置：</span> </strong></p>
<p style="line-height: 16pt;"><span style="font-size: 9pt; font-family: 'PMingLiU','serif';"><strong><img alt="" src="http://www.cnblogs.com/images/cnblogs_com/aawolf/Shenzhen.jpg" border="0" /><br />
<br />
</strong>详细信息：<a class="singleposttitle" id="AjaxHolder_ctl01_TitleUrl" href="http://www.cnblogs.com/aawolf/archive/2008/04/07/1140157.html">Windows Mobile Workshop培训第二季（西安，上海，厦门，广州，深圳）</a> </span></p>
<img src ="http://www.cnblogs.com/upto/aggbug/1152658.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-04-14 13:34 <a href="http://www.cnblogs.com/upto/archive/2008/04/14/1152658.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>System Center Mobile Device Manager 2008 参考文档</title><link>http://www.cnblogs.com/upto/archive/2008/04/11/1147639.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Thu, 10 Apr 2008 16:51:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/11/1147639.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1147639.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/11/1147639.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1147639.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1147639.html</trackback:ping><description><![CDATA[<p>这里有关于如何部署的4份文档：  </p>
<p><strong>MDM Architecture Guide</strong><br />
This guide provides an overview of the MDM system, including server roles and components. MDM adds four main components on top of your existing infrastructure to deliver application packages, authenticated connection to line-of-business (LOB) applications, and Group Policy rules enforcement for managed devices. <br />
<a href="http://download.microsoft.com/download/9/c/e/9cee43db-bc9e-4310-9935-98a2d599ffec/SCMDM08Architecture.doc">Download this guide</a><br />
April 1, 2008  </p>
<p><strong>MDM Planning Guide</strong><br />
Use this guide to design and plan your MDM deployment, and to configure and install the infrastructure components required to successfully deploy MDM. The guide includes a step-by-step checklist for configuring and deploying MDM. You must review and complete the configuration steps included here before you deploy the MDM system. <br />
<a href="http://download.microsoft.com/download/2/8/d/28d2ee09-79bd-42d7-9fc6-75f84a383870/SCMDM08Planning.doc">Download this guide</a><br />
April 1, 2008  </p>
<p><strong>MDM Deployment Guide</strong><br />
This guide provides the steps to configure Active Directory for MDM and to install the MDM servers. You must complete the pre-deployment planning and configuration steps provided in the MDM Planning Guide before you deploy the MDM system. <br />
<a href="http://download.microsoft.com/download/7/e/f/7ef580df-3666-4746-b5ad-67393983c819/SCMDM08Deployment.doc">Download this guide</a><br />
April 1, 2008  </p>
<p><strong>MDM Security Guide</strong><br />
This guide provides prescriptive guidance for configuring security-related features in MDM. Key security-related features include encrypted access to e-mail and LOB applications from the Internet, and certificate-based authentication for a virtual private network (VPN). Follow the guidelines provided here to help protect company data and communications when you implement MDM in your organization. <br />
<a href="http://download.microsoft.com/download/1/b/5/1b54b9e3-c57f-4304-9716-6281e4a99407/SecurityConsid_MDM.doc">Download this guide</a><br />
April 1, 2008<br />
<br />
看样子是要Windows Mobile 6.1的设备才能支持，或者用Windows Mobile 6.1的仿真器进行测试，比较遗憾！<br />
<br />
详情请看：<a href="http://blogs.msdn.com/jasonlan/archive/2008/04/08/system-center-mobile-device-manager-2008-how-can-you-get-access.aspx" target="_blank"><br />
System Center Mobile Device Manager 2008 - how can you get access?<br />
</a><a href="http://www.microsoft.com/systemcenter/mobile/default.mspx">System
Center Mobile Device Manager Home Page</a><a href="http://blogs.msdn.com/jasonlan/archive/2008/04/08/system-center-mobile-device-manager-2008-how-can-you-get-access.aspx" target="_blank"><br />
</a></p>
<img src ="http://www.cnblogs.com/upto/aggbug/1147639.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-04-11 00:51 <a href="http://www.cnblogs.com/upto/archive/2008/04/11/1147639.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Windows Mobile 6.1发布了</title><link>http://www.cnblogs.com/upto/archive/2008/04/02/1135233.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Wed, 02 Apr 2008 14:09:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/04/02/1135233.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1135233.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/04/02/1135233.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1135233.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1135233.html</trackback:ping><description><![CDATA[<font face="Verdana">Windows Mobile 6.1</font>终于在2008年4月1日愚人节正式发布了，今天老葛就写了<a href="http://www.cnblogs.com/jerryge/articles/1134573.html">博客</a>公告这一喜讯！有关发布的信息大家就看老葛的博客吧。这里我找到其他的一些资料：<br />
<br />
<img alt="Windows Mobile 6.1 screenshot" src="http://photos-a.ak.facebook.com/photos-ak-sf2p/v199/116/69/8195378771/n8195378771_439296_1376.jpg" /><br />
<br />
<strong>Windows Mobile 6.1 Emulator Images<br />
</strong><br />
目前只有英文版，安装前先要安装Windows Mobile 6 SDK，新增了新的分辨率：<br />
<li>Windows Mobile 6.1 Standard<br />
DPI: 131 - Resolution: 320 x 320 pixels<br />
DPI: 131 - Resolution: 400 x 240 pixels<br />
DPI: 131 - Resolution: 440 x 240 pixels
<li>Windows Mobile 6.1 Professional<br />
DPI: 96 - Resolution: 240 x 400 pixels<br />
DPI: 192 - Resolution 480 x 800 pixels
<p>下载信息页面：<br />
<font face="Verdana"><a href="http://www.microsoft.com/downloads/details.aspx?familyid=3d6f581e-c093-4b15-ab0c-a2ce5bffdb47&amp;displaylang=en&amp;tm">http://www.microsoft.com/downloads/details.aspx?familyid=3d6f581e-c093-4b15-ab0c-a2ce5bffdb47&amp;displaylang=en&amp;tm</a><br />
</font><font face="Verdana"><br />
<br />
<strong>PocketNow.com网站对Windows Mobile 6.1新功能的详尽介绍</strong></font></p>
<p><font face="Verdana"><img height="320" alt="" src="http://www.pocketnow.com/html/portal/reviews/0000001050/review/img15.jpg" width="240" /><br />
<br />
文章地址：<br />
<a href="http://pocketnow.com/index.php?a=portal_detail&amp;t=reviews&amp;id=1050">http://pocketnow.com/index.php?a=portal_detail&amp;t=reviews&amp;id=1050</a></font></p>
</li>
<img src ="http://www.cnblogs.com/upto/aggbug/1135233.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-04-02 22:09 <a href="http://www.cnblogs.com/upto/archive/2008/04/02/1135233.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>2008年4月Windows Mobile Webcast预告</title><link>http://www.cnblogs.com/upto/archive/2008/03/30/1129603.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sun, 30 Mar 2008 02:47:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/03/30/1129603.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1129603.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/03/30/1129603.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1129603.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1129603.html</trackback:ping><description><![CDATA[<strong>活动主题：</strong>&nbsp;<a href="http://go.microsoft.com/?linkid=8614173">移动设备的 LINQ
编程--Level 200 </a><br />
<strong>主　　讲：</strong> 黎波 微软最有价值专家(Windows Mobile MVP)<br />
<strong>活动时间：</strong> 4月16日(星期三) 14:30-16:00 <br />
<strong>讲座内容：</strong> 在 Visual Studio 2008
中，语言集成查询 (LINQ) 是 C# 和 Visual Basic .NET 语言本身具有的一种通用查询功能，它统一了对各种数据源的查询方式。本次课程将介绍
.NET Compact Framework 版 LINQ 的特性，学习如何使用 LINQ 查询 .NET 对象、XML 数据和
DataSet。通过示例向大家展示如何在移动设备应用程序中充分发挥 LINQ 的作用。<br />
<p><strong>课程讲师：</strong><br />
黎波 微软最有价值专家(Windows Mobile MVP)<br />
长期从事于.NET平台的企业应用开发，有丰富Smart Client和Windows Mobile项目实战经验，熟悉基于Windows
Mobile的行业解决方案。目前的主要工作是帮助企业客户将他们的业务系统扩展到移动终端上，并指导项目的设计和开发。</p>
<p><strong><br />
</strong></p>
<p><strong>活动主题：</strong>&nbsp;<a href="http://go.microsoft.com/?linkid=8614180">加速基于Windows
Mobile的行业应用(Line of Business，LOB)的开发--Level 300</a><br />
<strong>主　　讲：</strong> 胡砚 微软最有价值专家(Windows Mobile MVP)<br />
<strong>活动时间：</strong> 4月23日(星期三) 14:30-16:00 <br />
<strong>讲座内容：</strong>
本次课程全面的讲述了如何设计和开发企业级Windows Mobile
6商务营运（LOB）应用，以及在此过程中需要注意的问题和将会遇到的困难。课程将为大家深入讲解Mobile Line of Bussiness Solution
Accelerator，以及如何将它应用到您的下一个Windows Mobile项目。</p>
<strong>课程讲师：</strong><br />
胡砚
微软最有价值专家<br />
拥有六年Web和Wap应用软件开发以及项目管理经验和多年开发培训经验，擅长基于ASP.NET的Web开发和基于移动设备的Web开发，个人基于ASP.NET
Mobile Control技术的"唯我独尊"Wap游戏产品在微软2004年度移动开发竞赛中获得入围奖。<br />
<img src ="http://www.cnblogs.com/upto/aggbug/1129603.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-30 10:47 <a href="http://www.cnblogs.com/upto/archive/2008/03/30/1129603.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>利用CodeSmith为SQL Server CE生成项目代码</title><link>http://www.cnblogs.com/upto/archive/2008/03/29/CodeSmith-for-sqlce.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sat, 29 Mar 2008 04:55:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/03/29/CodeSmith-for-sqlce.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1128378.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/03/29/CodeSmith-for-sqlce.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1128378.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1128378.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: CodeSmith是很多.NET开发人员至爱的开发辅助工具，它能够使开发人员从大量枯燥无味的重复编码中解脱，集中精力解决实际业务问题和技术问题。本文将介绍如何将CodeSmith用于Windows Mobile项目，以SQL Server Compact Edition数据库作为代码生成的依据生成项目代码。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/03/29/CodeSmith-for-sqlce.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1128378.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-29 12:55 <a href="http://www.cnblogs.com/upto/archive/2008/03/29/CodeSmith-for-sqlce.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Windows Mobile Line of Business Solution Accelerator 2008</title><link>http://www.cnblogs.com/upto/archive/2008/03/16/Windows-Mobile-LOB-Solution-Accelerator-2008.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Sun, 16 Mar 2008 03:09:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/03/16/Windows-Mobile-LOB-Solution-Accelerator-2008.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1108188.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/03/16/Windows-Mobile-LOB-Solution-Accelerator-2008.html#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1108188.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1108188.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 我在《行业移动解决方案的葵花宝典？》曾经介绍过'Mobile Line of Business Solution Accelerator' Kit，那么现在的Windows Mobile Line of Business Solution Accelerator 2008 (WMLOBA2008) 可以看成是它的 Visual Studio 2008 版本，但不仅仅是新版本。&nbsp;&nbsp;<a href='http://www.cnblogs.com/upto/archive/2008/03/16/Windows-Mobile-LOB-Solution-Accelerator-2008.html'>阅读全文</a><img src ="http://www.cnblogs.com/upto/aggbug/1108188.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-16 11:09 <a href="http://www.cnblogs.com/upto/archive/2008/03/16/Windows-Mobile-LOB-Solution-Accelerator-2008.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Sync Services for ADO.NET 1.0 CTP (devices) Released</title><link>http://www.cnblogs.com/upto/archive/2008/03/06/1093732.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Thu, 06 Mar 2008 08:41:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/03/06/1093732.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1093732.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/03/06/1093732.html#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1093732.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1093732.html</trackback:ping><description><![CDATA[<strong>之前发布的版本是针对桌面平台的，这次可是针对移动设备平台的！不过是第一个CTP版本，发烧友赶快下载！</strong>
<h5>Brief Description</h5>
<div id="quickDescription">v1.0 CTP (devices)<br />
The download package contains the Microsoft Synchronization Services for ADO.NET v1.0 CTP for devices.</div>
<h4>Overview</h4>
<div class="downloadInfo"><span>Microsoft Synchronization Services for ADO.NET v1.0 provides the ability to synchronize data from disparate sources. Rather than simply replicating a database and its schema, the Synchronization Services application programming interface (API) provides a set of components to synchronize data between data services and a local store. Applications are increasingly used on mobile clients, such as laptops and devices that do not have a consistent or reliable network connection to a central server. It is crucial for these applications to work against a local copy of data on the client. Equally important is the need to synchronize the local copy of the data with a central server when a network connection is available. The Synchronization Services API, which is modeled after the ADO.NET data access APIs, gives you an intuitive way to synchronize data. It makes building applications for occasionally connected environments a logical extension of building applications where you can count on a consistent network connection.<br />
Sync services for ADO.NET v1.0 released with Visual Studio 2008, enabled synchronization of SQL Server Compact 3.5 databases running on desktops (win32) with server. With this download, SQL Server Compact 3.5 databases running on windows mobile devices.</span></div>
<h4>System Requirements</h4>
<div class="downloadInfo"><span>
<ul>
    <li><strong>Supported Operating Systems: </strong>Windows Server 2003; Windows Server 2003 R2 (32-Bit x86); Windows Server 2003 Service Pack 2; Windows XP; Windows XP Service Pack 2 </li>
</ul>
&#8226; Synchronization Services for ADO.NET v1.0 x86 (released with both SQL Server Compact 3.5 and Visual Visual Studio 2008) is required for server components such as Server Synchronization Provider.<br />
&#8226; SQL Server Compact 3.5 RTM must be installed on the device.<br />
&#8226; Synchronization Services for ADO.NET v1.0 CTP (devices) requires .NETCF 2.0 on the windows mobile device<br />
&#8226; Supported Operating Systems on the device: Windows Mobile 5.0 and 6.0</span></div>
<br />
<h4>Instructions</h4>
<div class="downloadInfo"><span>In order to use to install the product, download and execute SyncServices.MSI. The sync runtime binaries and cabs will be installed under %Programfiles%\Microsoft Synchronization Services\ADO.NET\v1.0\Devices <br />
Please use http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1225&amp;SiteID=1 for feedback and communication</span></div>
<h4>Download</h4>
<font face="Verdana"><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=75FEF59F-1B5E-49BC-A21A-9EF4F34DE6FC&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=75FEF59F-1B5E-49BC-A21A-9EF4F34DE6FC&amp;displaylang=en</a><br />
<br />
<h4>Related Resources </h4>
<a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=1&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=75fef59f-1b5e-49bc-a21a-9ef4f34de6fc&amp;u=details.aspx%3ffamilyid%3d02989F70-49AA-43D7-81B8-A651120F8D65%26displaylang%3den">Microsoft Synchronization Services for ADO.NET Books Online</a><br />
<a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=2&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=75fef59f-1b5e-49bc-a21a-9ef4f34de6fc&amp;u=details.aspx%3ffamilyid%3d7849B34F-67AB-481F-A5A5-4990597B0297%26displaylang%3den">Microsoft SQL Server Compact 3.5 and Microsoft Synchronization Services for ADO.Net v1.0 for Windows Desktop</a><br />
<a href="http://www.microsoft.com/downloads/info.aspx?na=40&amp;p=4&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=75fef59f-1b5e-49bc-a21a-9ef4f34de6fc&amp;u=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyId%3d38ED2670-A70A-43B3-87F3-7AB67B56CBF2%26displaylang%3den">Microsoft SQL Server Compact 3.5 for devices</a><br />
<a href="http://www.microsoft.com/downloads/info.aspx?na=40&amp;p=3&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=75fef59f-1b5e-49bc-a21a-9ef4f34de6fc&amp;u=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3f%26FamilyID%3d7849b34f-67ab-481f-a5a5-4990597b0297%26DisplayLang%3den">Sync services for ADO.NET v1.0 for desktop</a></font> 
<img src ="http://www.cnblogs.com/upto/aggbug/1093732.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-06 16:41 <a href="http://www.cnblogs.com/upto/archive/2008/03/06/1093732.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/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>2008年3月移动开发Webcast预告</title><link>http://www.cnblogs.com/upto/archive/2008/02/29/1086517.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Fri, 29 Feb 2008 10:52:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/02/29/1086517.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1086517.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/02/29/1086517.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1086517.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1086517.html</trackback:ping><description><![CDATA[<p><font face="Verdana"><strong style="font-size: 14pt">MSDN Webcast - 谁动了我的.NET CF应用的性能？</strong><br />
活动 ID：1032371460</font></p>
<p><font face="Verdana">语言：中文. <br />
产品：Mobile &amp; Embedded Development. <br />
受众：开发人员. <br />
持续时间：90 分钟<br />
<strong>开始日期：2008年3月5日 14:30中国</strong></font></p>
<p><font face="Verdana">讲座内容：<br />
是否觉得您的.NET CF程序变得越来越慢？是否觉得您的.NET CF程序占用您的移动设备的大量内存？编写.NET CF程序真的不需要您去关注内存的使用？GC真的把所有不需要的内存都释放掉了？在本次课程中我将使用.NET CF 3.5 Powertoys中的一些工具带您逐渐揭开这一切真相。</font></p>
<p><font face="Verdana">课程讲师：<br />
张欣 MSDN特邀讲师<br />
多年以来一直从事与微软平台下的项目开发，对于.NET平台、数据库、多层架构设计有着丰富经验，参与并主导过多个大型应用系统的架构设计以及研发、实施工作。目前致力于Windows Mobile的应用开发以及Windows Mobile的自动化测试方面的研究工作。</font></p>
<p><font face="Verdana">技术等级：<br />
Level 300<br />
<br />
报名参加：<br />
<font face="Verdana"><a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032371460&amp;EventCategory=4&amp;culture=zh-CN&amp;CountryCode=CN">http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032371460&amp;EventCategory=4&amp;culture=zh-CN&amp;CountryCode=CN</a></font><br />
<br />
<br />
</p>
<p><font face="Verdana"><strong style="font-size: 14pt">MSDN Webcast - 智能设备项目的单元测试<br />
</strong>活动 ID：1032371470</font></p>
<p><font face="Verdana">语言：中文. <br />
产品：Mobile &amp; Embedded Development. <br />
受众：开发人员. <br />
持续时间：90 分钟<br />
<strong>开始日期：2008年3月12日 14:30中国</strong></font></p>
<p><font face="Verdana">讲座内容：<br />
单元测试是一种编程测试技术，用于验证最可能小的可测试代码段的正确性。在 Visual Studio 2005 中，单元测试只能用于在完整的 .NET Framework 上构建的应用程序。在 Visual Studio 2008 中，这些功能扩展到在 .NET Compact Framework 上构建的应用程序。现在我们可以利用单元测试来帮助提高 Windows Mobile 或 Windows CE 应用程序的代码质量，并缩短测试周期。通过本次课程，听众能够快速掌握为智能设备项目创建和调试单元测试的方法和技巧。</font></p>
<p><font face="Verdana">课程讲师：<br />
黎波 微软最有价值专家(Windows Mobile MVP)<br />
4年以上.NET平台的开发经验，其中有3年时间主要从事Windows Mobile企业应用的软件研发工作，有丰富的Smart Client和Windows Mobile实战经验，熟悉基于Windows Mobile的行业解决方案。</font></p>
<p><font face="Verdana">技术等级：<br />
Level 300<br />
<br />
报名参加：<br />
<font face="Verdana"><a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032371470&amp;EventCategory=4&amp;culture=zh-CN&amp;CountryCode=CN">http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032371470&amp;EventCategory=4&amp;culture=zh-CN&amp;CountryCode=CN</a></font></font></p>
</font>
<img src ="http://www.cnblogs.com/upto/aggbug/1086517.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-29 18:52 <a href="http://www.cnblogs.com/upto/archive/2008/02/29/1086517.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>SQL Server Compact 为何不支持存储过程？</title><link>http://www.cnblogs.com/upto/archive/2008/02/19/1074163.html</link><dc:creator>黎波</dc:creator><author>黎波</author><pubDate>Tue, 19 Feb 2008 15:24:00 GMT</pubDate><guid>http://www.cnblogs.com/upto/archive/2008/02/19/1074163.html</guid><wfw:comment>http://www.cnblogs.com/upto/comments/1074163.html</wfw:comment><comments>http://www.cnblogs.com/upto/archive/2008/02/19/1074163.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.cnblogs.com/upto/comments/commentRss/1074163.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/upto/services/trackbacks/1074163.html</trackback:ping><description><![CDATA[SQL Server Compact 是 SQL Server 的一个精简版本，最早用于移动设备和嵌入式设备的本地数据存储。后来平台支持扩展到了桌面电脑和平板电脑，发展到现在已经成为智能客户端本地数据缓存的重要支撑技术。一直以来，SQL Server Compact 不支持存储过程和触发器。自从支持了桌面平台，使用 SQL Server&nbsp;Compact 数据库的人越来越多了。很多人开始抱怨 SQL Server Compact 不支持存储过程。为了阐明 SQL Server Compact 不支持存储过程的原因，<a href="http://blogs.msdn.com/user/Profile.aspx?UserID=17470">Steve.Lasker</a> 专门写了一篇博客将理由细细道来。<br />
<br />
<a href="http://blogs.msdn.com/stevelasker/archive/2008/02/11/stored-procedures-and-sql-server-compact-the-great-debate.aspx">Stored Procedures and SQL Server Compact - the Great Debate</a>
<img src ="http://www.cnblogs.com/upto/aggbug/1074163.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-19 23:24 <a href="http://www.cnblogs.com/upto/archive/2008/02/19/1074163.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>