<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/System/Posts/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9</title>
      <link>http://channel9.msdn.com/Niners/System/Posts</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Niners/System/Posts</link>
    <language>en</language>
    <pubDate>Wed, 19 Jun 2013 18:48:17 GMT</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 18:48:17 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>202</c9:totalResults>
    <c9:pageCount>9</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>The New COM API for Accessibility and Automation in Windows 7</title>
      <description><![CDATA[The new COM API for UI Automation (UIA) is a significant advance over previous OS support for programmatic access to UI from native code. The Windows 7 UI Automation API also introduces new support for ARIA properties, virtualized controls, and customizable
 patterns. This presentation also shares key information about implementing accessibility for custom controls using the UI Automation Provider API. The demos and code samples are primary written in C&#43;&#43;.
<ul class="speakers">
<li>
<div class="name">Michael Bernstein</div>
<div class="description"></div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d904ff5c7d4f4ef1a1d29deb00161605">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/PC64-V</comments>
      <itunes:summary>The new COM API for UI Automation (UIA) is a significant advance over previous OS support for programmatic access to UI from native code. The Windows 7 UI Automation API also introduces new support for ARIA properties, virtualized controls, and customizable
 patterns. This presentation also shares key information about implementing accessibility for custom controls using the UI Automation Provider API. The demos and code samples are primary written in C&amp;#43;&amp;#43;.


Michael Bernstein


</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/PC64-V</link>
      <pubDate>Mon, 03 Nov 2008 19:45:36 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/PC64-V</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/439014_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/439014_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC64-V.jpg" height="240" width="320"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC64-V.mp4" expression="full" fileSize="1229760" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC64-V.wmv" expression="full" fileSize="30359552" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC64-V.wmv" expression="full" fileSize="144262709" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC64-V.wmv" expression="full" fileSize="33354098" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC64-V.wmv" length="30359552" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/PC64-V/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>Presentation/Client</category>
      <category>Windows 7</category>
    </item>
  <item>
      <title>Best practices for signing and verifying code on Windows 7</title>
      <description><![CDATA[
<p>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC. How does Windows use code signatures to enhance security? How do I sign my application to get the best user experience with features
 in Windows 7? How can my application's security benefit from verifying code signatures? This session will review key features in Windows 7 that leverages code signatures, such as signing for Internet Explorer, 64 bit kernel, User Account Control (UAC), and
 Software Restriction Policies (SRP). We will show you best practices and review common mistakes when signing code. We will also show you how to sign your application's product updates and verify signatures from within your application.
</p>
<ul class="speakers">
<li>
<div class="name">Ben Nick</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ca16b9283c494cc2952f9deb001619cb">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/PC63-V</comments>
      <itunes:summary>
This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC. How does Windows use code signatures to enhance security? How do I sign my application to get the best user experience with features
 in Windows 7? How can my application&#39;s security benefit from verifying code signatures? This session will review key features in Windows 7 that leverages code signatures, such as signing for Internet Explorer, 64 bit kernel, User Account Control (UAC), and
 Software Restriction Policies (SRP). We will show you best practices and review common mistakes when signing code. We will also show you how to sign your application&#39;s product updates and verify signatures from within your application.
 


Ben Nick

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/PC63-V</link>
      <pubDate>Mon, 03 Nov 2008 19:45:34 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/PC63-V</guid>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC63-V.mp4" expression="full" fileSize="4252320" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC63-V.wmv" expression="full" fileSize="34387381" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC63-V.wmv" length="34387381" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/PC63-V/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>Presentation/Client</category>
    </item>
  <item>
      <title>Research in the 21st Century</title>
      <description><![CDATA[One of the defining characteristics of the human spirit is its ability to aspire to a greater tomorrow. Whether it be good health, sustainable resources, improved living standards, or better education, human beings exhibit an inexhaustible capacity to
 imagine a brighter future-and to work to make such dreams real. At Microsoft Research, we share a commitment to making the world a better place. Our work is all about advancing the frontiers of knowledge, overcoming challenges, and getting to the solution
 of important problems. Microsoft Research is focused on developing new technologies that can improve all our lives and in cooperation with academia, governments and industry we are applying our results to make the world a better place. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6cdfea53f829425faec09deb00161d9a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/KYN04</comments>
      <itunes:summary>One of the defining characteristics of the human spirit is its ability to aspire to a greater tomorrow. Whether it be good health, sustainable resources, improved living standards, or better education, human beings exhibit an inexhaustible capacity to
 imagine a brighter future-and to work to make such dreams real. At Microsoft Research, we share a commitment to making the world a better place. Our work is all about advancing the frontiers of knowledge, overcoming challenges, and getting to the solution
 of important problems. Microsoft Research is focused on developing new technologies that can improve all our lives and in cooperation with academia, governments and industry we are applying our results to make the world a better place.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/KYN04</link>
      <pubDate>Mon, 03 Nov 2008 19:44:44 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/KYN04</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/439005_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/439005_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN04.jpg" height="240" width="320"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN04.mp4" expression="full" fileSize="342288505" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN04.wmv" expression="full" fileSize="190190761" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN04.wmv" expression="full" fileSize="429908743" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN04.wmv" expression="full" fileSize="462636017" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN04.wmv" length="190190761" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/KYN04/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Day Two Keynote - Chris Anderson and Don Box </title>
      <description><![CDATA[Chris Anderson and Don Box take the microphone over in Keynote 3 and explore Microsoft's latest technologies through the eyes of working developers. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ddd9d6bb71764c148ca59deb00162f25">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/KYN03</comments>
      <itunes:summary>Chris Anderson and Don Box take the microphone over in Keynote 3 and explore Microsoft&#39;s latest technologies through the eyes of working developers.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/KYN03</link>
      <pubDate>Mon, 03 Nov 2008 16:44:43 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/KYN03</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/436779_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/436779_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN03.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN03.mp4" expression="full" fileSize="69759778" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN03.wmv" expression="full" fileSize="89120329" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN03.wmv" expression="full" fileSize="325516125" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN03.wmv" expression="full" fileSize="60300731" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN03.wmv" length="89120329" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/KYN03/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Day Two Keynote - Ray Ozzie, Steven Sinofsky, Scott Guthrie and David Treadwell </title>
      <description><![CDATA[Microsoft Executives Steven Sinofsky, Julie Larson Green, David Treadwell, Scott Guthrie and Takeshi Numoto provide insights to Windows 7, Office 14 for the Web, Web and Windows Development with Visual Studio and .NET and building rich social applications
 with Live Services in this keynote at PDC2008. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5e7c3f9c252749f0905f9deb00163534">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/KYN02</comments>
      <itunes:summary>Microsoft Executives Steven Sinofsky, Julie Larson Green, David Treadwell, Scott Guthrie and Takeshi Numoto provide insights to Windows 7, Office 14 for the Web, Web and Windows Development with Visual Studio and .NET and building rich social applications
 with Live Services in this keynote at PDC2008.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/KYN02</link>
      <pubDate>Mon, 03 Nov 2008 16:44:41 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/KYN02</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/436778_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/436778_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN02.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN02.mp4" expression="full" fileSize="229370493" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN02.wmv" expression="full" fileSize="323129963" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN02.wmv" expression="full" fileSize="668176657" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN02.wmv" expression="full" fileSize="310584607" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN02.wmv" length="323129963" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/KYN02/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Day One Keynote - Ray Ozzie, Amitabh Srivastava, Bob Muglia and David Thompson </title>
      <description><![CDATA[Microsoft Chief Software Architect Ray Ozzie introduces Windows Azure and Azure Services Platform during the PDC2008 opening keynote. Explore how Microsoft is transforming Microsoft's offerings across the board with announcements from Amitabh Srivastava,
 Corporate Vice President at Microsoft with responsibility for major components of the company's next-generation services platform; Senior Vice President of the Server and Tools Business Bob Muglia, Corporate Vice president of Microsoft Online David Thompson. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f503843409f24f2e873c9deb001644ce">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/KYN01</comments>
      <itunes:summary>Microsoft Chief Software Architect Ray Ozzie introduces Windows Azure and Azure Services Platform during the PDC2008 opening keynote. Explore how Microsoft is transforming Microsoft&#39;s offerings across the board with announcements from Amitabh Srivastava,
 Corporate Vice President at Microsoft with responsibility for major components of the company&#39;s next-generation services platform; Senior Vice President of the Server and Tools Business Bob Muglia, Corporate Vice president of Microsoft Online David Thompson.</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/KYN01</link>
      <pubDate>Mon, 03 Nov 2008 16:42:50 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/KYN01</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/436256_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/436256_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN01.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN01.mp4" expression="full" fileSize="350719814" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN01.wmv" expression="full" fileSize="305368918" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN01.wmv" expression="full" fileSize="414640911" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN01.wmv" expression="full" fileSize="152958240" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN01.wmv" length="305368918" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/KYN01/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Green for Developers and Architects</title>
      <description><![CDATA[
<ul>
</ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:64ca10f578394e5182b29deb001623e9">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/OS43</comments>
      <itunes:summary>


</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/OS43</link>
      <pubDate>Fri, 31 Oct 2008 17:20:14 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/OS43</guid>      
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/OS43/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Panel: The Future of Unit Testing</title>
      <description><![CDATA[Unit testing means different things to different people. To Agile developers, it enables Test Driven Development. To researchers, it enables test generation from static and dynamic analysis. To others, it's a means to test protocols, APIs, and other functionality
 below the presentation layer. Others still see it as a means to do conformance testing. Hear four experts debate the perspectives on the advances of the last decade and the trends of the next. Audience participation is encouraged.
<ul class="speakers">
<li>
<div class="name">Jim Newkirk</div>
<div class="description"></div>
</li><li>
<div class="name">Nikolai Tillmann</div>
<div class="description">Nikolai Tillmann has been with Microsoft Research for 6 years. He is currently leading the Pex project, building an automated test case generation tool for .NET based program analysis. Previously, he worked on Spec Explorer, a model-based
 testing tool.</div>
</li><li>
<div class="name">Euan Garden</div>
<div class="description"></div>
</li><li>
<div class="name">Peter Provost</div>
<div class="description">Peter Provost is a Sr. Program Manager with Microsoft Visual Studio Team System Architect Edition. He is a recognized agile coach, author and presenter and brings more than 10 years of agile development and project management experience.
 Peter is currently working with VSTS Architect Edition to help create the next wave of architectural and modeling tools.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:20365e8cf91f484995a09deb00169e5c">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL61</comments>
      <itunes:summary>Unit testing means different things to different people. To Agile developers, it enables Test Driven Development. To researchers, it enables test generation from static and dynamic analysis. To others, it&#39;s a means to test protocols, APIs, and other functionality
 below the presentation layer. Others still see it as a means to do conformance testing. Hear four experts debate the perspectives on the advances of the last decade and the trends of the next. Audience participation is encouraged.


Jim Newkirk


Nikolai Tillmann
Nikolai Tillmann has been with Microsoft Research for 6 years. He is currently leading the Pex project, building an automated test case generation tool for .NET based program analysis. Previously, he worked on Spec Explorer, a model-based
 testing tool.

Euan Garden


Peter Provost
Peter Provost is a Sr. Program Manager with Microsoft Visual Studio Team System Architect Edition. He is a recognized agile coach, author and presenter and brings more than 10 years of agile development and project management experience.
 Peter is currently working with VSTS Architect Edition to help create the next wave of architectural and modeling tools.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL61</link>
      <pubDate>Wed, 29 Oct 2008 16:39:31 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL61</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/432387_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/432387_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL61.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL61.mp4" expression="full" fileSize="24029200" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL61.wmv" expression="full" fileSize="504666760" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL61.wmv" expression="full" fileSize="176037119" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL61.wmv" expression="full" fileSize="26882027" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL61.wmv" length="504666760" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL61/RSS</wfw:commentRss>
      <category>Intermediate</category>
      <category>Lunch Session</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Improving Code Quality with Code Analysis</title>
      <description><![CDATA[Learn how to catch critical bugs earlier in the development cycle by identifying issues such as buffer overruns and SQL injection attacks before they actually cause a security exploit. The Code Analysis features in Microsoft Visual Studio help you tune
 application security, robustness, performance, and more. Learn about Code Analysis (for native and managed) and how to apply it effectively within your team's development lifecycle. Also hear about new features in Visual Studio 2010, including the new Rule
 Sets feature that makes it easy to manage, configure, and maintain rules.
<ul class="speakers">
<li>
<div class="name">Ravs Kaur</div>
<div class="description"></div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7f4672aee7214b9991b19deb0016a697">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL60</comments>
      <itunes:summary>Learn how to catch critical bugs earlier in the development cycle by identifying issues such as buffer overruns and SQL injection attacks before they actually cause a security exploit. The Code Analysis features in Microsoft Visual Studio help you tune
 application security, robustness, performance, and more. Learn about Code Analysis (for native and managed) and how to apply it effectively within your team&#39;s development lifecycle. Also hear about new features in Visual Studio 2010, including the new Rule
 Sets feature that makes it easy to manage, configure, and maintain rules.


Ravs Kaur


</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL60</link>
      <pubDate>Wed, 29 Oct 2008 16:39:29 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL60</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/432386_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/432386_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL60.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL60.mp4" expression="full" fileSize="55450574" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL60.wmv" expression="full" fileSize="96189681" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL60.wmv" expression="full" fileSize="224766329" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL60.wmv" expression="full" fileSize="32567041" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL60.wmv" length="96189681" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL60/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Lunch Session</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Visual Studio Debugger Tips &amp; Tricks</title>
      <description><![CDATA[The Visual Studio Debugger provides a slew of features that make the task of debugging both easier and more efficient. Learn about time-saving tips and tricks for all versions of the Visual Studio Debugger, including the new debugger features in Visual
 Studio 2010. Hear about the new mixed-mode debugging feature, the breakpoints window enhancements, the new WPF visualizers, and a number of other features. Also learn about thread debugging enhancements, new features for making stepping into properties easier,
 and more. Join us as we crack open the toolbox and walk through some of the debugger's best practices.
<ul class="speakers">
<li>
<div class="name">John Cunningham</div>
<div class="description">John has been in the business of debuggers and diagnostic tools for around 15 years. He cut his teeth on debuggers for Windows 16 and 32bit, SunOS and Solaris. After a brief stint doing embedded debuggers at Wind River Systems, John
 joined Microsoft during the Visual Studio .Net product cycle. He has worked as a developer and lead on native and managed debuggers. John was part of the TeamSystem team from Day -30, working on the VS profiler and code coverage. Since then John has worked
 on starting the project for the application flight recorder as well as continuing to develop debugging and profiling technologies. John dreams in CodeView records. There is no cure.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:67bfd1a49c9e4bbc99e09deb0016add3">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL59</comments>
      <itunes:summary>The Visual Studio Debugger provides a slew of features that make the task of debugging both easier and more efficient. Learn about time-saving tips and tricks for all versions of the Visual Studio Debugger, including the new debugger features in Visual
 Studio 2010. Hear about the new mixed-mode debugging feature, the breakpoints window enhancements, the new WPF visualizers, and a number of other features. Also learn about thread debugging enhancements, new features for making stepping into properties easier,
 and more. Join us as we crack open the toolbox and walk through some of the debugger&#39;s best practices.


John Cunningham
John has been in the business of debuggers and diagnostic tools for around 15 years. He cut his teeth on debuggers for Windows 16 and 32bit, SunOS and Solaris. After a brief stint doing embedded debuggers at Wind River Systems, John
 joined Microsoft during the Visual Studio .Net product cycle. He has worked as a developer and lead on native and managed debuggers. John was part of the TeamSystem team from Day -30, working on the VS profiler and code coverage. Since then John has worked
 on starting the project for the application flight recorder as well as continuing to develop debugging and profiling technologies. John dreams in CodeView records. There is no cure.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL59</link>
      <pubDate>Wed, 29 Oct 2008 16:39:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL59</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/432385_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/432385_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL59.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL59.mp4" expression="full" fileSize="46757506" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL59.wmv" expression="full" fileSize="77521845" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL59.wmv" expression="full" fileSize="246689333" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL59.wmv" expression="full" fileSize="33526053" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL59.wmv" length="77521845" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL59/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Lunch Session</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Research: Concurrency Analysis Platform and Tools for Finding Concurrency Bugs</title>
      <description><![CDATA[Learn about the Concurrency Analysis Platform (CAP) from Microsoft Research and how it enables various concurrency bug-finding tools. See a demo of CHESS, a tool built on CAP for finding and reproducing Heisenbugs. Also hear about future tools from Microsoft
 Research, including a lightweight data-race detection engine and a tool for finding memory-model errors.
<ul class="speakers">
<li>
<div class="name">Thomas Ball</div>
<div class="description">Thomas Ball is Principal Researcher at Microsoft Research where he manages the Software Reliability Research group (http://research.microsoft.com/srr/). Tom has been at Microsoft Research since 1999. He is one of the originators of
 the SLAM project, a software model checking engine for C that forms the basis of the Static Driver Verifier tool, made freely available by Microsoft for finding defects in device drivers. Tom's interests range from program analysis, model checking, testing
 and automated theorem proving to the problems of defining and measuring software quality.</div>
</li><li>
<div class="name">Madan Musuvathi</div>
<div class="description">Madan Musuvathi is a Researcher at Microsoft Research and is interested in building program analysis tools to improve the productivity of developers and testers. He received his Ph.D. from Stanford University in 2004.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:adb500a1a4284a0199849deb0016fe9a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL58</comments>
      <itunes:summary>Learn about the Concurrency Analysis Platform (CAP) from Microsoft Research and how it enables various concurrency bug-finding tools. See a demo of CHESS, a tool built on CAP for finding and reproducing Heisenbugs. Also hear about future tools from Microsoft
 Research, including a lightweight data-race detection engine and a tool for finding memory-model errors.


Thomas Ball
Thomas Ball is Principal Researcher at Microsoft Research where he manages the Software Reliability Research group (http://research.microsoft.com/srr/). Tom has been at Microsoft Research since 1999. He is one of the originators of
 the SLAM project, a software model checking engine for C that forms the basis of the Static Driver Verifier tool, made freely available by Microsoft for finding defects in device drivers. Tom&#39;s interests range from program analysis, model checking, testing
 and automated theorem proving to the problems of defining and measuring software quality.

Madan Musuvathi
Madan Musuvathi is a Researcher at Microsoft Research and is interested in building program analysis tools to improve the productivity of developers and testers. He received his Ph.D. from Stanford University in 2004.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL58</link>
      <pubDate>Wed, 29 Oct 2008 16:39:25 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL58</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430801_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430801_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL58.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL58.mp4" expression="full" fileSize="102392155" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL58.wmv" expression="full" fileSize="195898739" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL58.wmv" expression="full" fileSize="375694067" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL58.wmv" expression="full" fileSize="47540735" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL58.wmv" length="195898739" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL58/RSS</wfw:commentRss>
      <category>Breakout Session</category>
      <category>Expert</category>
      <category>Parallelism</category>
      <category>Research</category>
    </item>
  <item>
      <title>Panel: The Future of Programming Languages</title>
      <description><![CDATA[Learn about the future of programming from some of the leading programming languages experts in the world. Hear how programming will be affected by a number of fundamental changes that are occurring like many-core machines, cloud computing, and more. Also
 hear about the biggest challenges that face the industry. This will be a fascinating expert panel discussion for anyone that is involved with developing applications or services.
<ul class="speakers">
<li>
<div class="name">Douglas Crockford</div>
<div class="description">Douglas Crockford discovered the JSON data interchange format. He is leading an effort at ECMA to develop a secure successor to JavaScript. He is the author of JavaScript: The Good Parts.</div>
</li><li>
<div class="name">Gilad Bracha</div>
<div class="description">Gilad Bracha is the creator of the Newspeak programming language. He is currently Distinguished Engineer at Cadence Design Systems. Previously, he was a Computational Theologist and Distinguished Engineer at Sun Microsystems. He is
 co-author of the Java Language Specification, and a researcher in the area of object-oriented programming languages. Prior to joining Sun, he worked on Strongtalk, the Animorphic Smalltalk System. He received his B.Sc in Mathematics and Computer Science from
 Ben Gurion University in Israel and a Ph.D. in Computer Science from the University of Utah.</div>
</li><li>
<div class="name">Jeremy Siek</div>
<div class="description">Jeremy Siek is an Assistant Professor at the University of Colorado. Jeremy's areas of research include generic programming, programming language design, and compiler optimization. Jeremy received a Ph.D. at Indiana University in 2005.
 His thesis laid the foundation for the constrained templates feature in the next C&#43;&#43; Standard. Also while at Indiana, Jeremy developed the Boost Graph Library, a C&#43;&#43; generic library for graph algorithms and data structures. Jeremy did a post-doc at Rice University
 where he developed gradual typing: a type system that integrates dynamic and static typing. Jeremy is currently developing a gradually-typed version of Python.</div>
</li><li>
<div class="name">Anders Hejlsberg</div>
<div class="description">Anders Hejlsberg is a Technical Fellow in the Developer Division. He is an influential creator of development tools and programming languages. He is the chief designer of the C# programming language and a key participant in the development
 of the Microsoft .NET framework. Since its initial release in 2000, the C# programming language has been widely adopted and is now standardized by ECMA and ISO. Before his work on C# and the .NET framework, Hejlsberg was an architect for Visual J&#43;&#43; development
 and the Windows Foundation classes. Before joining Microsoft in 1996, Hejlsberg was one of the first employees of Borland International Inc. As principal engineer, he was the original author of Turbo Pascal, a revolutionary integrated development environment,
 and chief architect of its successor, Delphi. Hejlsberg co-authored &quot;The C# Programming Language&quot;, published by Addison Wesley, and has received numerous software patents. In 2001, he was the recipient of the prestigious Dr. Dobbs Excellence in Programming
 Award. He studied engineering at the Technical University of Denmark.</div>
</li><li>
<div class="name">Erik Meijer</div>
<div class="description"></div>
</li><li>
<div class="name">Wolfram Schulte</div>
<div class="description">Wolfram Schulte is a principal researcher and the founding manager of the Research in Software Engineering area, at Microsoft Research Redmond, USA. Wolfram’s research concerns the practical application of formal methods. At Microsoft,
 Wolfram co-lead research projects on language design and runtimes (the AsmL, Cw, TPL projects), software testing (the Pex, SpecExplorer, and nModel projects), software analysis and verification (the Spec#, Vcc and Hypervisor project), and lately on model-driven
 engineering of applications for the cloud (formula and bam). Among Schulte’s contributions to Microsoft technologies are his work on model-based and concolic testing, on contract-based static analysis, on data access integration and concurrent runtimes. Wolfram
 lives with his spouse Rita and 2 kids in Bellevue. In his spare time, he enjoys the beautiful outdoors of the cascades.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b72bc7f84ed344328c5d9deb001710b0">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL57</comments>
      <itunes:summary>Learn about the future of programming from some of the leading programming languages experts in the world. Hear how programming will be affected by a number of fundamental changes that are occurring like many-core machines, cloud computing, and more. Also
 hear about the biggest challenges that face the industry. This will be a fascinating expert panel discussion for anyone that is involved with developing applications or services.


Douglas Crockford
Douglas Crockford discovered the JSON data interchange format. He is leading an effort at ECMA to develop a secure successor to JavaScript. He is the author of JavaScript: The Good Parts.

Gilad Bracha
Gilad Bracha is the creator of the Newspeak programming language. He is currently Distinguished Engineer at Cadence Design Systems. Previously, he was a Computational Theologist and Distinguished Engineer at Sun Microsystems. He is
 co-author of the Java Language Specification, and a researcher in the area of object-oriented programming languages. Prior to joining Sun, he worked on Strongtalk, the Animorphic Smalltalk System. He received his B.Sc in Mathematics and Computer Science from
 Ben Gurion University in Israel and a Ph.D. in Computer Science from the University of Utah.

Jeremy Siek
Jeremy Siek is an Assistant Professor at the University of Colorado. Jeremy&#39;s areas of research include generic programming, programming language design, and compiler optimization. Jeremy received a Ph.D. at Indiana University in 2005.
 His thesis laid the foundation for the constrained templates feature in the next C&amp;#43;&amp;#43; Standard. Also while at Indiana, Jeremy developed the Boost Graph Library, a C&amp;#43;&amp;#43; generic library for graph algorithms and data structures. Jeremy did a post-doc at Rice University
 where he developed gradual typing: a type system that integrates dynamic and static typing. Jeremy is currently developing a gradually-typed version of Python.

Anders Hejlsberg
Anders Hejlsberg is a Techni</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL57</link>
      <pubDate>Wed, 29 Oct 2008 16:39:22 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL57</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430800_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430800_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL57.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL57.mp4" expression="full" fileSize="33487455" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL57.wmv" expression="full" fileSize="713072020" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL57.wmv" expression="full" fileSize="33444292" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL57.wmv" expression="full" fileSize="36585709" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL57.wmv" length="713072020" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL57/RSS</wfw:commentRss>
      <category>Languages</category>
      <category>Panel</category>
    </item>
  <item>
      <title>Project &quot;Velocity&quot;: Under the Hood</title>
      <description><![CDATA[Learn about the architecture of Velocity, Microsoft's main memory distributed caching framework. Hear how Velocity was built to meet the performance, scale, latency, and availability requirements of large scale enterprise and web applications. Learn about
 Velocity components and discuss design tradeoffs and mechanisms for in-memory storage, data placement, and data replication for performance, scale, and availability. Also, hear how Velocity provides database capabilities like LINQ support, indexing, concurrency
 control, and data consistency.
<ul class="speakers">
<li>
<div class="name">Anil Nori</div>
<div class="description"></div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4ed77124fd534b5ea21e9deb0017196a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL56</comments>
      <itunes:summary>Learn about the architecture of Velocity, Microsoft&#39;s main memory distributed caching framework. Hear how Velocity was built to meet the performance, scale, latency, and availability requirements of large scale enterprise and web applications. Learn about
 Velocity components and discuss design tradeoffs and mechanisms for in-memory storage, data placement, and data replication for performance, scale, and availability. Also, hear how Velocity provides database capabilities like LINQ support, indexing, concurrency
 control, and data consistency.


Anil Nori


</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL56</link>
      <pubDate>Wed, 29 Oct 2008 16:39:20 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL56</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430799_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430799_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL56.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL56.mp4" expression="full" fileSize="59561229" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL56.wmv" expression="full" fileSize="87677421" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL56.wmv" expression="full" fileSize="214095744" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL56.wmv" expression="full" fileSize="44123493" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL56.wmv" length="87677421" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL56/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>Velocity</category>
    </item>
  <item>
      <title>The Concurrency and Coordination Runtime and Decentralized Software Services Toolkit</title>
      <description><![CDATA[Get an overview of Microsoft's CCR and DSS Toolkit 2008 and the technologies it contains for building loosely-coupled, highly concurrent, and distributed applications. Learn how the technologies are already being used and get a run-down of how to evaluate
 whether the technologies may be right for you.
<ul class="speakers">
<li>
<div class="name">George Chrysanthakopoulos</div>
<div class="description"></div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c0f5ed42ec9e4f85b0919deb0017220b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL55</comments>
      <itunes:summary>Get an overview of Microsoft&#39;s CCR and DSS Toolkit 2008 and the technologies it contains for building loosely-coupled, highly concurrent, and distributed applications. Learn how the technologies are already being used and get a run-down of how to evaluate
 whether the technologies may be right for you.


George Chrysanthakopoulos


</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL55</link>
      <pubDate>Wed, 29 Oct 2008 16:39:18 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL55</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430798_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430798_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL55.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL55.mp4" expression="full" fileSize="76431615" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL55.wmv" expression="full" fileSize="100694549" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL55.wmv" expression="full" fileSize="392739217" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL55.wmv" expression="full" fileSize="35958585" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL55.wmv" length="100694549" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>8</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL55/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>CCR</category>
      <category>Parallelism</category>
    </item>
  <item>
      <title>Natural Interop with Silverlight, Office, and Python in Microsoft Visual C#  and Microsoft Visual Basic</title>
      <description><![CDATA[Learn how the new C# and VB language features make interop with JScript, COM, and Python more natural. Dynamically control the HTML DOM within Silverlight, automate Word and Excel with less code, or access Python libraries, all from your favorite .NET
 language!
<ul class="speakers">
<li>
<div class="name">Alex Turner</div>
<div class="description">Alex Turner is the Program Manager for the C# Compiler at Microsoft, where he makes sure that C#’s new language features and compiler services become a reality. Alex graduated with an MS in Computer Science from Stony Brook University
 and has been a speaker at TechEd and TechDays.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a44aa4ba0d7a47c0b43b9deb00172b7c">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL54</comments>
      <itunes:summary>Learn how the new C# and VB language features make interop with JScript, COM, and Python more natural. Dynamically control the HTML DOM within Silverlight, automate Word and Excel with less code, or access Python libraries, all from your favorite .NET
 language!


Alex Turner
Alex Turner is the Program Manager for the C# Compiler at Microsoft, where he makes sure that C#’s new language features and compiler services become a reality. Alex graduated with an MS in Computer Science from Stony Brook University
 and has been a speaker at TechEd and TechDays.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL54</link>
      <pubDate>Wed, 29 Oct 2008 16:39:16 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL54</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430797_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430797_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL54.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL54.mp4" expression="full" fileSize="39161146" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL54.wmv" expression="full" fileSize="54251619" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL54.wmv" expression="full" fileSize="202934523" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL54.wmv" expression="full" fileSize="26470503" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL54.wmv" length="54251619" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL54/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Languages</category>
      <category>Lunch Session</category>
      <category>Silverlight</category>
    </item>
  <item>
      <title>Team Foundation Server 2010: Cool New Features</title>
      <description><![CDATA[<p>Dive deep into the next version of Team Foundation Server (TFS), and learn how TFS has factored its learnings about usability, industrial scale, geographic distribution, manageability, and development process into the next version of the product. See a<br>demonstration of build automation, policy checks, parallel development, new project planning and tracking features, such as agile planning, end to end traceability, reporting, and dashboards, administration and ops --all designed to improve transparency and<br>velocity for teams from size 5 through 50,000.<br><br></p><ul class="speakers"><li><br><div class="name">Brian Harry</div><br><div class="description">&nbsp;</div></li></ul><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:769e411cdfa14d2b9a409deb001730ae">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL52</comments>
      <itunes:summary>Dive deep into the next version of Team Foundation Server (TFS), and learn how TFS has factored its learnings about usability, industrial scale, geographic distribution, manageability, and development process into the next version of the product. See ademonstration of build automation, policy checks, parallel development, new project planning and tracking features, such as agile planning, end to end traceability, reporting, and dashboards, administration and ops --all designed to improve transparency andvelocity for teams from size 5 through 50,000. Brian Harry&amp;nbsp;&amp;nbsp; </itunes:summary>
      <itunes:duration>4423</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL52</link>
      <pubDate>Wed, 29 Oct 2008 16:39:14 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL52</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52_100.jpg" height="50" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52_220.jpg" height="111" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52_512.jpg" height="260" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52.mp3" expression="full" duration="4423" fileSize="70783292" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52.mp4" expression="full" duration="4423" fileSize="417949367" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52.webm" expression="full" duration="4423" fileSize="160477615" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52.wma" expression="full" duration="4423" fileSize="35785675" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52.wmv" expression="full" duration="4423" fileSize="458368026" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52_high.mp4" expression="full" duration="4423" fileSize="916055712" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52_mid.mp4" expression="full" duration="4423" fileSize="640398145" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52_Source.wmv" expression="full" duration="4423" fileSize="452609159" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52.ism/manifest" expression="full" duration="4423" fileSize="6370" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/ff82/202543cf-6c5f-40fa-8d8d-283e5965ff82/TL52.wmv" length="458368026" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System, Brian Harry</dc:creator>
      <itunes:author>System, Brian Harry</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL52/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>Team Foundation Server</category>
      <category>TFS</category>
    </item>
  <item>
      <title>Research: Contract Checking and Automated Test Generation with Pex</title>
      <description><![CDATA[In theory, Design by Contract and unit testing are excellent approaches to improve code quality. Learn how to use code contracts that express pre-conditions, post-conditions, and object invariants in any managed language that improve testability, enhance
 static analysis, and serve as checked API documentation. Contracts are leveraged for advanced static analysis and translated into runtime checks. See how automated program exploration (Pex) discovers boundary conditions in code that cause failures and generates
 traditional unit test suites with high code coverage. Contracts and Pex work together to target contract checks, runtime failures (null dereferences, index out of range, etc.), and any other kind of assertions. Use them to write higher quality software with
 less effort.
<ul class="speakers">
<li>
<div class="name">Nikolai Tillmann</div>
<div class="description">Nikolai Tillmann has been with Microsoft Research for 6 years. He is currently leading the Pex project, building an automated test case generation tool for .NET based program analysis. Previously, he worked on Spec Explorer, a model-based
 testing tool.</div>
</li><li>
<div class="name">Mike Barnett</div>
<div class="description">Mike Barnett has been at Microsoft Research since 1995. He has spent the last several years working on the Spec# project, an advanced verification environment and language for .NET.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bcb040cbe2c94ccbbeb89deb00173a45">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL51</comments>
      <itunes:summary>In theory, Design by Contract and unit testing are excellent approaches to improve code quality. Learn how to use code contracts that express pre-conditions, post-conditions, and object invariants in any managed language that improve testability, enhance
 static analysis, and serve as checked API documentation. Contracts are leveraged for advanced static analysis and translated into runtime checks. See how automated program exploration (Pex) discovers boundary conditions in code that cause failures and generates
 traditional unit test suites with high code coverage. Contracts and Pex work together to target contract checks, runtime failures (null dereferences, index out of range, etc.), and any other kind of assertions. Use them to write higher quality software with
 less effort.


Nikolai Tillmann
Nikolai Tillmann has been with Microsoft Research for 6 years. He is currently leading the Pex project, building an automated test case generation tool for .NET based program analysis. Previously, he worked on Spec Explorer, a model-based
 testing tool.

Mike Barnett
Mike Barnett has been at Microsoft Research since 1995. He has spent the last several years working on the Spec# project, an advanced verification environment and language for .NET.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL51</link>
      <pubDate>Wed, 29 Oct 2008 16:39:13 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL51</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430795_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430795_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL51.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL51.mp4" expression="full" fileSize="66566978" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL51.wmv" expression="full" fileSize="110429735" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL51.wmv" expression="full" fileSize="313739159" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL51.wmv" expression="full" fileSize="33760789" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL51.wmv" length="110429735" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>11</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL51/RSS</wfw:commentRss>
      <category>Breakout Session</category>
      <category>Intermediate</category>
      <category>Research</category>
    </item>
  <item>
      <title>Research: BAM, AjaxScope, and Doloto</title>
      <description><![CDATA[See Microsoft Research present new technologies for developing, debugging, and deploying web applications. Hear how BAM can turn a simple specification into a web-based cloud application with the click of a button. Learn how AjaxScope and Doloto automatically
 instrument and rewrite your web applications' JavaScript code for end-to-end monitoring and optimization.
<ul class="speakers">
<li>
<div class="name">Ethan Jackson</div>
<div class="description"></div>
</li><li>
<div class="name">Emre Kiciman</div>
<div class="description">Emre Kiciman is a researcher in the Internet Services Research Center (ISRC) at Microsoft Research, where his interests are broadly in the area of large-scale Internet services, their operations, and their end-to-end reliability. His
 work focuses on monitoring and machine learning analysis of system behavior to improve reliability and performance. Most recently, he's been working on Web application performance and debugging.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c3b58193776f4ca1ad2c9deb0017441a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL50</comments>
      <itunes:summary>See Microsoft Research present new technologies for developing, debugging, and deploying web applications. Hear how BAM can turn a simple specification into a web-based cloud application with the click of a button. Learn how AjaxScope and Doloto automatically
 instrument and rewrite your web applications&#39; JavaScript code for end-to-end monitoring and optimization.


Ethan Jackson


Emre Kiciman
Emre Kiciman is a researcher in the Internet Services Research Center (ISRC) at Microsoft Research, where his interests are broadly in the area of large-scale Internet services, their operations, and their end-to-end reliability. His
 work focuses on monitoring and machine learning analysis of system behavior to improve reliability and performance. Most recently, he&#39;s been working on Web application performance and debugging.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL50</link>
      <pubDate>Wed, 29 Oct 2008 16:39:11 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL50</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430794_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430794_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL50.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL50.mp4" expression="full" fileSize="50640781" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL50.wmv" expression="full" fileSize="72963587" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL50.wmv" expression="full" fileSize="195621279" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL50.wmv" expression="full" fileSize="38336467" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL50.wmv" length="72963587" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL50/RSS</wfw:commentRss>
      <category>Breakout Session</category>
      <category>Intermediate</category>
      <category>Research</category>
    </item>
  <item>
      <title>Microsoft .NET Framework: Overview and Applications for Babies</title>
      <description><![CDATA[Join Scott Hanselman for this lots-of-code-minimal slides talk that walks through the sheer joy of building out a .NET Framework application with Visual Studio using many of the new advances in the .NET Framework 3.5SP1 and 4.0. We have a data layer with
 Entity Framework, use REST web services with WCF and ADO.NET Data Services, write an ASP.NET site for reporting using Dynamic Data and MVC. All the data will come from a WPF client application and a Silverlight application that the audience will run live!
 All this, plus it's an application that babies and toddlers will love!
<ul class="speakers">
<li>
<div class="name">Scott Hanselman</div>
<div class="description">Scott Hanselman works for Microsoft as a Principal Program Manager in the Developer Division, aiming to spread good information about developing software, very often on the Microsoft stack. Before this he was the Chief Architect at
 Corillian Corporation, now a part of Checkfree, for 6&#43; years. He was also involved in a few Microsoft Developer things for many years like the MVP and RD programs and will speak about computers (and other passions) whenever someone will listen. He's written
 a few books, most recently with Bill Evjen and Devin Rader on ASP.NET. He blogs at http://www.hanselman.com and podcasts at http://www.hanselminutes.com.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:14a31cc208474636bde59deb00174b5a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL49</comments>
      <itunes:summary>Join Scott Hanselman for this lots-of-code-minimal slides talk that walks through the sheer joy of building out a .NET Framework application with Visual Studio using many of the new advances in the .NET Framework 3.5SP1 and 4.0. We have a data layer with
 Entity Framework, use REST web services with WCF and ADO.NET Data Services, write an ASP.NET site for reporting using Dynamic Data and MVC. All the data will come from a WPF client application and a Silverlight application that the audience will run live!
 All this, plus it&#39;s an application that babies and toddlers will love!


Scott Hanselman
Scott Hanselman works for Microsoft as a Principal Program Manager in the Developer Division, aiming to spread good information about developing software, very often on the Microsoft stack. Before this he was the Chief Architect at
 Corillian Corporation, now a part of Checkfree, for 6&amp;#43; years. He was also involved in a few Microsoft Developer things for many years like the MVP and RD programs and will speak about computers (and other passions) whenever someone will listen. He&#39;s written
 a few books, most recently with Bill Evjen and Devin Rader on ASP.NET. He blogs at http://www.hanselman.com and podcasts at http://www.hanselminutes.com.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL49</link>
      <pubDate>Wed, 29 Oct 2008 16:39:09 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL49</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/430793_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/430793_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL49.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL49.mp4" expression="full" fileSize="102407288" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL49.wmv" expression="full" fileSize="133467577" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL49.wmv" expression="full" fileSize="334660097" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL49.wmv" expression="full" fileSize="54492329" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL49.wmv" length="133467577" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL49/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Breakout Session</category>
      <category>Expression</category>
      <category>Expression Blend</category>
      <category>Intermediate</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Microsoft Visual Studio: Web Development Futures</title>
      <description><![CDATA[Get a first look at the next version of Visual Studio for web developers. See how the new deployment tools enable frictionless transfers of web projects from machine to machine. Learn about the new code generation aides and the next generation of JavaScript
 editing and navigation tools. Finally, see how the updated WYSIWYG design view enables standards-based development.
<ul class="speakers">
<li>
<div class="name">Jeff King</div>
<div class="description">Jeff King is a Program Manager in Microsoft's Developer Division. He is responsible for the Visual Studio ASP.NET, HTML, CSS, and JavaScript editors. In previous releases, Jeff has also been responsible for the WYSIWYG design surface,
 delivering the Visual Web Developer Express Edition product, and authoring the Personal Web Site Starter Kit. On the side, he enjoys developing user experiences with WPF.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:da9a1fd9c82e49d7ba0b9deb001851ba">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL48</comments>
      <itunes:summary>Get a first look at the next version of Visual Studio for web developers. See how the new deployment tools enable frictionless transfers of web projects from machine to machine. Learn about the new code generation aides and the next generation of JavaScript
 editing and navigation tools. Finally, see how the updated WYSIWYG design view enables standards-based development.


Jeff King
Jeff King is a Program Manager in Microsoft&#39;s Developer Division. He is responsible for the Visual Studio ASP.NET, HTML, CSS, and JavaScript editors. In previous releases, Jeff has also been responsible for the WYSIWYG design surface,
 delivering the Visual Web Developer Express Edition product, and authoring the Personal Web Site Starter Kit. On the side, he enjoys developing user experiences with WPF.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL48</link>
      <pubDate>Wed, 29 Oct 2008 16:39:08 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL48</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/426763_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/426763_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL48.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL48.mp4" expression="full" fileSize="98405040" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL48.wmv" expression="full" fileSize="118583161" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL48.wmv" expression="full" fileSize="308128377" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL48.wmv" expression="full" fileSize="5467488" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL48.wmv" length="118583161" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL48/RSS</wfw:commentRss>
      <category>ASP.NET</category>
      <category>Breakout Session</category>
      <category>Intermediate</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Microsoft Visual Studio Team System: A Lap Around VSTS 2010</title>
      <description><![CDATA[In the spirit of an agile sprint, see how to use the next version of Visual Studio Team System to manage user stories and re-factor existing architecture. Learn how to diagnose real production problems, debug in-production virtual labs, capture test data
 to eliminate the no-repro bugs, transparently plan, monitor, and adapt software projects.
<ul class="speakers">
<li>
<div class="name">Cameron Skinner</div>
<div class="description">Cameron Skinner joined Microsoft in 2005 and is currently a product unit manager on the Visual Studio Team System (VSTS) team. He is responsible for overseeing the Team Edition – Architect product line. Prior to Microsoft, Mr. Skinner
 was the CTO and chief architect of application development tools for Embarcadero Technologies. Earlier in his career, he served as CTO for Advanced Software Technologies. In his limited spare time, Mr. Skinner enjoys spending time with his wife and three children,
 and playing his acoustic bass.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e02eec388303444b9be69deb001858b0">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL47</comments>
      <itunes:summary>In the spirit of an agile sprint, see how to use the next version of Visual Studio Team System to manage user stories and re-factor existing architecture. Learn how to diagnose real production problems, debug in-production virtual labs, capture test data
 to eliminate the no-repro bugs, transparently plan, monitor, and adapt software projects.


Cameron Skinner
Cameron Skinner joined Microsoft in 2005 and is currently a product unit manager on the Visual Studio Team System (VSTS) team. He is responsible for overseeing the Team Edition – Architect product line. Prior to Microsoft, Mr. Skinner
 was the CTO and chief architect of application development tools for Embarcadero Technologies. Earlier in his career, he served as CTO for Advanced Software Technologies. In his limited spare time, Mr. Skinner enjoys spending time with his wife and three children,
 and playing his acoustic bass.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL47</link>
      <pubDate>Wed, 29 Oct 2008 16:39:06 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL47</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/426762_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/426762_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL47.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL47.mp4" expression="full" fileSize="67214639" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL47.wmv" expression="full" fileSize="111724297" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL47.wmv" expression="full" fileSize="372571345" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL47.wmv" expression="full" fileSize="47022989" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL47.wmv" length="111724297" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL47/RSS</wfw:commentRss>
      <category>Breakout Session</category>
      <category>Intermediate</category>
      <category>Team Foundation Server</category>
      <category>TFS</category>
      <category>VSTS</category>
    </item>
  <item>
      <title>Microsoft Visual C# IDE: Tips and Tricks</title>
      <description><![CDATA[Learn tips and tricks that will make C# code editing faster and more fun using Microsoft Visual Studio.
<ul class="speakers">
<li>
<div class="name">Dustin Campbell</div>
<div class="description"></div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6ab657e8598846d193489deb001860a2">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL46</comments>
      <itunes:summary>Learn tips and tricks that will make C# code editing faster and more fun using Microsoft Visual Studio.


Dustin Campbell


</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL46</link>
      <pubDate>Wed, 29 Oct 2008 16:39:02 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL46</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/426761_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/426761_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL46.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL46.mp4" expression="full" fileSize="39420935" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL46.wmv" expression="full" fileSize="52064397" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL46.wmv" expression="full" fileSize="144861607" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL46.wmv" expression="full" fileSize="26213909" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL46.wmv" length="52064397" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL46/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Lunch Session</category>
      <category>Visual Studio</category>
    </item>
  <item>
      <title>Microsoft Visual Studio Team System Database Edition: Overview</title>
      <description><![CDATA[Visual Studio Team System (VSTS) Database Edition enables developers to apply agile practices to the database tier. VSTS takes &quot;One Version of the Truth&quot; for database objects and moves it into source control. See how it interoperates with external data
 sources like MySQL, Oracle, IBM DB2, and Microsoft SQL Server 2008.
<ul class="speakers">
<li>
<div class="name">Gert Drapers</div>
<div class="description">Gert Drapers is the Group Engineering Manager for the Visual Studio Team System Database Edition product as known as the “Data Dude”. After 3 years of Ashton-Tate where he was first introduced to SQL Server in 1988, Gert joined Microsoft
 in 1991. Prior to his current position he was a member of the SQL Server development team where he held various positions varying from development to management. He contributed to SQL Server 7.0, 2000 and 2005; some SQL Server artifacts he worked on are: BULK
 INSERT, SQL-DMO, SQL Query Analyzer, SQL Profiler, DTS, SQL Agent and SMO. After SQL 2000 he joined the Indigo team where he designed the System.Transactions API and worked on MS-DTC and the web services (WS-AT) transaction specification. In September of 2003
 he joined the SQL Server Customer Advisory Team where he focused on helping customers design and implement the largest SQL Server implementations in the world. In July 2005 he started the DataDude project, which goal in life is to provide an offline schema
 development and deployment environment for SQL Server and other data stores. Right now the team is finishing up the 3rd release of the product! When Gert is not working, he is spending time with his wife and three lovely daughters; loves to cook and make music.
 Besides that he is serving the SQL Server community by writing tools and articles which are published on http://SQLDev.Net and various magazines.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:616b88f7c0ca4d2996019deb00186c63">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL45</comments>
      <itunes:summary>Visual Studio Team System (VSTS) Database Edition enables developers to apply agile practices to the database tier. VSTS takes &amp;quot;One Version of the Truth&amp;quot; for database objects and moves it into source control. See how it interoperates with external data
 sources like MySQL, Oracle, IBM DB2, and Microsoft SQL Server 2008.


Gert Drapers
Gert Drapers is the Group Engineering Manager for the Visual Studio Team System Database Edition product as known as the “Data Dude”. After 3 years of Ashton-Tate where he was first introduced to SQL Server in 1988, Gert joined Microsoft
 in 1991. Prior to his current position he was a member of the SQL Server development team where he held various positions varying from development to management. He contributed to SQL Server 7.0, 2000 and 2005; some SQL Server artifacts he worked on are: BULK
 INSERT, SQL-DMO, SQL Query Analyzer, SQL Profiler, DTS, SQL Agent and SMO. After SQL 2000 he joined the Indigo team where he designed the System.Transactions API and worked on MS-DTC and the web services (WS-AT) transaction specification. In September of 2003
 he joined the SQL Server Customer Advisory Team where he focused on helping customers design and implement the largest SQL Server implementations in the world. In July 2005 he started the DataDude project, which goal in life is to provide an offline schema
 development and deployment environment for SQL Server and other data stores. Right now the team is finishing up the 3rd release of the product! When Gert is not working, he is spending time with his wife and three lovely daughters; loves to cook and make music.
 Besides that he is serving the SQL Server community by writing tools and articles which are published on http://SQLDev.Net and various magazines.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL45</link>
      <pubDate>Wed, 29 Oct 2008 16:38:59 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL45</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/426760_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/426760_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL45.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL45.mp4" expression="full" fileSize="71343424" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL45.wmv" expression="full" fileSize="101036271" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL45.wmv" expression="full" fileSize="281799079" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL45.wmv" expression="full" fileSize="47484087" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL45.wmv" length="101036271" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL45/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>SQL Server</category>
      <category>VSTS</category>
    </item>
  <item>
      <title>IronRuby: The Right Language for the Right Job</title>
      <description><![CDATA[IronRuby is a new dynamically-typed language for Microsoft .NET that offers more runtime flexibility at the expense of compile-time verification. Find out why this is a good thing in the right situations: static compile-time verification for components
 that need additional rigor, and dynamic typing for more fluid parts of a program. See how to use dynamic typing to create internal Domain Specific Languages (DSLs) and how to use them for systems that you create.
<ul class="speakers">
<li>
<div class="name">John Lam</div>
<div class="description">John works on the IronRuby compiler at Microsoft.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:fd3d84bc875043ccb1969deb00187367">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL44</comments>
      <itunes:summary>IronRuby is a new dynamically-typed language for Microsoft .NET that offers more runtime flexibility at the expense of compile-time verification. Find out why this is a good thing in the right situations: static compile-time verification for components
 that need additional rigor, and dynamic typing for more fluid parts of a program. See how to use dynamic typing to create internal Domain Specific Languages (DSLs) and how to use them for systems that you create.


John Lam
John works on the IronRuby compiler at Microsoft.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL44</link>
      <pubDate>Wed, 29 Oct 2008 16:38:57 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL44</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/426759_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/426759_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL44.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL44.mp4" expression="full" fileSize="69234607" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL44.wmv" expression="full" fileSize="89450617" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL44.wmv" expression="full" fileSize="269156411" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL44.wmv" expression="full" fileSize="48377481" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL44.wmv" length="89450617" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL44/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Breakout Session</category>
      <category>Languages</category>
    </item>
  <item>
      <title>Microsoft XNA Game Studio: An Overview</title>
      <description><![CDATA[Learn about XNA Game Studio and the XNA Framework and how they help to quickly and easily create games using Microsoft Visual C# that run on Windows, the Xbox 360, and Zune. Hear about the goals and features of XNA Game Studio and the XNA Framework and
 the types of games that can be created; we even create a game during the session. Finally, hear about the vibrant community around XNA Game Studio and Xbox LIVE Community Games, where games can be distributed via Xbox LIVE Marketplace.
<ul class="speakers">
<li>
<div class="name">Frank Savage</div>
<div class="description">Frank Savage is veteran game developer with 17 years of professional experience. Starting at Origin Systems in 1991, Frank worked on Strike Commander and was the lead on Wing Commander 3. After leaving Origin in 1995, he worked on the
 MechCommander game at the startup FASA Interactive. FASA was acquired by Microsoft in 1999 and after completing MechCommander Gold and MechCommander 2 for Microsoft Game Studios, Frank went to work for the Advanced Technology Group in Xbox just before the
 launch of the first Xbox console. In 2004, Frank joined the XNA team which has evolved into the XNA Community Game Platform team and now works as an architect on the Framework and Tools team delivering XNA Game Studio.</div>
</li></ul>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Niners/System/Posts/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bed4083c03e34f40a2269deb00187d28">]]></description>
      <comments>http://channel9.msdn.com/Blogs/pdc2008/TL43</comments>
      <itunes:summary>Learn about XNA Game Studio and the XNA Framework and how they help to quickly and easily create games using Microsoft Visual C# that run on Windows, the Xbox 360, and Zune. Hear about the goals and features of XNA Game Studio and the XNA Framework and
 the types of games that can be created; we even create a game during the session. Finally, hear about the vibrant community around XNA Game Studio and Xbox LIVE Community Games, where games can be distributed via Xbox LIVE Marketplace.


Frank Savage
Frank Savage is veteran game developer with 17 years of professional experience. Starting at Origin Systems in 1991, Frank worked on Strike Commander and was the lead on Wing Commander 3. After leaving Origin in 1995, he worked on the
 MechCommander game at the startup FASA Interactive. FASA was acquired by Microsoft in 1999 and after completing MechCommander Gold and MechCommander 2 for Microsoft Game Studios, Frank went to work for the Advanced Technology Group in Xbox just before the
 launch of the first Xbox console. In 2004, Frank joined the XNA team which has evolved into the XNA Community Game Platform team and now works as an architect on the Framework and Tools team delivering XNA Game Studio.

</itunes:summary>
      <link>http://channel9.msdn.com/Blogs/pdc2008/TL43</link>
      <pubDate>Wed, 29 Oct 2008 16:38:55 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/pdc2008/TL43</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/426758_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/426758_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL43.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL43.mp4" expression="full" fileSize="138190210" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL43.wmv" expression="full" fileSize="231674935" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL43.wmv" expression="full" fileSize="340099119" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL43.wmv" expression="full" fileSize="55759635" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL43.wmv" length="231674935" type="video/x-ms-wmv"></enclosure>
      <dc:creator>System</dc:creator>
      <itunes:author>System</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/pdc2008/TL43/RSS</wfw:commentRss>
      <category>Advanced</category>
      <category>Lunch Session</category>
      <category>XNA</category>
      <category>XNA framework</category>
    </item>    
</channel>
</rss>