<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
 <channel>
  <title>有{間}客栈</title>
  <link>http://imcc.blogbus.com</link>
  <description><![CDATA[Thought is a seed, and action is the tree. ]]></description>
  <generator> by blogbus.com </generator>
  <lastBuildDate>Mon, 09 Nov 2009 11:52:11 +0800</lastBuildDate>
  <image>
									<url>http://public.blogbus.com/profile/7/1/2/1073217/avatar_1073217_96.jpg</url>
									<title>有{間}客栈</title>
									<link>http://imcc.blogbus.com</link>
								</image>  <item>
   <title>Visual Studio 2010对并行计算的支持</title>
   <description><![CDATA[<p><strong>IT168 专稿】</strong>小时候，老师总是教育我们上课要专心，&ldquo;一心不可二用&rdquo;。可是这个道理在计算机的世界却行不通。睡着多核心<a class="nounderline" title="CPU" href="http://product.it168.com/list/b/0217_1.shtml" target="_blank">CPU</a>的推出，一芯多用，成为越来越普遍的事情。从单核到双核，从双核到四核，再到八核等等，我们开始进入一个一芯多核的时代。</p>
<p>　　<a class="nounderline" title="软件" href="http://software.it168.com/" target="_blank">软件</a>是
运行在硬件之上的。当硬件发展了，软件也要做相应的变化，才能跟上时代的步伐。面对多核时代的到来，软件世界的并行计算开始兴盛起来。如何更加充分地利用
CPU的多个核心?如何发挥多核的威力，带来软件性能上的提升?如何改造现有的程序，让她更好地适应多核时代?如何简便地实现并行计算，使自己开发的应用
程序充分地利用硬件升级所带来的性能提升?这些问题，无不困扰着我们这些多核时代的程序员们。</p>
<p>　　现在崭新的Visual Studio 2010为我们带来了完整的并行计算解决方案，让我们可以从容面对多核时代的到来。</p>
<p>　　<strong>天下不再有&ldquo;免费的午餐&rdquo;</strong></p>
<p>　
　在以往的计算机发展历史中，硬件技术的发展，特别是CPU频率的不断提高，总是给软件带来免费的性能提升。从386到586，从赛扬到奔腾，每次CPU
频率的提升，都带来软件性能的大幅提升，而软件无需做任何变动。如果有客户抱怨你的软件性能不佳，我们无需着急，只需要坐等Intel或者AMD推出更高
频率的CPU就可以了。程序员们把这形象地称为&ldquo;免费的午餐&rdquo;。</p>
<div id="div2423476" style="text-align: center;"><img id="img2423476" src="http://image4.it168.com/2009/11/2/22961d25-b1f1-4aec-bc86-4a58860979cb.jpg" border="0" alt="" /></div>
<p style="text-align: center;">图1，多核时代</p>
<p>　
　当单核CPU的频率发展到3G之后，再往上发展就遇到了技术瓶颈，单核心CPU的发展已经到达一个极限，硬件厂商不得不转而向多核芯CPU发展，在一颗
芯片中加入两个甚至多个运算核心，通过核心的增加，来提高芯片总的频率。虽然在硬件厂商看来，这仿佛是一个创举，但是却给软件厂商带来了无尽的烦劳。程序
员们发现，进入多核时代后，这种&ldquo;免费的午餐&rdquo;再也没有了。这其中最主要的原因就是当前的应用程序几乎都是针对一个运算核心而设计的，当硬件通过增加运算
核心来提高性能时，由于受到其架构的影响，软件并不能充分地利于多个运算核心所带来的性能提升，甚至有的时候性能还有所下降。在这种情况下，开发者不得不
改变应用程序的架构和开发方法，以应对这种多核的趋势，使得自己的软件可以充分利于硬件升级所带来的性能提升。开发者希望有一个工具能够帮助他们分析应用
程序中的性能瓶颈，能够简便地将现有的业务逻辑并行化处理，从而更好地利用硬件，提升软件的性能。面对这样的需求，作为下一代开发平台，Visual
Studio
2010加大了对并行运算的支持。微软正在使得尽量大的范围内的开发者都能高效而简便地进行并行计算的开发，不管他使用的是非托管代码还是.NET
Framework。从而将开发者从繁琐而复杂的多线程开发中解放出来，将更多的精力放到业务逻辑上。在Visual Studio
2010中，我们将看到：</p>
<p>　　&bull; Visual Studio IDE对并行计算开发的大量支持。比如，Visual Studio 2010的调试器知道代码的并行特性，并且能够在调试程序的不同执行单元的时候，表现应用程序的状态。</p>
<p>　　&bull; 非托管的C++库和编译器对并行计算的支持</p>
<p>　　&bull; .NET Framework 4.0对并行计算的大量支持，包括PLINQ、并行语言语句等等</p>
<p>　
　另外，Visual Studio
2010还提供了一个&ldquo;并行性能分析器&rdquo;，它可以帮助我们分析应用程序的性能瓶颈，找到需要并行处理和可以进行并行处理的地方，并以图形化的形式表现出
来。这样，&ldquo;并行性能分析器&rdquo;配合着Visual Studio 2010，我们就可以轻松地实现应用程序的并行化。</p>
<p>&nbsp;</p>
<p>阅读全文：<a href="http://tech.it168.com/a2009/1102/802/000000802107.shtml" target="_blank">Visual Studio 2010对并行计算的支持</a></p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/47365525.html">专题：VS2010与Windows 7共舞</a> 2009-09-30</div><div><a href="http://imcc.blogbus.com/logs/48853749.html">Visual Studio 2010 Beta 2 Training Kit发布</a> 2009-10-21</div><div><a href="http://imcc.blogbus.com/logs/48768869.html">Visual Studio 2010 beta2发布，MSDN旧貌换新颜</a> 2009-10-20</div><div><a href="http://imcc.blogbus.com/logs/47210360.html">与Win7共舞：如何进行操作系统版本检查？</a> 2009-09-27</div><div><a href="http://imcc.blogbus.com/logs/47128868.html">与Win7共舞：系统服务的Session 0隔离</a> 2009-09-25</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F50046576.html&title=Visual+Studio+2010%E5%AF%B9%E5%B9%B6%E8%A1%8C%E8%AE%A1%E7%AE%97%E7%9A%84%E6%94%AF%E6%8C%81">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/50046576.html</link>
   <author>imcc</author>
   <pubDate>Tue, 03 Nov 2009 10:56:33 +0800</pubDate>
  </item>
  <item>
   <title>Windows 7 Party</title>
   <description><![CDATA[<p><a href="1" target="_blank"><img style="border:none;" src="http://uetk9g.blu.livefilestore.com/y1pgs0QtVO45q5a-6iZYzYyxlM_CKod_RMLrIdt3ezBuEHp9-pGDwEOUqaSEvqBhFIzGEc2UCqDCU7bceCMHnHVaw/DSCF4378.jpg" alt="" /></a></p>
<p>Party在学生宿舍的院子中举行，好像是个四合院一样</p>
<p><img src="http://uetk9g.blu.livefilestore.com/y1pt5cFSvXwKydw85IhpEQUpnS_mOyR1Jsgz1PKenqrzfj5nuKNi1ziTqnpKpN0IAC67qoqK7eYG0TlnPe7so1d6w/DSCF4379.jpg" alt="" width="600" height="338" /></p>
<p>这是什么东西，一直没有搞明白？？？？</p>
<p><img src="http://uetk9g.blu.livefilestore.com/y1pEhR7yb5bzUti_evUMTciSDCugSU1pcgYFmYZMu4CTcH35N-sF5yEucWivT2iDADWF-_1uwLvgevyRV7OWodo7Q/DSCF4383.jpg" alt="" width="600" height="338" /></p>
<p>有吃有喝，同学们的生活是越来越好了啊</p>
<p><img src="http://uetk9g.blu.livefilestore.com/y1pxFB8vdYyu4bUi86P_grUMtsJgMp0C0Ui1YFRI48MwAFrD-rIViaxiP9PBUVx4tAnKKNm0lcxz6oybFfsLYzckQ/DSCF4393.jpg" alt="" width="600" height="338" /></p>
<p>现场有很多群众在围观</p>
<p><img src="http://uetk9g.blu.livefilestore.com/y1pWn2iFWFW1am6ptl24wXBTKfWItHxsC4FXR60WmkOY8Mo0vpQ7zE8bkzvPuyV3teAZdOm28WtYiuaQrYHjGQc0g/DSCF4486.jpg" alt="" width="600" height="450" /></p>
<p>哎，那天真不该穿黑色外套，根本都看不得我啊~~%&gt;_&lt;%</p>
<p><img src="http://uetk9g.blu.livefilestore.com/y1plgp50aFDZ3cx9mQ_RkJ_9t9DVjj1n49TlU_-4PNsqwE06wrOxIL7AkYC9zvINHNI0h98mQo0vNZo1SDbwpPElw/DSCF4517.jpg" alt="" width="600" height="450" /></p>
<p>照例是最后的&ldquo;茄子&rdquo;</p>
<p>总的而言，玩的很开心。跟同学们在一起很开心啊。</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/49197066.html">Wow~Windows 7 Party宣传片</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/49122341.html">如何为Windows 7开发应用程序？</a> 2009-10-25</div><div><a href="http://imcc.blogbus.com/logs/48979253.html">帅！太帅了！Windows 7的Bing桌面主题</a> 2009-10-23</div><div><a href="http://imcc.blogbus.com/logs/48941332.html">Windows 7 Party! Join us~</a> 2009-10-22</div><div><a href="http://imcc.blogbus.com/logs/47365525.html">专题：VS2010与Windows 7共舞</a> 2009-09-30</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F49220768.html&title=Windows+7+Party">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/49220768.html</link>
   <author>imcc</author>
   <pubDate>Mon, 26 Oct 2009 21:25:56 +0800</pubDate>
  </item>
  <item>
   <title>Wow~Windows 7 Party宣传片</title>
   <description><![CDATA[<p>上次在Windows 7 Party上看到的宣传片，挺酷的，欣赏一下！</p>
<p>&nbsp;</p>
<p>
<object width="420" height="363" data="http://www.tudou.com/v/2wwhvhVyoyY" type="application/x-shockwave-flash">
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="wmode" value="opaque" />
<param name="src" value="http://www.tudou.com/v/2wwhvhVyoyY" />
<param name="allowfullscreen" value="true" />
</object>
</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/49220768.html">Windows 7 Party</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/49122341.html">如何为Windows 7开发应用程序？</a> 2009-10-25</div><div><a href="http://imcc.blogbus.com/logs/48979253.html">帅！太帅了！Windows 7的Bing桌面主题</a> 2009-10-23</div><div><a href="http://imcc.blogbus.com/logs/48941332.html">Windows 7 Party! Join us~</a> 2009-10-22</div><div><a href="http://imcc.blogbus.com/logs/47365525.html">专题：VS2010与Windows 7共舞</a> 2009-09-30</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F49197066.html&title=Wow%7EWindows+7+Party%E5%AE%A3%E4%BC%A0%E7%89%87">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/49197066.html</link>
   <author>imcc</author>
   <pubDate>Mon, 26 Oct 2009 14:11:05 +0800</pubDate>
  </item>
  <item>
   <title>如何为Windows 7开发应用程序？</title>
   <description><![CDATA[<p><a href="http://www.bababian.com/phoinfo/954192BABC82735A4C71CDCA95482A4ADT" target="_blank"></a></p>
<p>&nbsp;昨天在母校参与了Windows 7 Party，其中介绍了一些如何为Windows 7开发软件，如果将现有软件迁移到Windows 7上的知识，下面是讲演用的PPT，分享给大家。</p>
<p>Windows 7已经正式发布，从她的测试版本开始到正式发布，Windows 7都广泛地受到好评，或许，Windows 7会成为微软继Windows XP之后新一代的操作系统垄断者，越来越多的应用程序将开始迁移到Windows 7上，越来愈多的应用程序将开始基于Windows 7平台而设计。那么，为Windows 7而开发应用程序，我们需要了解哪些知识？下面的幻灯片可以给大家一个概要性的介绍，让大家清楚从哪些方面入手为Windows 7开发应用程序。&nbsp;</p>
<p>&nbsp;</p>
<p>
<object width="600" height="510" data="http://www.bababian.com/pageshow.swf?uid=&amp;sid=F5B543B9E46EF0CE5713CD62C5DE576ADS&amp;gid=&amp;tags=" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="src" value="http://www.bababian.com/pageshow.swf?uid=&amp;sid=F5B543B9E46EF0CE5713CD62C5DE576ADS&amp;gid=&amp;tags=" />
<param name="name" value="photo" />
</object>
</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/46873034.html">与Win7共舞：UAC与数据重定向</a> 2009-09-21</div><div><a href="http://imcc.blogbus.com/logs/45614866.html">与7共舞：库(Library)</a> 2009-09-02</div><div><a href="http://imcc.blogbus.com/logs/49220768.html">Windows 7 Party</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/49197066.html">Wow~Windows 7 Party宣传片</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/48979253.html">帅！太帅了！Windows 7的Bing桌面主题</a> 2009-10-23</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F49122341.html&title=%E5%A6%82%E4%BD%95%E4%B8%BAWindows+7%E5%BC%80%E5%8F%91%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%EF%BC%9F">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/49122341.html</link>
   <author>imcc</author>
   <pubDate>Sun, 25 Oct 2009 13:59:25 +0800</pubDate>
  </item>
  <item>
   <title>周末，吃喝玩乐</title>
   <description><![CDATA[<p>&nbsp;</p>
<p><a href="1" target="_blank"><img style="border:none;" src="http://uetk9g.blu.livefilestore.com/y1pBpgfTYZjaDRf1hhgxaTur4BIcuBYmxHXLrUMXPctMa2jrKDD-MmGPhFSBRBZNze30VFE-Lz3SyC9duLa_YQjbQ/0%20103.jpg" alt="" /></a></p>
<p>大块吃肉</p>
<p>&nbsp;</p>
<p><a href="1" target="_blank"><img style="border:none;" src="http://uetk9g.blu.livefilestore.com/y1pP0lWqzYxtdXc7oXv5sHqMH6BdMfP3yG1RFs1v9WJBptmuo3-Ll6NvdltO_P7WxF9B-LN1ShrWjq9Vd78B6MKzQ/0%20100.jpg" alt="" /></a></p>
<p>&nbsp;</p>
<p>大口喝酒</p>
<p>&nbsp;</p>
<p><a href="1" target="_blank"><img style="border:none;" src="http://uetk9g.blu.livefilestore.com/y1pxAxjbqpbVUaY546J4FndQf3xUCmD-nDRHWgMQzQxAqlWuiRZcEpE9iDSaCu27FwXusJFBjEbFsYeEez4-EcEQg/0%20058.jpg" alt="" /></a></p>
<p>&nbsp;</p>
<p>追！</p>
<p>&nbsp;</p>
<p><a href="1" target="_blank">
</a></p>
<p><a href="1" target="_blank"><img style="border:none;" src="http://uetk9g.blu.livefilestore.com/y1ps5Oa48Sru3hmJVyjwkAYKWQLrdjvt9qcKpaNgLOwsfo4CeH7uN532BIqoBHlZW4pUKGMofNb5j51Rf2ZFbBNbw/0%20024.jpg" alt="" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>想什么呢？</p>
<p>想葛林！</p>
<p>别想了，我给你介绍一位新朋友。</p>
<p>&nbsp;</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/47528475.html">每逢佳节倍思亲</a> 2009-10-03</div><div><a href="http://imcc.blogbus.com/logs/47473852.html">一波三折，再获MVP</a> 2009-10-02</div><div><a href="http://imcc.blogbus.com/logs/47411926.html">这首歌是为我而写的吗？</a> 2009-10-01</div><div><a href="http://imcc.blogbus.com/logs/47185781.html">Life is Good!</a> 2009-09-26</div><div><a href="http://imcc.blogbus.com/logs/46937851.html">Happy Birthday to myself!</a> 2009-09-22</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F49122111.html&title=%E5%91%A8%E6%9C%AB%EF%BC%8C%E5%90%83%E5%96%9D%E7%8E%A9%E4%B9%90">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/49122111.html</link>
   <author>imcc</author>
   <pubDate>Sun, 25 Oct 2009 13:47:09 +0800</pubDate>
  </item>
  <item>
   <title>帅！太帅了！Windows 7的Bing桌面主题</title>
   <description><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.bababian.com/phoinfo/3307C5B893E34F4FCB1B81C6B8EFA3FFDT" target="_blank"><img style="border: medium none;" src="http://photo2.bababian.com/upload1/20091023/3307C5B893E34F4FCB1B81C6B8EFA3FF_500.jpg" alt="" /></a></p>
<p style="text-align: center;">哈哈哈，好大一只海龟呀</p>
<p style="text-align: center;"><a href="http://www.bababian.com/phoinfo/355F27A471DC2F73D5268CBBB6E6F482DT" target="_blank"><img style="border: medium none;" src="http://photo2.bababian.com/upload1/20091023/355F27A471DC2F73D5268CBBB6E6F482.jpg" alt="" /></a></p>
<p style="text-align: center;">现在，可以随时更换桌面了，心情想换就换</p>
<p>&nbsp;</p>
<p><strong>Bing的开发人员终于展示了自己Windows 7上的杰作，一个主题包，它目前包含20张来自Bing的免费背景，您只要安装这个主题包就可以随意进行切换。</strong><br />
之前，Bing的背景就是许多美化爱好狂人仰慕的对象，有人做了脚本来让自己的桌面与Bing同步，现在不用了，安装一下这个，然后右键点击桌面空白区域看看？</p>
<p>
		<img src="http://www.cnbeta.com/articles/pic/sour.gif" alt="" /><strong>访问:</strong><a href="http://download.microsoft.com/download/D/5/4/d54092dc-a243-41c8-a1a0-9b3068c0b72f/BingsBest_Windows7.themepack" target="_blank">Bing's Best Theme Pack</a></p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/49220768.html">Windows 7 Party</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/49197066.html">Wow~Windows 7 Party宣传片</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/49122341.html">如何为Windows 7开发应用程序？</a> 2009-10-25</div><div><a href="http://imcc.blogbus.com/logs/48941332.html">Windows 7 Party! Join us~</a> 2009-10-22</div><div><a href="http://imcc.blogbus.com/logs/47365525.html">专题：VS2010与Windows 7共舞</a> 2009-09-30</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F48979253.html&title=%E5%B8%85%EF%BC%81%E5%A4%AA%E5%B8%85%E4%BA%86%EF%BC%81Windows+7%E7%9A%84Bing%E6%A1%8C%E9%9D%A2%E4%B8%BB%E9%A2%98">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/48979253.html</link>
   <author>imcc</author>
   <pubDate>Fri, 23 Oct 2009 09:43:57 +0800</pubDate>
  </item>
  <item>
   <title>Windows 7 Party! Join us~</title>
   <description><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.bababian.com/phoinfo/BE08C5CD101D1F19633778F0C295D0E4DT" target="_blank"><img style="border: medium none;" src="http://photo2.bababian.com/upload1/20091022/BE08C5CD101D1F19633778F0C295D0E4_500.jpg" alt="" /></a></p>
<p>&nbsp;</p>
<p>时间：10月24日(周六)&nbsp; 7：00 pm<br /><br />地点：仲英书院（东1，2，3，21）中天井户外活动场所<br /><br />主办方：微软俱乐部<br /><br />想更多的了解windows7的新性能吗？<br /><br />想免费拥有windows7的激活机会吗？<br /><br />想展示你对windows7独到的使用技巧吗？<br /><br />想与蝉联五年微软MVP（微软最有价值专家）前微软俱乐部成员陈良乔进行面对面交流吗？<br /><br />那么，快来参加吧！官方宣传片，趣味小游戏和小比赛，技术高手的精彩演讲，还有自由提<br />问的机会，windows7有了大家的支持才能焕发出更强大的能力，party将以冷餐会形式举行<br />，对windows7和其它微软产品感兴趣的朋友赶快行动吧！</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/49220768.html">Windows 7 Party</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/49197066.html">Wow~Windows 7 Party宣传片</a> 2009-10-26</div><div><a href="http://imcc.blogbus.com/logs/49122341.html">如何为Windows 7开发应用程序？</a> 2009-10-25</div><div><a href="http://imcc.blogbus.com/logs/48979253.html">帅！太帅了！Windows 7的Bing桌面主题</a> 2009-10-23</div><div><a href="http://imcc.blogbus.com/logs/47365525.html">专题：VS2010与Windows 7共舞</a> 2009-09-30</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F48941332.html&title=Windows+7+Party%21+Join+us%7E">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/48941332.html</link>
   <author>imcc</author>
   <pubDate>Thu, 22 Oct 2009 17:25:26 +0800</pubDate>
  </item>
  <item>
   <title>Visual Studio 2010 Beta 2 Training Kit发布</title>
   <description><![CDATA[<p>紧随的发布，微软今天发布了Visual Studio 2010 Beta 2 Training Kit。通过这个Training Kit，通过丰富的PPT和动手实验，我们可以了解和学习beta2中的各种新特性，为迎接明年正式版的到来打下基础。</p>
<div class="postText">
<p>The Beta 2 version of DPE&rsquo;s Visual Studio 2010 Training Kit is now live (you can find it at <a title="http://tinyurl.com/Beta2Training" href="http://tinyurl.com/Beta2Training">http://tinyurl.com/Beta2Training</a>). </p>
<p><a href="http://tinyurl.com/Beta2Training"><img style="border: 0px none; display: inline; margin-left: 0px; margin-right: 0px;" title="Training Kit" src="http://geekswithblogs.net/images/geekswithblogs_net/jolson/WindowsLiveWriter/VisualStudio2010Beta2TrainingKitPublishe_92CF/Training%20Kit_3.jpg" border="0" alt="Training Kit" width="305" height="241" align="right" /></a> </p>
<p>A
training kit includes presentations, hands-on labs, and demos. This
content is designed to help you learn how to utilize a variety of
Visual Studio 2010 and .NET Framework 4 technologies. </p>
<p>The
Beta 2 release of the Training Kit contains 15 presentations, 19
hands-on labs, and 13 demos. Many technologies are covered in this
release, including: C# 4, VB 10, F#, Parallel Extensions, Windows
Communication Foundation, Windows Workflow, Windows Presentation
Foundation, ASP.NET 4, Entity Framework, ADO.NET Data Services, Managed
Extensibility Framework, and Visual Studio Ultimate.</p>
<p>There&rsquo;s a lot of content covered here. See for yourself:</p>
<p><strong>Presentations</strong></p>
<ul>
<li>What&rsquo;s New in .NET Framework 4</li>
<li>What&rsquo;s New in Visual Studio 2010</li>
<li>Introduction to ASP.NET MVC</li>
<li>Introduction to Managed Extensibility Framework</li>
<li>Introduction to .NET RIA Services</li>
<li>Introduction to &ldquo;Velocity&rdquo;</li>
<li>Parallel Computing for Managed Developers</li>
<li>Web Deployment with Visual Studio 2010</li>
<li>What&rsquo;s New in ASP.NET AJAX 4</li>
<li>What&rsquo;s New in ASP.NET Web Forms 4</li>
<li>What&rsquo;s New in C# and VB</li>
<li>What&rsquo;s New in ADO.NET Data Services</li>
<li>What&rsquo;s New in Entity Framework 4</li>
<li>What&rsquo;s New in Windows Presentation Foundation 4</li>
<li>What&rsquo;s New in Windows Workflow 4</li>
</ul>
<p><strong>Hands-On Labs</strong></p>
<ul>
<li>Introduction to ADO.NET Data Services
<ul>
<li>Exercise 1: Creating and Consuming ADO.NET Data Services</li>
<li>Exercise 2: Consuming ADO.NET Data Services using ASP.NET AJAX</li>
<li>Exercise 3: Extending Data Services with Service Operations and Interceptors</li>
<li>Exercise 4: Adding Client-Side Paging with Row Count</li>
</ul>
</li>
<li>ASP.NET AJAX 4
<ul>
<li>Exercise 1: Leveraging a Client-Side Template</li>
<li>Exercise 2: Using the DataView Control</li>
<li>Exercise 3: Creating Custom Markup Extensions</li>
<li>Exercise 4: Declaratively Instantiating Behaviors</li>
</ul>
</li>
<li>Creating Plan My Night &ndash; ASP.NET MVC Application
<ul>
<li>Exercise 1: Creating an ASP.NET MVC Application, Plan My Night</li>
<li>Exercise 2: Creating Entity Framework Data Model</li>
<li>Exercise 3: Adding AJAX For Searching Activities</li>
</ul>
</li>
<li>Enhancing Plan My Night &ndash; ASP.NET MVC Application
<ul>
<li>Exercise 1: Adding Caching using &ldquo;Velocity&rdquo;</li>
<li>Exercise 2: Structuring an Application using MVC Areas</li>
</ul>
</li>
<li>Introduction to ASP.NET Web Forms 4
<ul>
<li>Exercise 1: Controlling Server Control ClientIds</li>
<li>Exercise 2: Enabling Bi-Directional Routing Support</li>
<li>Exercise 3: Granular ViewState</li>
</ul>
</li>
<li>Microsoft Office Programmability in C# and Visual Basic</li>
<li>Introduction to F#
<ul>
<li>Exercise 1: Types in F#</li>
<li>Exercise 2: Using the Let keyword</li>
<li>Exercise 3: Functions</li>
<li>Exercise 4: Lists</li>
<li>Exercise 5: Pattern Matching and Recursion</li>
<li>Exercise 6: Types and Discriminated Unions</li>
</ul>
</li>
<li>Introduction to the Managed Extensibility Framework
<ul>
<li>Exercise 1: Using MEF To Dynamically Add Modules to an Application</li>
<li>Exercise 2: Dynamically extending a form</li>
</ul>
</li>
<li>Introduction to &ldquo;Velocity&rdquo;
<ul>
<li>Exercise 1: Setting up and running &ldquo;Velocity&rdquo;</li>
<li>Exercise 2: Programming directly against &ldquo;Velocity&rdquo; as a generic object cache</li>
<li>Exercise 3: Using Velocity&rsquo;s SessionState provider with ASP.NET</li>
<li>Exercise 4 (Optional): Configure &ldquo;Velocity&rdquo; Cache in a cluster</li>
</ul>
</li>
<li>Introduction to Workflow 4
<ul>
<li>Exercise 1: Hello Workflow</li>
<li>Exercise 2: Refactoring Workflows</li>
<li>Exercise 3: The CodeActivity</li>
<li>Exercise 4: Dynamic Workflows with XAML</li>
<li>Exercise 5: Testing Workflows</li>
<li>Exercise 6: WorkflowApplication</li>
<li>Exercise 7: Adding If/Else Logic</li>
<li>Exercise 8: Error Handling</li>
<li>Exercise 9: Activity Designers</li>
<li>Exercise 10: Hosted Designer</li>
</ul>
</li>
<li>Introduction to Parallel Extensions
<ul>
<li>Exercise 1: Parallelize existing algorithm using static Parallel helper class</li>
<li>Exercise 2: Create and run parallelized Tasks</li>
<li>Exercise 3: Using the Task&lt;T&gt; class to create and run tasks that return a value</li>
<li>Exercise 4: Parallelizing LINQ queries using PLINQ</li>
</ul>
</li>
<li>Test-Driven Development in Visual Studio 2010</li>
<li>WCF Service Discovery
<ul>
<li>Exercise 1: Ad-Hoc Discovery</li>
<li>Exercise 2: Metadata Extensions</li>
<li>Exercise 3: Announcements</li>
<li>Exercise 4: Discovery Proxy</li>
<li>Exercise 5: Legacy Discovery</li>
</ul>
</li>
<li>Web Development in Visual Studio 2010
<ul>
<li>Exercise 1: Using HTML Code Snippets</li>
<li>Exercise 2: Web.config Transformations</li>
<li>Exercise 3: Packaging and Deploying Web Applications</li>
<li>Exercise 4: Packaging and Deploying Web Applications for IIS</li>
</ul>
</li>
<li>Building a Data-Driven Master/Detail Business Form using WPF 4</li>
<li>Multi-touch Gesture &ndash; MFC</li>
<li>Multi-touch WMTouch &ndash; MFC</li>
<li>Ribbon &ndash; MFC</li>
<li>Taskbar - MFC</li>
</ul>
<p><strong>Demos</strong></p>
<ul>
<li>ContosoAutomotive (Parallel Extensions + MEF + WPF)</li>
<li>AdventureWorks AJAX</li>
<li>ASP.NET AJAX Ten-In-One</li>
<li>Managed Languages Ten-In-One</li>
<li>Barrier</li>
<li>CountdownEvent</li>
<li>Hello Visual Studio 2010</li>
<li>Introduction to the Managed Extensibility Framework</li>
<li>Parallel Baby Names</li>
<li>Parallel For Loop</li>
<li>Parallel LINQ (PLINQ)</li>
<li>Parallel Tasks</li>
<li>&ldquo;Velocity&rdquo;</li>
</ul>
<p>Enjoy!</p>
</div><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/50046576.html">Visual Studio 2010对并行计算的支持</a> 2009-11-03</div><div><a href="http://imcc.blogbus.com/logs/48768869.html">Visual Studio 2010 beta2发布，MSDN旧貌换新颜</a> 2009-10-20</div><div><a href="http://imcc.blogbus.com/logs/47365525.html">专题：VS2010与Windows 7共舞</a> 2009-09-30</div><div><a href="http://imcc.blogbus.com/logs/47210360.html">与Win7共舞：如何进行操作系统版本检查？</a> 2009-09-27</div><div><a href="http://imcc.blogbus.com/logs/47128868.html">与Win7共舞：系统服务的Session 0隔离</a> 2009-09-25</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F48853749.html&title=Visual+Studio+2010+Beta+2+Training+Kit%E5%8F%91%E5%B8%83">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/48853749.html</link>
   <author>imcc</author>
   <pubDate>Wed, 21 Oct 2009 12:30:47 +0800</pubDate>
  </item>
  <item>
   <title>Visual Studio 2010 beta2发布，MSDN旧貌换新颜</title>
   <description><![CDATA[<p>一直在等待VS2010 beta2的发布，昨天等了一天，今天终于可以下载了。另外发现MSDN旧貌换新颜，整体变成了蓝色系的，不会还是感觉原来的红色比较好看，有激情！不说了，下载Beta2 ing。。。</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.bababian.com/phoinfo/BAD279E69F96750318B0893CC42EB23EDT" target="_blank"><img style="border: medium none;" src="http://photo2.bababian.com/upload1/20091020/BAD279E69F96750318B0893CC42EB23E_500.jpg" alt="" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/50046576.html">Visual Studio 2010对并行计算的支持</a> 2009-11-03</div><div><a href="http://imcc.blogbus.com/logs/48853749.html">Visual Studio 2010 Beta 2 Training Kit发布</a> 2009-10-21</div><div><a href="http://imcc.blogbus.com/logs/47365525.html">专题：VS2010与Windows 7共舞</a> 2009-09-30</div><div><a href="http://imcc.blogbus.com/logs/47210360.html">与Win7共舞：如何进行操作系统版本检查？</a> 2009-09-27</div><div><a href="http://imcc.blogbus.com/logs/47128868.html">与Win7共舞：系统服务的Session 0隔离</a> 2009-09-25</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F48768869.html&title=Visual+Studio+2010+beta2%E5%8F%91%E5%B8%83%EF%BC%8CMSDN%E6%97%A7%E8%B2%8C%E6%8D%A2%E6%96%B0%E9%A2%9C">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/48768869.html</link>
   <author>imcc</author>
   <pubDate>Tue, 20 Oct 2009 09:17:49 +0800</pubDate>
  </item>
  <item>
   <title>微软发布Visual Studio 2010 beta2</title>
   <description><![CDATA[<div id="body">
<p>核心提示：对于MSDN订阅用户，今天可以获得Beta2，其他用户10月21日可以获得beta2. </p>
<p>微软同时宣布，将于2010年3月22日正式发布Visual Studio 2010.</p>
<p>Microsoft has struggled with the best way to sell Visual Studio's
application lifecycle management ever since it introduced Team System
against IBM's Rational four years back. As the company prepares to
release Visual Studio 2010 for Windows 7, Office 2010 and a new line
Windows servers about to come on tap, Microsoft is taking another stab.</p>
<p>This time, the company is spicing the packaging mix by throwing in
hours of access to its Azure cloud plus upgrades to a new,
top-of-the-line Visual Studio ALM package.</p>
<div id="article-mpu-container">
<p>The changes will be unveiled today, as Microsoft announces the
second Visual Studio 2010 beta and .NET Framework 4 beta two have been
released to MSDN subscribers with everyone else getting code on October
21.</p>
</div>
<p>Also, Microsoft will announce Visual Studio 2010 will officially launch on March 22, 2010.</p>
<p>Visual Studio 2010 and.NET Framework 4 have been promised as "the
most significant release" Microsoft's had of the tools suite and
framework "in a number of years."</p>
<p>Microsoft says this about all products, but we assume this time it's
referring to Visual Studio 2005 and Team System 2005 that debuted
Microsoft's ALM push and came before Visual Studio 2008.</p>
<p>New features include Windows 7 and SharePoint 2010 tools,
drag-and-drop bindings with Silverlight and Windows Presentation
Foundation, the inclusion of the Dynamic Language Runtime (DLR) for
programming with scripting languages, and support for parallel
programming.</p>
<p>It's the packaging mix that sees the most change, though.</p>
<p>Microsoft will chop nine Visual Studio SKUs down to four, with the
focus on ALM. Microsoft does not seem to be tampering with the Express
editions, which add another five SKUs.</p>
<p>Visual Studio Development Edition, Database Edition, Architect
Edition and Test Edition will go. These will give way to Visual Studio
2010 Professional priced $799 and no MSDN subscription option,
Professional priced $1,199 for a new MSDN subscription, Premium priced
$5,469 for a new MSDN subscription, and the new completely Ultimate
Visual Studio SKU that will be priced $11,924 for a new MSDN
subscription.</p>
<p>You can compare these MSDN subscription prices with those for Visual Studio 2008, <a href="http://www.microsoft.com/visualstudio/en-us/howtobuy/default.mspx#vsts-2008-dev-msdn-premium" target="_blank">here</a>.</p>
<p>Senior director of developer marketing Dave Mendlen said Microsoft
is cutting the number of Visual Studio SKUs following customer
feedback. Mendlen said the new packages reflect the way developers
work, by combining code, test, architect and collaborate options. This
is a reversal, as the previous philosophy was separate Visual Studios
for separate roles.</p>
<p>What do you get in your new packages?</p>
<p>Visual Studio 2010 Professional minus the MSDN subscription will
feature core developer features, the integrated development
environment, platform support and parallel debugging. With the MSDN
sub, you'll actually get the current and previous client and server
operating system runtimes.</p>
<p>Premium will include code analysis, database deployment, user
interface testing and test impact analysis. The addition of the MSDN
sub will give you the server platforms for Dynamics, SharePoint and
Exchange, plus Office, Expression and some Team Foundation Server
features.</p>
<p>Ultimate will include all these features, plus UML tools, historical
debugging, manual testing products and load testing along with the full
Visual Studio 2010 Team Foundation Server.</p>
<p>Microsoft will chuck Azure cloud compute time, storage and data
transfer into the MSDN Premium subscription. Developers will get 750
computing hours per month for eight months - time that will commence
once Azure becomes commercially available, expected next month.</p>
<p>The company will also try to upsell you under it's so-called
Ultimate offer. Developers on the soon-to-be canned Visual Studio 2008
Team System editions or on Visual Studio 2008 who splash out and
upgrade to the Professional-level MSDN subscription before March 22
will get Ultimate at no cost when it ships. Those on Visual Studio 2008
Professional and MSDN Professional now will get Visual Studio 2010
Premium at no extra cost.</p>
</div><!--sp--><div class="relpost"><br/><h3>随机文章：</h3><div><a href="http://imcc.blogbus.com/logs/39924870.html">如何激发程序员？</a> 2009-05-25</div><div><a href="http://imcc.blogbus.com/logs/7680338.html">C++0x的最新消息</a> 2007-08-14</div><div><a href="http://imcc.blogbus.com/logs/39388879.html">全职杀手:用VSTS2010进行软件生命周期管理</a> 2009-05-14</div><div><a href="http://imcc.blogbus.com/logs/37572144.html">免费！First 2 Words: A Signal for the Scanning Eye</a> 2009-04-07</div><div><a href="http://imcc.blogbus.com/logs/36200499.html">Visual Studio 2010与VS2008全面比较</a> 2009-03-06</div></div><div class="addfav"><br />收藏到：<span class= "delicious"><a href="http://delicious.com/save?url=http%3A%2F%2Fimcc.blogbus.com%2Flogs%2F48716733.html&title=%E5%BE%AE%E8%BD%AF%E5%8F%91%E5%B8%83Visual+Studio+2010+beta2">Del.icio.us</a></span></div><br /><br /><div class="sysmsg"><b><a href="http://www.blogbus.com" target="_blank">博客大巴，你的个人传媒早班车</a></b></div><br /><br />]]></description>
   <link>http://imcc.blogbus.com/logs/48716733.html</link>
   <author>imcc</author>
   <pubDate>Mon, 19 Oct 2009 13:26:02 +0800</pubDate>
  </item>
 </channel>
</rss>
