<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/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:evnet="http://www.mscommunities.com/rssmodule/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>pdc2008</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/posts/pdc2008/feed/ipod/default.aspx" /><itunes:summary>PDC 2008</itunes:summary><itunes:author>Erik Porter, System, Mike Sampson, Duncan Mackenzie</itunes:author><itunes:subtitle></itunes:subtitle><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>pdc2008</title><link>http://channel9.msdn.com/posts/pdc2008/</link></image><itunes:image href="http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png" /><itunes:category text="Technology" /><description>PDC 2008</description><link>http://channel9.msdn.com/posts/pdc2008/</link><language>en-us</language><pubDate>Mon, 03 Nov 2008 11:40:17 GMT</pubDate><lastBuildDate>Mon, 03 Nov 2008 11:40:17 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3599.6114, Culture=neutral, PublicKeyToken=null)</generator><item><title>The New COM API for Accessibility and Automation in Windows 7</title><description>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++.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Michael Bernstein&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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++.Michael Bernstein</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC64-V/</link><pubDate>Mon, 03 Nov 2008 19:45:36 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC64-V.mp4</guid><evnet:views>3317</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/439014/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC64-V.jpg" height="240" width="320" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC64-V.pptx" expression="full" fileSize="454367" type="" /><media:content isDefault="true" 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 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 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 isDefault="true" 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:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC64-V.mp4" length="1229760" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/439014/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>PresentationClient</category><category>Windows 7</category></item><item><title>Best practices for signing and verifying code on Windows 7</title><description>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 with-in your application.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Ben Nick&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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'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 with-in your application.Ben Nick</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC63-V/</link><pubDate>Mon, 03 Nov 2008 19:45:34 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC63-V.mp4</guid><evnet:views>1958</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/439013/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC63-V.jpg" height="240" width="320" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/PC63-V.ZIP" expression="full" fileSize="4457533" type="" /><media:content isDefault="true" 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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC63-V.wmv" expression="full" fileSize="79475960" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC63-V.wmv" expression="full" fileSize="23200713" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC63-V.wmv" expression="full" fileSize="79475960" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC63-V.mp4" length="4252320" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/439013/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>PresentationClient</category></item><item><title>Research in the 21st Century</title><description>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.</description><comments></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/pdc2008/KYN04/</link><pubDate>Mon, 03 Nov 2008 19:44:44 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN04.mp4</guid><evnet:views>3821</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/439005/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN04.jpg" height="240" width="320" /><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 isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN04.wmv" expression="full" fileSize="190190761" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN04.wmv" expression="full" fileSize="462636017" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN04.wmv" expression="full" fileSize="429908743" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN04.mp4" length="342288505" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/439005/Trackback.aspx</trackback:ping></item><item><title>Day Two Keynote - Chris Anderson and Don Box </title><description>Chris Anderson and Don Box take the microphone over in Keynote 3 and explore Microsoft's latest technologies through the eyes of working developers.</description><comments></comments><itunes:summary>Chris Anderson and Don Box take the microphone over in Keynote 3 and explore Microsoft's latest technologies through the eyes of working developers.</itunes:summary><link>http://channel9.msdn.com/pdc2008/KYN03/</link><pubDate>Mon, 03 Nov 2008 16:44:43 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN03.mp4</guid><evnet:views>99206</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436779/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Chris Anderson and Don Box take the microphone over in Keynote 3 and explore Microsoft's latest technologies through the eyes of working developers.</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN03.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN03.wmv" expression="full" fileSize="89120329" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN03.wmv" expression="full" fileSize="60300731" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN03.wmv" expression="full" fileSize="325516125" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN03.mp4" length="69759778" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/436779/Trackback.aspx</trackback:ping></item><item><title>Day Two Keynote - Ray Ozzie, Steven Sinofsky, Scott Guthrie and David Treadwell </title><description>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.</description><comments></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/pdc2008/KYN02/</link><pubDate>Mon, 03 Nov 2008 16:44:41 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN02.mp4</guid><evnet:views>121624</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436778/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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.</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN02.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN02.wmv" expression="full" fileSize="323129963" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN02.wmv" expression="full" fileSize="310584607" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN02.wmv" expression="full" fileSize="668176657" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN02.mp4" length="229370493" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/436778/Trackback.aspx</trackback:ping></item><item><title>Day One Keynote - Ray Ozzie, Amitabh Srivastava, Bob Muglia and David Thompson </title><description>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.</description><comments></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'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.</itunes:summary><link>http://channel9.msdn.com/pdc2008/KYN01/</link><pubDate>Mon, 03 Nov 2008 16:42:50 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN01.mp4</guid><evnet:views>113774</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436256/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/KYN01.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/KYN01.wmv" expression="full" fileSize="305368918" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/KYN01.wmv" expression="full" fileSize="152958240" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/KYN01.wmv" expression="full" fileSize="414640911" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/KYN01.mp4" length="350719814" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/436256/Trackback.aspx</trackback:ping></item><item><title>Panel: The Future of Unit Testing</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jim Newkirk&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Nikolai Tillmann&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Euan Garden&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Peter Provost&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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'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 NewkirkNikolai TillmannNikolai 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 GardenPeter ProvostPeter 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/pdc2008/TL61/</link><pubDate>Wed, 29 Oct 2008 16:39:31 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL61.mp4</guid><evnet:views>103372</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/432387/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL61.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL61.wmv" expression="full" fileSize="504666760" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL61.wmv" expression="full" fileSize="26882027" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL61.wmv" expression="full" fileSize="176037119" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL61.mp4" length="24029200" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/432387/Trackback.aspx</trackback:ping><category>Intermediate</category><category>Lunch Session</category><category>Visual Studio</category></item><item><title>Improving Code Quality with Code Analysis</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Ravs Kaur&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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'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/pdc2008/TL60/</link><pubDate>Wed, 29 Oct 2008 16:39:29 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL60.mp4</guid><evnet:views>102399</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/432386/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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,&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL60.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL60.pptx" expression="full" fileSize="1552465" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL60.wmv" expression="full" fileSize="96189681" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL60.wmv" expression="full" fileSize="32567041" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL60.wmv" expression="full" fileSize="224766329" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL60.mp4" length="55450574" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/432386/Trackback.aspx</trackback:ping><category>Advanced</category><category>Lunch Session</category><category>Visual Studio</category></item><item><title>Visual Studio Debugger Tips &amp; Tricks</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;John Cunningham&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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's best practices.John CunninghamJohn 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/pdc2008/TL59/</link><pubDate>Wed, 29 Oct 2008 16:39:27 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL59.mp4</guid><evnet:views>107722</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/432385/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL59.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL59.pptx" expression="full" fileSize="1002437" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL59.wmv" expression="full" fileSize="77521845" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL59.wmv" expression="full" fileSize="33526053" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL59.wmv" expression="full" fileSize="246689333" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL59.mp4" length="46757506" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/432385/Trackback.aspx</trackback:ping><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>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Thomas Ball&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Madan Musuvathi&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 BallThomas 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.Madan MusuvathiMadan 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/pdc2008/TL58/</link><pubDate>Wed, 29 Oct 2008 16:39:25 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL58.mp4</guid><evnet:views>85168</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430801/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL58.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL58.pptx" expression="full" fileSize="794323" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL58.wmv" expression="full" fileSize="195898739" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL58.wmv" expression="full" fileSize="47540735" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL58.wmv" expression="full" fileSize="375694067" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL58.mp4" length="102392155" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430801/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Parallelism</category><category>research</category></item><item><title>Panel: The Future of Programming Languages</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Douglas Crockford&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Gilad Bracha&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Jeremy Siek&lt;/div&gt;&lt;div&gt;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++ Standard. Also while at Indiana, Jeremy developed the Boost Graph Library, a C++ 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.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Anders Hejlsberg&lt;/div&gt;&lt;div&gt;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++ 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 "The C# Programming Language", 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.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Erik Meijer&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Wolfram Schulte&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 CrockfordDouglas 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 BrachaGilad 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 SiekJeremy 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++ Standard. Also while at Indiana, Jeremy developed the Boost Graph Library, a C++ 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 HejlsbergAnders 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++ 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 "The C# Programming Language", 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.Erik MeijerWolfram SchulteWolfram 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.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL57/</link><pubDate>Wed, 29 Oct 2008 16:39:22 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL57.mp4</guid><evnet:views>88415</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430800/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL57.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL57.wmv" expression="full" fileSize="713072020" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL57.wmv" expression="full" fileSize="36585709" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL57.wmv" expression="full" fileSize="33444292" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL57.mp4" length="33487455" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430800/Trackback.aspx</trackback:ping><category>Languages</category><category>Panel</category></item><item><title>Project "Velocity": Under the Hood</title><description>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.
&lt;ul&gt;&lt;li&gt;&lt;div&gt;Anil Nori&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>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.
Anil Nori</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL56/</link><pubDate>Wed, 29 Oct 2008 16:39:20 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL56.mp4</guid><evnet:views>80895</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430799/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL56.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL56.pptx" expression="full" fileSize="924402" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL56.docx" expression="full" fileSize="17764" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL56.wmv" expression="full" fileSize="87677421" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL56.wmv" expression="full" fileSize="44123493" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL56.wmv" expression="full" fileSize="214095744" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL56.mp4" length="59561229" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430799/Trackback.aspx</trackback:ping><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>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;George Chrysanthakopoulos&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>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.George Chrysanthakopoulos</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL55/</link><pubDate>Wed, 29 Oct 2008 16:39:18 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL55.mp4</guid><evnet:views>85155</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430798/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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.George Chrysanthakopoulos</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL55.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL55.pptx" expression="full" fileSize="1988151" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL55.docx" expression="full" fileSize="18291" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/TL55.ZIP" expression="full" fileSize="18231" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL55.wmv" expression="full" fileSize="100694549" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL55.wmv" expression="full" fileSize="35958585" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL55.wmv" expression="full" fileSize="392739217" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL55.mp4" length="76431615" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430798/Trackback.aspx</trackback:ping><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>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!
&lt;ul&gt;&lt;li&gt;&lt;div&gt;Alex Turner&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 TurnerAlex 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/pdc2008/TL54/</link><pubDate>Wed, 29 Oct 2008 16:39:16 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL54.mp4</guid><evnet:views>46595</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430797/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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 TurnerAlex Turner is the Program&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL54.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL54.pptx" expression="full" fileSize="561064" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL54.wmv" expression="full" fileSize="54251619" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL54.wmv" expression="full" fileSize="26470503" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL54.wmv" expression="full" fileSize="202934523" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL54.mp4" length="39161146" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430797/Trackback.aspx</trackback:ping><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>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 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 velocity for teams from size 5 through 50,000.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Brian Harry&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 a 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 velocity for teams from size 5 through 50,000.Brian Harry</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL52/</link><pubDate>Wed, 29 Oct 2008 16:39:14 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL52.mp4</guid><evnet:views>46048</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430796/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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 demonstration of build automation, policy&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL52.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL52.mp4" expression="full" fileSize="160318764" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL52.pptx" expression="full" fileSize="749162" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL52.docx" expression="full" fileSize="21992" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL52.wmv" expression="full" fileSize="141115255" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL52.wmv" expression="full" fileSize="452609159" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL52.wmv" expression="full" fileSize="44601183" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL52.wmv" expression="full" fileSize="452609159" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL52.mp4" length="160318764" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430796/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>TFS</category></item><item><title>Research: Contract Checking and Automated Test Generation with Pex</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Nikolai Tillmann&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Mike Barnett&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 TillmannNikolai 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 BarnettMike 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/pdc2008/TL51/</link><pubDate>Wed, 29 Oct 2008 16:39:13 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL51.mp4</guid><evnet:views>36962</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430795/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL51.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL51.pptx" expression="full" fileSize="1149145" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL51.docx" expression="full" fileSize="17688" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL51.wmv" expression="full" fileSize="110429735" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL51.wmv" expression="full" fileSize="33760789" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL51.wmv" expression="full" fileSize="313739159" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL51.mp4" length="66566978" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430795/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Intermediate</category><category>research</category></item><item><title>Research: BAM, AjaxScope, and Doloto</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Ethan Jackson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Emre Kiciman&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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' JavaScript code for end-to-end monitoring and optimization.Ethan JacksonEmre KicimanEmre 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.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL50/</link><pubDate>Wed, 29 Oct 2008 16:39:11 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL50.mp4</guid><evnet:views>27241</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430794/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL50.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL50.pptx" expression="full" fileSize="5106779" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL50.wmv" expression="full" fileSize="72963587" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL50.wmv" expression="full" fileSize="38336467" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL50.wmv" expression="full" fileSize="195621279" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL50.mp4" length="50640781" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430794/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Intermediate</category><category>research</category></item><item><title>Microsoft .NET Framework: Overview and Applications for Babies</title><description>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! &lt;ul&gt;&lt;li&gt;&lt;div&gt;Scott Hanselman&lt;/div&gt;&lt;div&gt;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+ 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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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's an application that babies and toddlers will love! Scott HanselmanScott 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+ 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.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL49/</link><pubDate>Wed, 29 Oct 2008 16:39:09 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL49.mp4</guid><evnet:views>33097</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430793/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL49.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL49.pptx" expression="full" fileSize="6185552" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL49.docx" expression="full" fileSize="20096" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL49.wmv" expression="full" fileSize="133467577" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL49.wmv" expression="full" fileSize="54492329" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL49.wmv" expression="full" fileSize="334660097" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL49.mp4" length="102407288" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430793/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Breakout Session</category><category>Expression</category><category>Intermediate</category><category>Visual Studio</category></item><item><title>Microsoft Visual Studio: Web Development Futures</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jeff King&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 KingJeff 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.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL48/</link><pubDate>Wed, 29 Oct 2008 16:39:08 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL48.mp4</guid><evnet:views>21816</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426763/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL48.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL48.pptx" expression="full" fileSize="2260442" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL48.wmv" expression="full" fileSize="118583161" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL48.wmv" expression="full" fileSize="5467488" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL48.wmv" expression="full" fileSize="308128377" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL48.mp4" length="98405040" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426763/Trackback.aspx</trackback:ping><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>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Cameron Skinner&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 SkinnerCameron 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/pdc2008/TL47/</link><pubDate>Wed, 29 Oct 2008 16:39:06 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL47.mp4</guid><evnet:views>19233</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426762/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL47.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL47.pptx" expression="full" fileSize="1033901" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL47.wmv" expression="full" fileSize="111724297" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL47.wmv" expression="full" fileSize="47022989" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL47.wmv" expression="full" fileSize="372571345" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL47.mp4" length="67214639" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426762/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Intermediate</category><category>TFS</category><category>VSTS</category></item><item><title>Microsoft Visual C# IDE: Tips and Tricks</title><description>Learn tips and tricks that will make C# code editing faster and more fun using Microsoft Visual Studio.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Dustin Campbell&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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/pdc2008/TL46/</link><pubDate>Wed, 29 Oct 2008 16:39:02 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL46.mp4</guid><evnet:views>40014</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426761/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn tips and tricks that will make C# code editing faster and more fun using Microsoft Visual Studio.Dustin Campbell</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL46.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL46.pptx" expression="full" fileSize="541310" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL46.wmv" expression="full" fileSize="52064397" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL46.wmv" expression="full" fileSize="26213909" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL46.wmv" expression="full" fileSize="144861607" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL46.mp4" length="39420935" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426761/Trackback.aspx</trackback:ping><category>Advanced</category><category>Lunch Session</category><category>Visual Studio</category></item><item><title>Microsoft Visual Studio Team System Database Edition: Overview</title><description>Visual Studio Team System (VSTS) Database Edition enables developers to apply agile practices to the database tier. VSTS takes "One Version of the Truth" 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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Gert Drapers&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Visual Studio Team System (VSTS) Database Edition enables developers to apply agile practices to the database tier. VSTS takes "One Version of the Truth" 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 DrapersGert 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/pdc2008/TL45/</link><pubDate>Wed, 29 Oct 2008 16:38:59 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL45.mp4</guid><evnet:views>14943</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426760/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Visual Studio Team System (VSTS) Database Edition enables developers to apply agile practices to the database tier. VSTS takes "One Version of the Truth" for database objects and moves it into source control. See how it interoperates with external data sources like MySQL, Oracle, IBM DB2, and&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL45.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL45.pptx" expression="full" fileSize="773183" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL45.wmv" expression="full" fileSize="101036271" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL45.wmv" expression="full" fileSize="47484087" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL45.wmv" expression="full" fileSize="281799079" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL45.mp4" length="71343424" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426760/Trackback.aspx</trackback:ping><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>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;John Lam&lt;/div&gt;&lt;div&gt;John works on the IronRuby compiler at Microsoft.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 LamJohn works on the IronRuby compiler at Microsoft.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL44/</link><pubDate>Wed, 29 Oct 2008 16:38:57 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL44.mp4</guid><evnet:views>14541</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426759/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL44.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL44.pptx" expression="full" fileSize="10767900" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL44.wmv" expression="full" fileSize="89450617" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL44.wmv" expression="full" fileSize="48377481" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL44.wmv" expression="full" fileSize="269156411" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL44.mp4" length="69234607" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426759/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Languages</category></item><item><title>Microsoft XNA Game Studio: An Overview</title><description>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.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Frank Savage&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></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 SavageFrank 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/pdc2008/TL43/</link><pubDate>Wed, 29 Oct 2008 16:38:55 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL43.mp4</guid><evnet:views>13000</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426758/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>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&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL43.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL43.pptx" expression="full" fileSize="993497" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL43.wmv" expression="full" fileSize="231674935" type="video/x-ms-wmv" medium="video" /><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 url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL43.wmv" expression="full" fileSize="55759635" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL43.wmv" expression="full" fileSize="340099119" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL43.mp4" length="138190210" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426758/Trackback.aspx</trackback:ping><category>Advanced</category><category>Lunch Session</category><category>XNA</category></item><item><title>Microsoft SQL Server 2008: Powering MSDN</title><description>Hear how the MSDN team created the multi-terabyte system (over 12 million documents) that serves as the core of the web platform and provides integration of content from MSDN and TechNet into Microsoft Visual Studio, Microsoft Exchange Server, and Windows Server. Learn about advanced features like: designs around Blob and associated content from other stores, MERGE delta-processing, Index Filtering, Table Value Parameters, and Data Compression. Everything is demonstrated in the MSDN production system with real-world scenarios.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Mark Johnston&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear how the MSDN team created the multi-terabyte system (over 12 million documents) that serves as the core of the web platform and provides integration of content from MSDN and TechNet into Microsoft Visual Studio, Microsoft Exchange Server, and Windows Server. Learn about advanced features like: designs around Blob and associated content from other stores, MERGE delta-processing, Index Filtering, Table Value Parameters, and Data Compression. Everything is demonstrated in the MSDN production system with real-world scenarios.Mark Johnston</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL42/</link><pubDate>Wed, 29 Oct 2008 16:38:53 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL42.mp4</guid><evnet:views>8097</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426757/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear how the MSDN team created the multi-terabyte system (over 12 million documents) that serves as the core of the web platform and provides integration of content from MSDN and TechNet into Microsoft Visual Studio, Microsoft Exchange Server, and Windows Server. Learn about advanced features like:&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL42.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL42.mp4" expression="full" fileSize="61020783" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL42.pptx" expression="full" fileSize="757757" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/TL42.ZIP" expression="full" fileSize="14207" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL42.wmv" expression="full" fileSize="107416533" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL42.wmv" expression="full" fileSize="209892881" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL42.wmv" expression="full" fileSize="29010221" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL42.wmv" expression="full" fileSize="209892881" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL42.mp4" length="61020783" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426757/Trackback.aspx</trackback:ping><category>Intermediate</category><category>Lunch Session</category><category>SQL Server</category><category>Visual Studio</category></item><item><title>"Dublin" and .NET Services: Extending On-Premises Applications to the Cloud</title><description>Would you like to extend your existing SharePoint and .NET applications both on-premises and to the cloud in a non-intrusive way?  This session will show you real-world examples of how to harness .NET Services workflow, access control and service bus to enhance business processes and add new capabilities to your application.  We will demonstrate the use of "Dublin" Windows Application Server technologies to build extended application functionality.  Lastly, you will see how workflow can be used to integrate across multiple organizations and the cloud. For ISVs, this session will provide a blueprint for how to sell more products to your installed base without requiring them to upgrade.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jacob Avital&lt;/div&gt;&lt;div&gt;Koby Avital has over twenty years experience as a senior executive, GM (SVP/VP) of Engineering and CTO in highly competitive software companies in enterprise applications and solutions, networking, communications, Internet applications, Internet security and multi-tiers real-time systems.
Koby join Microsoft two years ago from SAP (GM composite applications, and a co-GM of SAP’s Enterprise Service Architecture) and from PeopleSoft (Chief Scientist and HCM head of development). With Microsoft Koby is heading CSD technology and products integration projects with internal Microsoft products to achieve better alignment across divisions. Koby is using his broad experience and market understanding to influence Microsoft products direction aiming on providing short and long term solutions to existing and future markets&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Would you like to extend your existing SharePoint and .NET applications both on-premises and to the cloud in a non-intrusive way?  This session will show you real-world examples of how to harness .NET Services workflow, access control and service bus to enhance business processes and add new capabilities to your application.  We will demonstrate the use of "Dublin" Windows Application Server technologies to build extended application functionality.  Lastly, you will see how workflow can be used to integrate across multiple organizations and the cloud. For ISVs, this session will provide a blueprint for how to sell more products to your installed base without requiring them to upgrade.Jacob AvitalKoby Avital has over twenty years experience as a senior executive, GM (SVP/VP) of Engineering and CTO in highly competitive software companies in enterprise applications and solutions, networking, communications, Internet applications, Internet security and multi-tiers real-time systems.
Koby join Microsoft two years ago from SAP (GM composite applications, and a co-GM of SAP’s Enterprise Service Architecture) and from PeopleSoft (Chief Scientist and HCM head of development). With Microsoft Koby is heading CSD technology and products integration projects with internal Microsoft products to achieve better alignment across divisions. Koby is using his broad experience and market understanding to influence Microsoft products direction aiming on providing short and long term solutions to existing and future markets</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL40/</link><pubDate>Wed, 29 Oct 2008 16:38:51 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL40.mp4</guid><evnet:views>10907</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430792/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Would you like to extend your existing SharePoint and .NET applications both on-premises and to the cloud in a non-intrusive way?  This session will show you real-world examples of how to harness .NET Services workflow, access control and service bus to enhance business processes and add new&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL40.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL40.mp4" expression="full" fileSize="33027033" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL40.pptx" expression="full" fileSize="814406" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL40.wmv" expression="full" fileSize="49280077" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL40.wmv" expression="full" fileSize="164186377" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL40.wmv" expression="full" fileSize="25711109" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL40.wmv" expression="full" fileSize="164186377" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL40.mp4" length="33027033" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430792/Trackback.aspx</trackback:ping><category>Advanced</category><category>Azure</category><category>Lunch Session</category><category>Sharepoint</category></item><item><title>Coding4Fun: Windows Presentation Foundation Animation, YouTube, iTunes, Twitter, and Nintendo's Wiimote</title><description>Spend time with Coding4Fun authors as they walk through some DIY Development projects: TwitterVote, Wiimote, InnerTube, and BabySmash.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Brian Peek&lt;/div&gt;&lt;div&gt;Brian is a Microsoft C# MVP who has been actively developing in .NET since its early betas in 2000, and who has been developing solutions using Microsoft technologies and platforms for even longer. Along with .NET, Brian is particularly skilled in the languages of C, C++ and assembly language for a variety of CPUs. He is also well-versed in a wide variety of technologies including web development, document imaging, GIS, graphics, game development, and hardware interfacing. Additionally, Brian has co-authored the book "Debugging ASP.NET" published by New Riders, and is currently co-authoring a book titled "Coding4Fun: 10 .NET Programming Projects for Wiimote, YouTube, World of Warcraft, and More" to be published by O'Reilly in November 2008. Brian is also an author for MSDN's Coding4Fun website.  You can reach Brian via his blog at http://www.brianpeek.com/ .&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Dan Fernandez&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Clint Rutkas&lt;/div&gt;&lt;div&gt;Clint Rutkas works for Microsoft as an Academic Developer Evangelist.  Before Microsoft, Clint developed web applications with ASP.Net and c# for two separate companies in Chicago, IL.  In his spare time, he builds “interesting” c# hardware projects like disco dance floors, self-balancing skateboards, and automated bartenders.

He blogs at http://betterthaneveryone.com along with http://blogs.msdn.com/coding4fun.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Scott Hanselman&lt;/div&gt;&lt;div&gt;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+ 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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Spend time with Coding4Fun authors as they walk through some DIY Development projects: TwitterVote, Wiimote, InnerTube, and BabySmash.Brian PeekBrian is a Microsoft C# MVP who has been actively developing in .NET since its early betas in 2000, and who has been developing solutions using Microsoft technologies and platforms for even longer. Along with .NET, Brian is particularly skilled in the languages of C, C++ and assembly language for a variety of CPUs. He is also well-versed in a wide variety of technologies including web development, document imaging, GIS, graphics, game development, and hardware interfacing. Additionally, Brian has co-authored the book "Debugging ASP.NET" published by New Riders, and is currently co-authoring a book titled "Coding4Fun: 10 .NET Programming Projects for Wiimote, YouTube, World of Warcraft, and More" to be published by O'Reilly in November 2008. Brian is also an author for MSDN's Coding4Fun website.  You can reach Brian via his blog at http://www.brianpeek.com/ .Dan FernandezClint RutkasClint Rutkas works for Microsoft as an Academic Developer Evangelist.  Before Microsoft, Clint developed web applications with ASP.Net and c# for two separate companies in Chicago, IL.  In his spare time, he builds “interesting” c# hardware projects like disco dance floors, self-balancing skateboards, and automated bartenders.

He blogs at http://betterthaneveryone.com along with http://blogs.msdn.com/coding4fun.Scott HanselmanScott 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+ 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.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL39/</link><pubDate>Wed, 29 Oct 2008 16:38:49 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL39.mp4</guid><evnet:views>13741</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426756/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Spend time with Coding4Fun authors as they walk through some DIY Development projects: TwitterVote, Wiimote, InnerTube, and BabySmash.Brian PeekBrian is a Microsoft C# MVP who has been actively developing in .NET since its early betas in 2000, and who has been developing solutions using Microsoft&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL39.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL39.mp4" expression="full" fileSize="59579091" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL39.pptx" expression="full" fileSize="7364901" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL39.wmv" expression="full" fileSize="117547581" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL39.wmv" expression="full" fileSize="414930717" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL39.wmv" expression="full" fileSize="43611045" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL39.wmv" expression="full" fileSize="414930717" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL39.mp4" length="59579091" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426756/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Lunch Session</category><category>WPF</category></item><item><title>WCF: Zen of Performance and Scale  </title><description>Join us for an interactive lunch discussion about different kinds of performance and scale requirements that are a crucial part of any distributed systems development life cycle. Learn the principles of Windows Communication Foundation (WCF) throughput and responsiveness optimization. Hear about WCF scalability improvements in the next version of the Microsoft .NET Framework.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Nicholas Allen&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Join us for an interactive lunch discussion about different kinds of performance and scale requirements that are a crucial part of any distributed systems development life cycle. Learn the principles of Windows Communication Foundation (WCF) throughput and responsiveness optimization. Hear about WCF scalability improvements in the next version of the Microsoft .NET Framework.Nicholas Allen</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL38/</link><pubDate>Wed, 29 Oct 2008 16:38:47 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL38.mp4</guid><evnet:views>12413</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426755/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Join us for an interactive lunch discussion about different kinds of performance and scale requirements that are a crucial part of any distributed systems development life cycle. Learn the principles of Windows Communication Foundation (WCF) throughput and responsiveness optimization. Hear about WCF&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL38.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL38.mp4" expression="full" fileSize="33417415" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL38.pptx" expression="full" fileSize="1569801" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL38.wmv" expression="full" fileSize="49070643" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL38.wmv" expression="full" fileSize="240773195" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL38.wmv" expression="full" fileSize="25878559" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL38.wmv" expression="full" fileSize="240773195" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL38.mp4" length="33417415" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426755/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Lunch Session</category><category>WCF</category></item><item><title>Microsoft Visual Studio Team System: Leveraging Virtualization to Improve Code Quality with Team Lab</title><description>Would you like to test fixes in a production-like environment before checking them in to source control? The Visual Studio Team System (code name "Rosario") release of Team Lab improves productivity and quality while reducing the cost of building and testing world class products. Learn how Team Lab provides a fast and easy way to create a test environment and tear it down, target specific test environments, and take snapshots of an environment for easy deployment.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Ram Cherala&lt;/div&gt;&lt;div&gt;I am the Principal Program Manager in the VSTS Test Business which is part of the Developer Division. I enjoy building well integrated set of tools and technologies that enable developers build, test and ship quality software.

I started my career at Microsoft 18 years ago in the Windows Division after 3.5 years working as a programmer in India and a M.S.(CS) from Oregon State University. After working as a Developer and Development Lead and shipping several releases of the award winning Routing and Remote Access Services for Windows, I moved to the MS India Development Center (MSIDC) in Hyderabad. I was a founding member of the team of employees who moved from Redmond to create MSIDC.

As Development Lead and Manager I shipped the award winning Services For Unix (2.0 and 3.0). I then moved on to build the Windows Sustained Engineering team from ground up culminating in shipping the Windows 2000 URP release. Before joining the Developer Division I was the Product Unit Manager for the Windows Client Servicing group in Redmond.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Would you like to test fixes in a production-like environment before checking them in to source control? The Visual Studio Team System (code name "Rosario") release of Team Lab improves productivity and quality while reducing the cost of building and testing world class products. Learn how Team Lab provides a fast and easy way to create a test environment and tear it down, target specific test environments, and take snapshots of an environment for easy deployment.Ram CheralaI am the Principal Program Manager in the VSTS Test Business which is part of the Developer Division. I enjoy building well integrated set of tools and technologies that enable developers build, test and ship quality software.

I started my career at Microsoft 18 years ago in the Windows Division after 3.5 years working as a programmer in India and a M.S.(CS) from Oregon State University. After working as a Developer and Development Lead and shipping several releases of the award winning Routing and Remote Access Services for Windows, I moved to the MS India Development Center (MSIDC) in Hyderabad. I was a founding member of the team of employees who moved from Redmond to create MSIDC.

As Development Lead and Manager I shipped the award winning Services For Unix (2.0 and 3.0). I then moved on to build the Windows Sustained Engineering team from ground up culminating in shipping the Windows 2000 URP release. Before joining the Developer Division I was the Product Unit Manager for the Windows Client Servicing group in Redmond.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL37/</link><pubDate>Wed, 29 Oct 2008 16:38:45 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL37.mp4</guid><evnet:views>9764</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426754/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Would you like to test fixes in a production-like environment before checking them in to source control? The Visual Studio Team System (code name "Rosario") release of Team Lab improves productivity and quality while reducing the cost of building and testing world class products. Learn how Team Lab&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL37.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL37.mp4" expression="full" fileSize="63706246" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL37.pptx" expression="full" fileSize="731542" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL37.wmv" expression="full" fileSize="109704209" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL37.wmv" expression="full" fileSize="293847421" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL37.wmv" expression="full" fileSize="36899173" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL37.wmv" expression="full" fileSize="293847421" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL37.mp4" length="63706246" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426754/Trackback.aspx</trackback:ping><category>Advanced</category><category>Lunch Session</category><category>VSTS</category></item><item><title>WCF: Developing RESTful Services</title><description>Learn the latest features in Windows Communication Foundation (WCF)for building Web 2.0-style services that use URIs, HTTP GET, and other data formats beyond XML. See how these features can be applied to AJAX web sites, "REST" applications, and data feeds.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Steve Maine&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn the latest features in Windows Communication Foundation (WCF)for building Web 2.0-style services that use URIs, HTTP GET, and other data formats beyond XML. See how these features can be applied to AJAX web sites, "REST" applications, and data feeds.Steve Maine</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL35/</link><pubDate>Wed, 29 Oct 2008 16:38:40 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL35.mp4</guid><evnet:views>14448</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426752/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn the latest features in Windows Communication Foundation (WCF)for building Web 2.0-style services that use URIs, HTTP GET, and other data formats beyond XML. See how these features can be applied to AJAX web sites, "REST" applications, and data feeds.Steve Maine</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL35.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL35.mp4" expression="full" fileSize="71926206" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL35.pptx" expression="full" fileSize="592968" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL35.wmv" expression="full" fileSize="107197107" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL35.wmv" expression="full" fileSize="83820544" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL35.wmv" expression="full" fileSize="46037931" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL35.wmv" expression="full" fileSize="83820544" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL35.mp4" length="71926206" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426752/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category><category>WCF</category></item><item><title>Managed and Native Code Interoperability: Best Practices</title><description>Learn when, where, and how to use the various managed to native interoperability technologies. See upcoming features and tools and how they make interoperability even easier.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jesse Kaplan&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn when, where, and how to use the various managed to native interoperability technologies. See upcoming features and tools and how they make interoperability even easier.Jesse Kaplan</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL34/</link><pubDate>Wed, 29 Oct 2008 16:38:38 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL34.mp4</guid><evnet:views>9034</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426751/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn when, where, and how to use the various managed to native interoperability technologies. See upcoming features and tools and how they make interoperability even easier.Jesse Kaplan</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL34.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL34.mp4" expression="full" fileSize="58131501" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL34.pptx" expression="full" fileSize="568337" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL34.docx" expression="full" fileSize="17866" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL34.wmv" expression="full" fileSize="81086913" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL34.wmv" expression="full" fileSize="166708893" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL34.wmv" expression="full" fileSize="45664149" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL34.wmv" expression="full" fileSize="166708893" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL34.mp4" length="58131501" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426751/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category></item><item><title>Managed Extensibility Framework: Overview</title><description>The Managed Extensibility Framework (MEF) is a new extensibility model in the .NET framework that provides a simple declarative model for application developers and extenders to build openly extensible applications. Come to this session and you'll learn about our Composition model and the APIs that work with it. You'll learn about composable parts, exports, imports and the composition container that brings them all together. You'll see how using the model you can develop open-ended applications that can easily be extended both internally and by third-parties.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Glenn Block&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The Managed Extensibility Framework (MEF) is a new extensibility model in the .NET framework that provides a simple declarative model for application developers and extenders to build openly extensible applications. Come to this session and you'll learn about our Composition model and the APIs that work with it. You'll learn about composable parts, exports, imports and the composition container that brings them all together. You'll see how using the model you can develop open-ended applications that can easily be extended both internally and by third-parties.Glenn Block</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL33/</link><pubDate>Wed, 29 Oct 2008 16:38:34 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL33.mp4</guid><evnet:views>12434</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426750/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The Managed Extensibility Framework (MEF) is a new extensibility model in the .NET framework that provides a simple declarative model for application developers and extenders to build openly extensible applications. Come to this session and you'll learn about our Composition model and the APIs that&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL33.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL33.mp4" expression="full" fileSize="78842644" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL33.pptx" expression="full" fileSize="12441811" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL33.wmv" expression="full" fileSize="120157689" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL33.wmv" expression="full" fileSize="313162729" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL33.wmv" expression="full" fileSize="48959825" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL33.wmv" expression="full" fileSize="313162729" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL33.mp4" length="78842644" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426750/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category><category>Visual Studio</category></item><item><title>Microsoft Visual Studio: Customizing and Extending the Development Environment</title><description>The next version of Visual Studio moves beyond add-ins and packages to unleash powerful new ways to customize and extend the environment. Learn about the Visual Studio extension model-built on a common Microsoft .NET extensibility framework--that makes it easy to customize Visual Studio in new ways. See how to create extensions for the new code editor and project system, and hear how to build your own graphical designers and specialized development environments.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Tim Wagner&lt;/div&gt;&lt;div&gt;Dr. Wagner is a former Eclipse board member and lead of the Eclipse Web Tools Platform, now working with the Visual Studio platform team to enhance the Visual Studio product line with extensible technologies and to exploit WPF to create new user interaction scenarios. His interests include IDEs, compiler front ends, and the creation of extensible platforms and APIs.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The next version of Visual Studio moves beyond add-ins and packages to unleash powerful new ways to customize and extend the environment. Learn about the Visual Studio extension model-built on a common Microsoft .NET extensibility framework--that makes it easy to customize Visual Studio in new ways. See how to create extensions for the new code editor and project system, and hear how to build your own graphical designers and specialized development environments.Tim WagnerDr. Wagner is a former Eclipse board member and lead of the Eclipse Web Tools Platform, now working with the Visual Studio platform team to enhance the Visual Studio product line with extensible technologies and to exploit WPF to create new user interaction scenarios. His interests include IDEs, compiler front ends, and the creation of extensible platforms and APIs.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL32/</link><pubDate>Wed, 29 Oct 2008 16:38:32 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL32.mp4</guid><evnet:views>7309</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426749/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The next version of Visual Studio moves beyond add-ins and packages to unleash powerful new ways to customize and extend the environment. Learn about the Visual Studio extension model-built on a common Microsoft .NET extensibility framework--that makes it easy to customize Visual Studio in new ways.&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL32.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL32.mp4" expression="full" fileSize="68127567" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL32.pptx" expression="full" fileSize="3951379" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL32.wmv" expression="full" fileSize="112069979" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL32.wmv" expression="full" fileSize="346506267" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL32.wmv" expression="full" fileSize="41803495" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL32.wmv" expression="full" fileSize="346506267" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL32.mp4" length="68127567" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426749/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Visual Studio</category></item><item><title>"Oslo": Building Textual DSLs</title><description>The "Oslo" modeling language can define schemas and transformations over arbitrary text formats. This session shows you how to build your own Domain Specific Language using the "Oslo" SDK and how to apply your DSL to create an interactive text editing experience.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Chris Anderson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Giovanni Della-Libera&lt;/div&gt;&lt;div&gt;Giovanni has been a developer at Microsoft for 12 years.  In that time, he's worked on VB5, VJ6, WinForms, ADO.Net, WCF and WS-Security* specifications.  He's currently working on Oslo's "M" language.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The "Oslo" modeling language can define schemas and transformations over arbitrary text formats. This session shows you how to build your own Domain Specific Language using the "Oslo" SDK and how to apply your DSL to create an interactive text editing experience.Chris AndersonGiovanni Della-LiberaGiovanni has been a developer at Microsoft for 12 years.  In that time, he's worked on VB5, VJ6, WinForms, ADO.Net, WCF and WS-Security* specifications.  He's currently working on Oslo's "M" language.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL31/</link><pubDate>Wed, 29 Oct 2008 16:38:30 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL31.mp4</guid><evnet:views>12157</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426748/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The "Oslo" modeling language can define schemas and transformations over arbitrary text formats. This session shows you how to build your own Domain Specific Language using the "Oslo" SDK and how to apply your DSL to create an interactive text editing experience.Chris AndersonGiovanni&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL31.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL31.mp4" expression="full" fileSize="56354078" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL31.pptx" expression="full" fileSize="634273" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL31.wmv" expression="full" fileSize="87649325" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL31.wmv" expression="full" fileSize="234111320" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL31.wmv" expression="full" fileSize="37226289" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL31.wmv" expression="full" fileSize="234111320" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL31.mp4" length="56354078" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426748/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Languages</category><category>Oslo</category></item><item><title>Microsoft Sync Framework Advances</title><description>This session shows you how the next version of the Microsoft Sync Framework makes it easier to synchronize distributed copies of data across desktops, devices, services, or anywhere else they may be stored.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Lev Novik&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This session shows you how the next version of the Microsoft Sync Framework makes it easier to synchronize distributed copies of data across desktops, devices, services, or anywhere else they may be stored.Lev Novik</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL30/</link><pubDate>Wed, 29 Oct 2008 16:38:29 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL30.mp4</guid><evnet:views>7522</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426747/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This session shows you how the next version of the Microsoft Sync Framework makes it easier to synchronize distributed copies of data across desktops, devices, services, or anywhere else they may be stored.Lev Novik</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL30.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL30.mp4" expression="full" fileSize="63801437" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL30.pptx" expression="full" fileSize="2051633" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL30.docx" expression="full" fileSize="18987" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL30.wmv" expression="full" fileSize="97070889" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL30.wmv" expression="full" fileSize="369436725" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL30.wmv" expression="full" fileSize="46418257" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL30.wmv" expression="full" fileSize="369436725" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL30.mp4" length="63801437" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426747/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Sync Framework</category></item><item><title>Live Labs Web Sandbox: Securing Mash-ups, Site Extensibility, and Gadgets</title><description>Aggregating third-party capabilities and services drives Web 2.0 innovation. Developers must make trade-offs in quality of service and security to achieve rich and personalized experiences.  The trade-offs threaten not only future innovation, but also existing experiences, business models, and everything that relies on mashing up data and/or functionality. Understanding and mitigating this risk is essential for all web applications. 

We present a prototype of an open technology for mashing up code while maintaining better process isolation, quality of service protection, and security. This will foster more efficient cross-browser development, increased mash-up innovation, and new third-party extensibility models. Join us as we discuss and showcase the architecture and invite you to get involved.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Scott Isaacs&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Dragos Manolescu&lt;/div&gt;&lt;div&gt;Dragos Manolescu is Senior Program Manager at Microsoft Live Labs, a confederation of engineers and scientists working on advancing the state-of-the-art in Internet products and technology. Most recently he's been interested in web programming, social media, Web 2.0 and cloud computing. Prior to joining Microsoft Dragos worked in consulting, start-ups, as well as academia. He holds a Ph.D.  in Computer Science from the University of Illinois at Urbana-Champaign, USA.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Aggregating third-party capabilities and services drives Web 2.0 innovation. Developers must make trade-offs in quality of service and security to achieve rich and personalized experiences.  The trade-offs threaten not only future innovation, but also existing experiences, business models, and everything that relies on mashing up data and/or functionality. Understanding and mitigating this risk is essential for all web applications. 

We present a prototype of an open technology for mashing up code while maintaining better process isolation, quality of service protection, and security. This will foster more efficient cross-browser development, increased mash-up innovation, and new third-party extensibility models. Join us as we discuss and showcase the architecture and invite you to get involved.Scott IsaacsDragos ManolescuDragos Manolescu is Senior Program Manager at Microsoft Live Labs, a confederation of engineers and scientists working on advancing the state-of-the-art in Internet products and technology. Most recently he's been interested in web programming, social media, Web 2.0 and cloud computing. Prior to joining Microsoft Dragos worked in consulting, start-ups, as well as academia. He holds a Ph.D.  in Computer Science from the University of Illinois at Urbana-Champaign, USA.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL29/</link><pubDate>Wed, 29 Oct 2008 16:38:27 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL29.mp4</guid><evnet:views>5825</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/435621/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Aggregating third-party capabilities and services drives Web 2.0 innovation. Developers must make trade-offs in quality of service and security to achieve rich and personalized experiences.  The trade-offs threaten not only future innovation, but also existing experiences, business models, and&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL29.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL29.mp4" expression="full" fileSize="76789222" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL29.pptx" expression="full" fileSize="1158528" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL29.wmv" expression="full" fileSize="111968739" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL29.wmv" expression="full" fileSize="304244559" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL29.wmv" expression="full" fileSize="44850175" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL29.wmv" expression="full" fileSize="304244559" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL29.mp4" length="76789222" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/435621/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category></item><item><title>"Oslo": Repository and Models</title><description>"Oslo" is making news. We're taking silos of proprietary, platform, and application data and opening it up for sharing. What gets shared? Deployment configuration, web services definitions, workflow definitions, and that's just a start. Learn how to utilize platform models, how to extend models, and how to add your own models to the repository using the "Oslo" modeling language. Also learn how to version, secure, and deploy models.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Chris Sells&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Martin Gudgin&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>"Oslo" is making news. We're taking silos of proprietary, platform, and application data and opening it up for sharing. What gets shared? Deployment configuration, web services definitions, workflow definitions, and that's just a start. Learn how to utilize platform models, how to extend models, and how to add your own models to the repository using the "Oslo" modeling language. Also learn how to version, secure, and deploy models.Chris SellsMartin Gudgin</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL28/</link><pubDate>Wed, 29 Oct 2008 16:38:25 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL28.mp4</guid><evnet:views>7180</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418940/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>"Oslo" is making news. We're taking silos of proprietary, platform, and application data and opening it up for sharing. What gets shared? Deployment configuration, web services definitions, workflow definitions, and that's just a start. Learn how to utilize platform models, how to extend models, and&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL28.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL28.mp4" expression="full" fileSize="69509333" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL28.pptx" expression="full" fileSize="1045126" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL28.wmv" expression="full" fileSize="98792561" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL28.wmv" expression="full" fileSize="212136453" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL28.wmv" expression="full" fileSize="11193176" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL28.wmv" expression="full" fileSize="212136453" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL28.mp4" length="69509333" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418940/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Oslo</category></item><item><title>"Oslo": The Language</title><description>The "Oslo" language, at the heart of the Oslo modeling platform, allows developers to quickly and efficiently express domain models that power declarative systems, such as Windows Workflow Foundation and "Dublin." In this session, we'll get you started writing models for your own domains by introducing you to key features of the language, including its type system, instance construction, and query. You'll learn to author content for the Oslo repository and understand how to programmatically construct and process the content to target your own specific runtime environment.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Don Box&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;David Langworthy&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The "Oslo" language, at the heart of the Oslo modeling platform, allows developers to quickly and efficiently express domain models that power declarative systems, such as Windows Workflow Foundation and "Dublin." In this session, we'll get you started writing models for your own domains by introducing you to key features of the language, including its type system, instance construction, and query. You'll learn to author content for the Oslo repository and understand how to programmatically construct and process the content to target your own specific runtime environment.Don BoxDavid Langworthy</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL27/</link><pubDate>Wed, 29 Oct 2008 16:38:23 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL27.mp4</guid><evnet:views>14442</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418939/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The "Oslo" language, at the heart of the Oslo modeling platform, allows developers to quickly and efficiently express domain models that power declarative systems, such as Windows Workflow Foundation and "Dublin." In this session, we'll get you started writing models for your own domains by&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL27.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL27.mp4" expression="full" fileSize="40575422" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL27.pptx" expression="full" fileSize="899566" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL27.docx" expression="full" fileSize="16902" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL27.wmv" expression="full" fileSize="60532677" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL27.wmv" expression="full" fileSize="213276109" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL27.wmv" expression="full" fileSize="30259217" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL27.wmv" expression="full" fileSize="213276109" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL27.mp4" length="40575422" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418939/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Languages</category><category>Oslo</category></item><item><title>Parallel Programming for Managed Developers with the Next Version of Microsoft Visual Studio</title><description>Come learn how the next version of Visual Studio and the Microsoft .NET Framework can help you write better performing and more scalable applications. We take a tour of new .NET APIs, including the Task Parallel Library (TPL) and Parallel LINQ (PLINQ). We also introduce new features in the debugger that help you quickly identify concurrency issues and visualize the internal state of your application.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Daniel Moth&lt;/div&gt;&lt;div&gt;Daniel Moth has been with Microsoft since April 2006. Before that he worked in industry as a consultant, a developer and he was also an MVP for mobile development (a topic he wrote a book about). Recently he joined the Parallel Computing Platform to work on developer tools for the next versions of Visual Studio. Daniel's interests include anything to do with .NET and he blogs about that at http://www.danielmoth.com/Blog, which is also the best way to reach him.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Come learn how the next version of Visual Studio and the Microsoft .NET Framework can help you write better performing and more scalable applications. We take a tour of new .NET APIs, including the Task Parallel Library (TPL) and Parallel LINQ (PLINQ). We also introduce new features in the debugger that help you quickly identify concurrency issues and visualize the internal state of your application.Daniel MothDaniel Moth has been with Microsoft since April 2006. Before that he worked in industry as a consultant, a developer and he was also an MVP for mobile development (a topic he wrote a book about). Recently he joined the Parallel Computing Platform to work on developer tools for the next versions of Visual Studio. Daniel's interests include anything to do with .NET and he blogs about that at http://www.danielmoth.com/Blog, which is also the best way to reach him.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL26/</link><pubDate>Wed, 29 Oct 2008 16:38:22 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL26.mp4</guid><evnet:views>24561</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418938/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Come learn how the next version of Visual Studio and the Microsoft .NET Framework can help you write better performing and more scalable applications. We take a tour of new .NET APIs, including the Task Parallel Library (TPL) and Parallel LINQ (PLINQ). We also introduce new features in the debugger&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL26.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL26.mp4" expression="full" fileSize="84456237" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL26.pptx" expression="full" fileSize="3551728" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL26.docx" expression="full" fileSize="18946" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL26.wmv" expression="full" fileSize="135254621" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL26.wmv" expression="full" fileSize="374378133" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL26.wmv" expression="full" fileSize="13549568" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL26.wmv" expression="full" fileSize="374378133" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL26.mp4" length="84456237" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418938/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Parallelism</category><category>Visual Studio</category></item><item><title>Parallel Programming for C++ Developers in the Next Version of Microsoft Visual Studio</title><description>Build more responsive C++ programs that take full advantage of multicore hardware. We demonstrate how the new Parallel Pattern Library (PPL) enables you to express parallelism in your code and how the asynchronous messaging APIs can be used to separate shared state and increase your application's resilience and robustness. Finally, we take a look at some of the new capabilities of C++0x and Visual Studio to help you efficiently code and debug your multi-threaded applications.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Rick Molloy&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Build more responsive C++ programs that take full advantage of multicore hardware. We demonstrate how the new Parallel Pattern Library (PPL) enables you to express parallelism in your code and how the asynchronous messaging APIs can be used to separate shared state and increase your application's resilience and robustness. Finally, we take a look at some of the new capabilities of C++0x and Visual Studio to help you efficiently code and debug your multi-threaded applications.Rick Molloy</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL25/</link><pubDate>Wed, 29 Oct 2008 16:38:20 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL25.mp4</guid><evnet:views>15316</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418937/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Build more responsive C++ programs that take full advantage of multicore hardware. We demonstrate how the new Parallel Pattern Library (PPL) enables you to express parallelism in your code and how the asynchronous messaging APIs can be used to separate shared state and increase your application's&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL25.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL25.mp4" expression="full" fileSize="86123043" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL25.pptx" expression="full" fileSize="1060646" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL25.docx" expression="full" fileSize="18352" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL25.wmv" expression="full" fileSize="127141019" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL25.wmv" expression="full" fileSize="348901875" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL25.wmv" expression="full" fileSize="49381619" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL25.wmv" expression="full" fileSize="348901875" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL25.mp4" length="86123043" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418937/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Parallelism</category><category>Visual Studio</category></item><item><title>Improving .NET Application Performance and Scalability</title><description>Performance must be considered in each step of the development lifecycle. See how to integrate performance in design, development, testing, tuning, and production. Work with tools and technologies like: static analysis, managed memory profiling, data population, load testing, and performance reports. Learn best practices to avoid the performance pitfalls of poor CPU utilization, memory allocation bugs, and improper data sizing.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Steve Carroll&lt;/div&gt;&lt;div&gt;Steve is the development lead for the Visual Studio Profiler and has been with that team for five years.  Before that he was a compiler researcher studying at the University of Illinois at Urbana-Champaign&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Ed Glas&lt;/div&gt;&lt;div&gt;Ed Glas is group manager for the Visual Studio Team Test team in Raleigh, NC. Ed led the development of the web and load testing features in Visual Studio Team System from their inception, and is now also leading development of the test case management server.  Prior to working at Microsoft, Ed co-founded HAHT Software, where he led the development of the HAHTsite web application IDE and application server.  He also worked at startups OneTree Software, creator of SourceSafe, and Q+E software. In his spare time Ed enjoys spending time with his wife and five children and playing soccer.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Performance must be considered in each step of the development lifecycle. See how to integrate performance in design, development, testing, tuning, and production. Work with tools and technologies like: static analysis, managed memory profiling, data population, load testing, and performance reports. Learn best practices to avoid the performance pitfalls of poor CPU utilization, memory allocation bugs, and improper data sizing.Steve CarrollSteve is the development lead for the Visual Studio Profiler and has been with that team for five years.  Before that he was a compiler researcher studying at the University of Illinois at Urbana-ChampaignEd GlasEd Glas is group manager for the Visual Studio Team Test team in Raleigh, NC. Ed led the development of the web and load testing features in Visual Studio Team System from their inception, and is now also leading development of the test case management server.  Prior to working at Microsoft, Ed co-founded HAHT Software, where he led the development of the HAHTsite web application IDE and application server.  He also worked at startups OneTree Software, creator of SourceSafe, and Q+E software. In his spare time Ed enjoys spending time with his wife and five children and playing soccer.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL24/</link><pubDate>Wed, 29 Oct 2008 16:38:19 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL24.mp4</guid><evnet:views>9684</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418936/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Performance must be considered in each step of the development lifecycle. See how to integrate performance in design, development, testing, tuning, and production. Work with tools and technologies like: static analysis, managed memory profiling, data population, load testing, and performance&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL24.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL24.mp4" expression="full" fileSize="82845635" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL24.pptx" expression="full" fileSize="1908291" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL24.docx" expression="full" fileSize="18771" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL24.wmv" expression="full" fileSize="153193763" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL24.wmv" expression="full" fileSize="369580051" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL24.wmv" expression="full" fileSize="50037291" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL24.wmv" expression="full" fileSize="369580051" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL24.mp4" length="82845635" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418936/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>VSTS</category></item><item><title>A Lap around "Oslo"</title><description>Please Note: This session will be repeated on October 29th at 4:45PM.  "Oslo" is the family of new technologies that enable data-driven development and execution of services and applications. Come and learn how to capture all aspects of an application schematized in the "Oslo" repository and use "Oslo" directly to drive the execution of deployed applications.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Douglas Purdy&lt;/div&gt;&lt;div&gt;Douglas Purdy is a product unit manager at Microsoft working on next-generation languages and tools to broaden the franchise of people building applications. His vision is to “make everyone a programmer” (even if they don’t know it). Previously, Douglas was the group program manager for the Windows Communication Foundation (WCF/Indigo) and Windows Workflow Foundation (WF/WinOE) teams. Douglas has been with Microsoft, on and off, since 1998 where he has worked in consulting, evangelism and engineering.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Vijaye Raji&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Please Note: This session will be repeated on October 29th at 4:45PM.  "Oslo" is the family of new technologies that enable data-driven development and execution of services and applications. Come and learn how to capture all aspects of an application schematized in the "Oslo" repository and use "Oslo" directly to drive the execution of deployed applications.Douglas PurdyDouglas Purdy is a product unit manager at Microsoft working on next-generation languages and tools to broaden the franchise of people building applications. His vision is to “make everyone a programmer” (even if they don’t know it). Previously, Douglas was the group program manager for the Windows Communication Foundation (WCF/Indigo) and Windows Workflow Foundation (WF/WinOE) teams. Douglas has been with Microsoft, on and off, since 1998 where he has worked in consulting, evangelism and engineering.Vijaye Raji</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL23/</link><pubDate>Wed, 29 Oct 2008 16:38:15 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL23.mp4</guid><evnet:views>18888</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418935/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Please Note: This session will be repeated on October 29th at 4:45PM.  "Oslo" is the family of new technologies that enable data-driven development and execution of services and applications. Come and learn how to capture all aspects of an application schematized in the "Oslo" repository and use&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL23.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL23.mp4" expression="full" fileSize="70317675" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL23.pptx" expression="full" fileSize="1378713" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL23.docx" expression="full" fileSize="21702" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL23.wmv" expression="full" fileSize="97101507" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL23.wmv" expression="full" fileSize="300304075" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL23.wmv" expression="full" fileSize="50308687" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL23.wmv" expression="full" fileSize="300304075" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL23.mp4" length="70317675" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418935/Trackback.aspx</trackback:ping><category>ASP.NET</category><category>Breakout Session</category><category>Intermediate</category><category>Oslo</category><category>WCF</category><category>WF</category></item><item><title>Concurrency Runtime Deep Dive: How to Harvest Multicore Computing Resources</title><description>Learn how the Concurrency Runtime provides an efficient and scalable infrastructure for multiple concurrent programming models by bringing together cooperative work scheduling and resource management into one component. This deep dive presentation gives you an idea of what it means to target the Concurrency Runtime with your domain-specific library or language. We also cover many of the internal algorithms of the runtime to help educate you on the applicability of the runtime to your scenarios.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Niklas Gustafsson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how the Concurrency Runtime provides an efficient and scalable infrastructure for multiple concurrent programming models by bringing together cooperative work scheduling and resource management into one component. This deep dive presentation gives you an idea of what it means to target the Concurrency Runtime with your domain-specific library or language. We also cover many of the internal algorithms of the runtime to help educate you on the applicability of the runtime to your scenarios.Niklas Gustafsson</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL22/</link><pubDate>Wed, 29 Oct 2008 16:38:13 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL22.mp4</guid><evnet:views>8886</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418934/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how the Concurrency Runtime provides an efficient and scalable infrastructure for multiple concurrent programming models by bringing together cooperative work scheduling and resource management into one component. This deep dive presentation gives you an idea of what it means to target the&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL22.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL22.mp4" expression="full" fileSize="89595245" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL22.pptx" expression="full" fileSize="704028" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL22.docx" expression="full" fileSize="323585" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL22.wmv" expression="full" fileSize="172492237" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL22.wmv" expression="full" fileSize="352940253" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL22.wmv" expression="full" fileSize="39624021" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL22.wmv" expression="full" fileSize="352940253" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL22.mp4" length="89595245" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418934/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Parallelism</category></item><item><title>WF 4.0: Extending with Custom Activities</title><description>Windows Workflow Foundation (WF) 4.0 coordinates and manages individual units of work, encapsulated into activities. WF comes with a rich library of activities. Learn how to extend this library by encapsulating your own APIs with custom activities. See how to compose those basic activities into higher level units using rules, flowchart, and state machine control flow styles. Learn how to build your own WF control styles. Learn how to customize and re-host the workflow authoring experience using the new WF designer framework. &lt;ul&gt;&lt;li&gt;&lt;div&gt;Matt Winkler&lt;/div&gt;&lt;div&gt;Matt is currently the program manger focused on building the WF Designer in Visual Studio.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Windows Workflow Foundation (WF) 4.0 coordinates and manages individual units of work, encapsulated into activities. WF comes with a rich library of activities. Learn how to extend this library by encapsulating your own APIs with custom activities. See how to compose those basic activities into higher level units using rules, flowchart, and state machine control flow styles. Learn how to build your own WF control styles. Learn how to customize and re-host the workflow authoring experience using the new WF designer framework. Matt WinklerMatt is currently the program manger focused on building the WF Designer in Visual Studio.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL21/</link><pubDate>Wed, 29 Oct 2008 16:38:11 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL21.mp4</guid><evnet:views>10290</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418933/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Windows Workflow Foundation (WF) 4.0 coordinates and manages individual units of work, encapsulated into activities. WF comes with a rich library of activities. Learn how to extend this library by encapsulating your own APIs with custom activities. See how to compose those basic activities into&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL21.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL21.mp4" expression="full" fileSize="119103622" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL21.pptx" expression="full" fileSize="3495234" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL21.wmv" expression="full" fileSize="210940743" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL21.wmv" expression="full" fileSize="168592992" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL21.wmv" expression="full" fileSize="51380187" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL21.wmv" expression="full" fileSize="168592992" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL21.mp4" length="119103622" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418933/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category><category>Visual Studio</category><category>WF</category></item><item><title>Entity Framework Futures</title><description>The next version of the Entity Framework adds scenarios in the areas of model driven development, domain driven development, simplicity, and integration. See a preview of production and prototype code for the next version of the Entity Framework as well as a candid discussion with members of the development team.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Tim Mallalieu&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The next version of the Entity Framework adds scenarios in the areas of model driven development, domain driven development, simplicity, and integration. See a preview of production and prototype code for the next version of the Entity Framework as well as a candid discussion with members of the development team.Tim Mallalieu</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL20/</link><pubDate>Wed, 29 Oct 2008 16:38:10 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL20.mp4</guid><evnet:views>17142</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418932/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The next version of the Entity Framework adds scenarios in the areas of model driven development, domain driven development, simplicity, and integration. See a preview of production and prototype code for the next version of the Entity Framework as well as a candid discussion with members of the development team.Tim Mallalieu</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL20.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL20.mp4" expression="full" fileSize="80581045" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL20.pptx" expression="full" fileSize="3995091" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL20.wmv" expression="full" fileSize="123276069" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL20.wmv" expression="full" fileSize="305944957" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL20.wmv" expression="full" fileSize="56638357" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL20.wmv" expression="full" fileSize="305944957" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL20.mp4" length="80581045" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418932/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>ADO.NET</category><category>Advanced</category><category>Breakout Session</category><category>Entity Framework</category><category>LINQ</category><category>SQL Server</category></item><item><title>Microsoft Visual Studio: Bringing out the Best in Multicore Systems</title><description>Learn how to prepare for the new challenges in developing and tuning concurrent applications.  Hear about important steps in the creation of or conversion to parallel applications with demonstrations of the parallel performance analysis and optimization tools in the next release of Microsoft Visual Studio. See how to identify opportunities for parallelism and how to exploit those opportunities by choosing applicable coding patterns using existing or future programming models. Finally, watch a demonstration that shows how to optimize parallel code by focusing on common sources of inefficiency such as I/O and synchronization.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Hazim Shafi&lt;/div&gt;&lt;div&gt;Dr. Hazim Shafi received a BSEE from Santa Clara, and MS and PhD degrees from Rice University.  He joined Microsoft in 2005 from IBM Research.  Hazim has over a decade of experience in parallel and distributed processing and has numerous publications and patents in the area.  He is currently a Principal Architect on the Parallel Computing Platform team leading its efforts in parallel performance analysis tools.  He also teaches classes on multithreaded application development at Microsoft.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how to prepare for the new challenges in developing and tuning concurrent applications.  Hear about important steps in the creation of or conversion to parallel applications with demonstrations of the parallel performance analysis and optimization tools in the next release of Microsoft Visual Studio. See how to identify opportunities for parallelism and how to exploit those opportunities by choosing applicable coding patterns using existing or future programming models. Finally, watch a demonstration that shows how to optimize parallel code by focusing on common sources of inefficiency such as I/O and synchronization.Hazim ShafiDr. Hazim Shafi received a BSEE from Santa Clara, and MS and PhD degrees from Rice University.  He joined Microsoft in 2005 from IBM Research.  Hazim has over a decade of experience in parallel and distributed processing and has numerous publications and patents in the area.  He is currently a Principal Architect on the Parallel Computing Platform team leading its efforts in parallel performance analysis tools.  He also teaches classes on multithreaded application development at Microsoft.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL19/</link><pubDate>Wed, 29 Oct 2008 16:38:08 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL19.mp4</guid><evnet:views>10831</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418931/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how to prepare for the new challenges in developing and tuning concurrent applications.  Hear about important steps in the creation of or conversion to parallel applications with demonstrations of the parallel performance analysis and optimization tools in the next release of Microsoft Visual&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL19.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL19.mp4" expression="full" fileSize="63184633" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL19.pptx" expression="full" fileSize="567564" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL19.docx" expression="full" fileSize="19063" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL19.wmv" expression="full" fileSize="90702385" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL19.wmv" expression="full" fileSize="371010221" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL19.wmv" expression="full" fileSize="47239429" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL19.wmv" expression="full" fileSize="371010221" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL19.mp4" length="63184633" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418931/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Parallelism</category><category>Visual Studio</category></item><item><title>"Oslo": Customizing and Extending the Visual Design Experience</title><description>"Oslo" provides visual tools for writing data-driven applications and services. Learn how to provide a great experience over domain-specific schemas, and explore the basic user model, data-driven viewer construction, user-defined queries, and custom commands. See how the design experience itself is an "Oslo" application and is driven by content stored in the "Oslo" repository.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Don Box&lt;/div&gt;&lt;div&gt;Don Box is a Distinguished Engineer at Microsoft working on declarative languages and tools to simplify developing applications and services. In that role, Don is involved in creating languages, frameworks, and end-to-end experiences to help people translate their intentions and desires for software into a machine readable and executable form. 

Don joined Microsoft in 2002 as an architect of Windows Communication Foundation (WCF), where he worked on software to enable programs to safely and securely interoperate with one another. Don’s responsibilities included both the design and architecture of the runtime stack, as well as interoperability protocols with IBM and other partners. 

Before joining Microsoft, Don was an independent consultant focused on software integration technologies. Don was the leading external voice for Microsoft’s Component Object Model (COM) and Microsoft Transaction Server (MTS) and helped shape the way developers across the globe experience those technologies. In 1996, Don worked as a consultant to Software AG and Microsoft on the UNIX-based Distributed COM project; that work gave Don the desire to move away from shared-runtime distributed architectures and embrace data-centric message passing using XML. To that end, Don worked with Microsoft and Dave Winer to create the original SOAP specification in 1998.

Don is a respected writer on software development topics, serving as a series editor at Addison Wesley and as a contributing editor to C++ Report, Microsoft Systems Journal (MSJ), and MSDN Magazine. Don’s first book, Essential COM, remains a part of the C++ developer’s canon. Don was the first blogger to publish RSS from a Microsoft web property (http://www.gotdotnet.com/) and now (sporadically) maintains a blog at http://www.pluralsight.com/blogs/dbox/   Don has a Master’s degree in Information and Computer Science from U.C. Irvine and a Bachelor’s degree in Mathematics from C.S.U. Long Beach.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Florian Voss&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>"Oslo" provides visual tools for writing data-driven applications and services. Learn how to provide a great experience over domain-specific schemas, and explore the basic user model, data-driven viewer construction, user-defined queries, and custom commands. See how the design experience itself is an "Oslo" application and is driven by content stored in the "Oslo" repository.Don BoxDon Box is a Distinguished Engineer at Microsoft working on declarative languages and tools to simplify developing applications and services. In that role, Don is involved in creating languages, frameworks, and end-to-end experiences to help people translate their intentions and desires for software into a machine readable and executable form. 

Don joined Microsoft in 2002 as an architect of Windows Communication Foundation (WCF), where he worked on software to enable programs to safely and securely interoperate with one another. Don’s responsibilities included both the design and architecture of the runtime stack, as well as interoperability protocols with IBM and other partners. 

Before joining Microsoft, Don was an independent consultant focused on software integration technologies. Don was the leading external voice for Microsoft’s Component Object Model (COM) and Microsoft Transaction Server (MTS) and helped shape the way developers across the globe experience those technologies. In 1996, Don worked as a consultant to Software AG and Microsoft on the UNIX-based Distributed COM project; that work gave Don the desire to move away from shared-runtime distributed architectures and embrace data-centric message passing using XML. To that end, Don worked with Microsoft and Dave Winer to create the original SOAP specification in 1998.

Don is a respected writer on software development topics, serving as a series editor at Addison Wesley and as a contributing editor to C++ Report, Microsoft Systems Journal (MSJ), and MSDN Magazine. Don’s first book, Essential COM, remains a part of the C++ developer’s canon. Don was the first blogger to publish RSS from a Microsoft web property (http://www.gotdotnet.com/) and now (sporadically) maintains a blog at http://www.pluralsight.com/blogs/dbox/   Don has a Master’s degree in Information and Computer Science from U.C. Irvine and a Bachelor’s degree in Mathematics from C.S.U. Long Beach.Florian Voss</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL18/</link><pubDate>Wed, 29 Oct 2008 16:38:07 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL18.mp4</guid><evnet:views>10044</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418930/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>"Oslo" provides visual tools for writing data-driven applications and services. Learn how to provide a great experience over domain-specific schemas, and explore the basic user model, data-driven viewer construction, user-defined queries, and custom commands. See how the design experience itself is&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL18.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL18.mp4" expression="full" fileSize="59807734" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL18.pptx" expression="full" fileSize="1010311" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL18.wmv" expression="full" fileSize="122723539" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL18.wmv" expression="full" fileSize="284327355" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL18.wmv" expression="full" fileSize="45406003" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL18.wmv" expression="full" fileSize="284327355" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL18.mp4" length="59807734" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418930/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Oslo</category></item><item><title>WF 4.0: A First Look</title><description>Programs coordinate work. The code for coordination and state management often obscures a program's purpose. Learn how programming with Windows Workflow Foundation (WF) 4.0 provides clarity of intent while preserving the functional richness of the .NET framework. See how easy it is to build workflows with the new Visual Studio workflow designer. Learn about text-based authoring options for WF. Hear how WF integrates well with other Microsoft technologies (WCF, WPF, ASP.NET). If you've looked at WF before, come and see the changes to data flow, composition, and new control flow styles. Significant improvements to usability, composability, and performance make Workflow a great fit for a broad range of solutions on both the client and the server.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Kenny Wolf&lt;/div&gt;&lt;div&gt;Kenny Wolf is an Architect at Microsoft responsible for WF and WCF. Previously, Kenny was the Technical Lead for WCF Transports and Channels.  Kenny has been with Microsoft since 1997. After shipping 3 versions of Office for the Macintosh, Kenny joined a platform incubation called "Indigo" (now WCF).  Kenny holds bachelor’s and master’s degrees in Computer Science from Yale University.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Programs coordinate work. The code for coordination and state management often obscures a program's purpose. Learn how programming with Windows Workflow Foundation (WF) 4.0 provides clarity of intent while preserving the functional richness of the .NET framework. See how easy it is to build workflows with the new Visual Studio workflow designer. Learn about text-based authoring options for WF. Hear how WF integrates well with other Microsoft technologies (WCF, WPF, ASP.NET). If you've looked at WF before, come and see the changes to data flow, composition, and new control flow styles. Significant improvements to usability, composability, and performance make Workflow a great fit for a broad range of solutions on both the client and the server.Kenny WolfKenny Wolf is an Architect at Microsoft responsible for WF and WCF. Previously, Kenny was the Technical Lead for WCF Transports and Channels.  Kenny has been with Microsoft since 1997. After shipping 3 versions of Office for the Macintosh, Kenny joined a platform incubation called "Indigo" (now WCF).  Kenny holds bachelor’s and master’s degrees in Computer Science from Yale University.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL17/</link><pubDate>Wed, 29 Oct 2008 16:38:06 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL17.mp4</guid><evnet:views>18689</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418956/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Programs coordinate work. The code for coordination and state management often obscures a program's purpose. Learn how programming with Windows Workflow Foundation (WF) 4.0 provides clarity of intent while preserving the functional richness of the .NET framework. See how easy it is to build&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL17.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL17.mp4" expression="full" fileSize="201080515" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL17.pptx" expression="full" fileSize="3314596" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL17.docx" expression="full" fileSize="19703" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL17.wmv" expression="full" fileSize="159990573" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL17.wmv" expression="full" fileSize="450623015" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL17.wmv" expression="full" fileSize="34195069" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL17.wmv" expression="full" fileSize="450623015" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL17.mp4" length="201080515" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418956/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category><category>WF</category></item><item><title>The Future of C#</title><description>Please Note: This session will be repeated on October 29th at 3:00PM.  In this talk Microsoft Technical fellow and C# Chief Architect Anders Hejlsberg outlines the future of C#. He describes the many forces that influence and shape the future of programming languages and explain how they fit into C#.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Anders Hejlsberg&lt;/div&gt;&lt;div&gt;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++ 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 "The C# Programming Language", 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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Please Note: This session will be repeated on October 29th at 3:00PM.  In this talk Microsoft Technical fellow and C# Chief Architect Anders Hejlsberg outlines the future of C#. He describes the many forces that influence and shape the future of programming languages and explain how they fit into C#.Anders HejlsbergAnders 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++ 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 "The C# Programming Language", 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.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL16/</link><pubDate>Wed, 29 Oct 2008 16:38:03 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL16.mp4</guid><evnet:views>106551</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418955/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Please Note: This session will be repeated on October 29th at 3:00PM.  In this talk Microsoft Technical fellow and C# Chief Architect Anders Hejlsberg outlines the future of C#. He describes the many forces that influence and shape the future of programming languages and explain how they fit into&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL16.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL16.mp4" expression="full" fileSize="56083548" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL16.pptx" expression="full" fileSize="1631024" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL16.docx" expression="full" fileSize="18189" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL16.wmv" expression="full" fileSize="82597579" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL16.wmv" expression="full" fileSize="347531147" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL16.wmv" expression="full" fileSize="42357631" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL16.wmv" expression="full" fileSize="347531147" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL16.mp4" length="56083548" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418955/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Languages</category></item><item><title>Architecture without Big Design Up Front</title><description>Microsoft Visual Studio Team System (VSTS), code-name "Rosario" Architecture Edition, introduces new UML designers, use cases, activity diagrams, sequence diagrams that can visualize existing code, layering to enforce dependency rules, and physical designers to visualize, analyze, and refactor your software. See how VSTS extends UML logical views into physical views of your code. Learn how to create relationships from these views to work items and project metrics, how to extend these designers, and how to programmatically transform models into patterns for other domains and disciplines.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Peter Provost&lt;/div&gt;&lt;div&gt;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.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Microsoft Visual Studio Team System (VSTS), code-name "Rosario" Architecture Edition, introduces new UML designers, use cases, activity diagrams, sequence diagrams that can visualize existing code, layering to enforce dependency rules, and physical designers to visualize, analyze, and refactor your software. See how VSTS extends UML logical views into physical views of your code. Learn how to create relationships from these views to work items and project metrics, how to extend these designers, and how to programmatically transform models into patterns for other domains and disciplines.Peter ProvostPeter 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/pdc2008/TL15/</link><pubDate>Wed, 29 Oct 2008 16:38:02 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL15.mp4</guid><evnet:views>5828</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418954/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Microsoft Visual Studio Team System (VSTS), code-name "Rosario" Architecture Edition, introduces new UML designers, use cases, activity diagrams, sequence diagrams that can visualize existing code, layering to enforce dependency rules, and physical designers to visualize, analyze, and refactor your&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL15.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL15.mp4" expression="full" fileSize="66955050" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL15.pptx" expression="full" fileSize="527512" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL15.wmv" expression="full" fileSize="111024235" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL15.wmv" expression="full" fileSize="291684444" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL15.wmv" expression="full" fileSize="49301899" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL15.wmv" expression="full" fileSize="291684444" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL15.mp4" length="66955050" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418954/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>VSTS</category></item><item><title>Project "Velocity": A First Look</title><description>It is predicted that all large applications will use a distributed data cache as the initial tier for all data access. This session presents an overview of "Velocity," Microsoft's distributed in-memory cache, and shows how it works with IIS, ASP.NET, ADO.NET and SQL Server Data Services.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Murali Krishnaprasad&lt;/div&gt;&lt;div&gt;I am a principal architect of Velocity - the distributed caching platform. Before Microsoft I worked in the Oracle database engine building the object-relational support, XMLDB, XQuery and secure enterprise search product.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>It is predicted that all large applications will use a distributed data cache as the initial tier for all data access. This session presents an overview of "Velocity," Microsoft's distributed in-memory cache, and shows how it works with IIS, ASP.NET, ADO.NET and SQL Server Data Services.Murali KrishnaprasadI am a principal architect of Velocity - the distributed caching platform. Before Microsoft I worked in the Oracle database engine building the object-relational support, XMLDB, XQuery and secure enterprise search product.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL14/</link><pubDate>Wed, 29 Oct 2008 16:38:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL14.mp4</guid><evnet:views>7817</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418953/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>It is predicted that all large applications will use a distributed data cache as the initial tier for all data access. This session presents an overview of "Velocity," Microsoft's distributed in-memory cache, and shows how it works with IIS, ASP.NET, ADO.NET and SQL Server Data Services.Murali&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL14.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL14.mp4" expression="full" fileSize="55244780" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL14.pptx" expression="full" fileSize="1836272" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL14.wmv" expression="full" fileSize="79246019" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL14.wmv" expression="full" fileSize="277718043" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL14.wmv" expression="full" fileSize="39185127" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL14.wmv" expression="full" fileSize="277718043" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL14.mp4" length="55244780" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418953/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>SQL Server</category><category>Velocity</category></item><item><title>Microsoft .NET Framework: Declarative Programming Using XAML</title><description>If you're using Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), or Windows Workflow Foundation (WF), then XAML is your new best friend! Learn how an entire application-from presentation to data to services to workflow--can be authored using simple, declarative XAML notations introduced in the next version of the .NET Framework. Learn about XAML additions like: support for generics, object references, non-default constructors, and more.
&lt;ul&gt;
    &lt;li&gt;
    &lt;div&gt;Daniel Roth&lt;/div&gt;
    &lt;div&gt;Daniel Roth has been working on the Windows Communication Foundation and Windows Workflow Foundation for the past four years. He is excited to bring the benefits XAML to the world of webservices and workflows.&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div&gt;Rob Relyea&lt;/div&gt;
    &lt;div&gt;&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;</description><comments></comments><itunes:summary>If you're using Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), or Windows Workflow Foundation (WF), then XAML is your new best friend! Learn how an entire application-from presentation to data to services to workflow--can be authored using simple, declarative XAML notations introduced in the next version of the .NET Framework. Learn about XAML additions like: support for generics, object references, non-default constructors, and more.

    
    Daniel Roth
    Daniel Roth has been working on the Windows Communication Foundation and Windows Workflow Foundation for the past four years. He is excited to bring the benefits XAML to the world of webservices and workflows.
    
    
    Rob Relyea
    
    
</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL36/</link><pubDate>Wed, 29 Oct 2008 16:38:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL36.mp4</guid><evnet:views>14996</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426753/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>If you're using Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), or Windows Workflow Foundation (WF), then XAML is your new best friend! Learn how an entire application-from presentation to data to services to workflow--can be authored using simple, declarative XAML&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL36.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL36.mp4" expression="full" fileSize="67618716" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL36.pptx" expression="full" fileSize="1648785" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL36.wmv" expression="full" fileSize="118149795" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL36.wmv" expression="full" fileSize="247085999" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL36.wmv" expression="full" fileSize="46289135" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL36.wmv" expression="full" fileSize="247085999" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL36.mp4" length="67618716" type="video/mp4" /><dc:creator>Adam Kinney</dc:creator><itunes:author>Adam Kinney</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426753/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category><category>WCF</category><category>WF</category><category>WPF</category><category>XAML</category></item><item><title>Microsoft Visual C++: 10 Is the New 6</title><description>Get more done. The next version of Visual C++ is all about improving developer productivity for large-scale applications. Learn about the IntelliSense and browsing experiences, changes to the project and build system, project-less browsing, collaboration through remote symbol indexing, and custom visualization of symbolic information.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Boris Jabes&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Get more done. The next version of Visual C++ is all about improving developer productivity for large-scale applications. Learn about the IntelliSense and browsing experiences, changes to the project and build system, project-less browsing, collaboration through remote symbol indexing, and custom visualization of symbolic information.Boris Jabes</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL13/</link><pubDate>Wed, 29 Oct 2008 16:37:58 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL13.mp4</guid><evnet:views>18223</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418952/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Get more done. The next version of Visual C++ is all about improving developer productivity for large-scale applications. Learn about the IntelliSense and browsing experiences, changes to the project and build system, project-less browsing, collaboration through remote symbol indexing, and custom&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL13.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL13.mp4" expression="full" fileSize="70961374" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL13.pptx" expression="full" fileSize="1139069" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL13.wmv" expression="full" fileSize="162369245" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL13.wmv" expression="full" fileSize="457119969" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL13.wmv" expression="full" fileSize="66795217" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL13.wmv" expression="full" fileSize="457119969" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL13.mp4" length="70961374" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418952/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Languages</category></item><item><title>Future Directions for Microsoft Visual Basic</title><description>Hear language architect Paul Vick and specification lead Lucian Wischik discuss the future direction of the Visual Basic language. Learn about the new capabilities of the next version of the language, including additional LINQ features, syntax simplifications, and a host of other improvements. Also gain insight into possible future features, including meta-programming and scripting.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Lucian Wischik&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Paul Vick&lt;/div&gt;&lt;div&gt;Paul Vick is the language architect for Visual Basic, where he leads the language design team. Paul originally began his career working at Microsoft in 1992 on the Microsoft Access team, shipping versions 1.0 through 97 of Access. In 1998, he moved to the Visual Basic team, participating in the design and implementation of the Visual Basic compiler and driving the re-design of the language for the .NET Framework. He is the author of the Visual Basic .NET Language Specification and the Addison Wesley book "The Visual Basic .NET Language." His weblog can be found at http://www.panopticoncentral.net.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear language architect Paul Vick and specification lead Lucian Wischik discuss the future direction of the Visual Basic language. Learn about the new capabilities of the next version of the language, including additional LINQ features, syntax simplifications, and a host of other improvements. Also gain insight into possible future features, including meta-programming and scripting.Lucian WischikPaul VickPaul Vick is the language architect for Visual Basic, where he leads the language design team. Paul originally began his career working at Microsoft in 1992 on the Microsoft Access team, shipping versions 1.0 through 97 of Access. In 1998, he moved to the Visual Basic team, participating in the design and implementation of the Visual Basic compiler and driving the re-design of the language for the .NET Framework. He is the author of the Visual Basic .NET Language Specification and the Addison Wesley book "The Visual Basic .NET Language." His weblog can be found at http://www.panopticoncentral.net.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL12/</link><pubDate>Wed, 29 Oct 2008 16:37:56 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL12.mp4</guid><evnet:views>8922</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418951/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear language architect Paul Vick and specification lead Lucian Wischik discuss the future direction of the Visual Basic language. Learn about the new capabilities of the next version of the language, including additional LINQ features, syntax simplifications, and a host of other improvements. Also&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL12.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL12.mp4" expression="full" fileSize="50649174" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL12.pptx" expression="full" fileSize="2664552" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL12.docx" expression="full" fileSize="17407" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL12.wmv" expression="full" fileSize="72840003" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL12.wmv" expression="full" fileSize="249373335" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL12.wmv" expression="full" fileSize="36982595" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL12.wmv" expression="full" fileSize="249373335" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL12.mp4" length="50649174" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418951/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Languages</category></item><item><title>An Introduction to Microsoft F#</title><description>Learn about Microsoft's new language, F#, a typed functional programming language for the Microsoft .NET Framework. F# combines functional programming with the runtime support, libraries, tools, and object model of .NET. Understand how F# asynchronous workflows help tame the complexity of parallel and asynchronous I/O programming and how to use F# in conjunction with tools such as Parallel Extensions for .NET.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Luca Bolognese&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn about Microsoft's new language, F#, a typed functional programming language for the Microsoft .NET Framework. F# combines functional programming with the runtime support, libraries, tools, and object model of .NET. Understand how F# asynchronous workflows help tame the complexity of parallel and asynchronous I/O programming and how to use F# in conjunction with tools such as Parallel Extensions for .NET.Luca Bolognese</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL11/</link><pubDate>Wed, 29 Oct 2008 16:37:54 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL11.mp4</guid><evnet:views>33609</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418950/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn about Microsoft's new language, F#, a typed functional programming language for the Microsoft .NET Framework. F# combines functional programming with the runtime support, libraries, tools, and object model of .NET. Understand how F# asynchronous workflows help tame the complexity of parallel&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL11.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL11.mp4" expression="full" fileSize="69099698" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL11.pptx" expression="full" fileSize="759543" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL11.wmv" expression="full" fileSize="97062153" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL11.wmv" expression="full" fileSize="309214633" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL11.wmv" expression="full" fileSize="47850633" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL11.wmv" expression="full" fileSize="309214633" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL11.mp4" length="69099698" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418950/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Languages</category></item><item><title>Deep Dive: Dynamic Languages in Microsoft .NET</title><description>The CLR has great support for dynamic languages like IronPython. Learn how the new Dynamic Language Runtime (DLR) adds a shared dynamic type system, a standard hosting model, and support for generating fast dynamic code. Hear how these features enable languages that use the DLR to share code with other dynamic and static languages like Microsoft Visual Basic .NET and C#.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jim Hugunin&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The CLR has great support for dynamic languages like IronPython. Learn how the new Dynamic Language Runtime (DLR) adds a shared dynamic type system, a standard hosting model, and support for generating fast dynamic code. Hear how these features enable languages that use the DLR to share code with other dynamic and static languages like Microsoft Visual Basic .NET and C#.Jim Hugunin</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL10/</link><pubDate>Wed, 29 Oct 2008 16:37:52 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL10.mp4</guid><evnet:views>16374</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418949/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The CLR has great support for dynamic languages like IronPython. Learn how the new Dynamic Language Runtime (DLR) adds a shared dynamic type system, a standard hosting model, and support for generating fast dynamic code. Hear how these features enable languages that use the DLR to share code with&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL10.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL10.mp4" expression="full" fileSize="29339866" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL10.pptx" expression="full" fileSize="2987056" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL10.docx" expression="full" fileSize="17904" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/TL10.ZIP" expression="full" fileSize="49642" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL10.wmv" expression="full" fileSize="76540571" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL10.wmv" expression="full" fileSize="249237195" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL10.wmv" expression="full" fileSize="41129359" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL10.wmv" expression="full" fileSize="249237195" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL10.mp4" length="29339866" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418949/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Languages</category></item><item><title>Agile Development with Microsoft Visual Studio</title><description>Visual Studio has built-in tool support for agile practices such as Scrum, XP, and others. The next version adds practices like test-driven development, continuous integration, and single product backlog. See how these can be applied at scale and across geographies.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Sunder Raman&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Lori Lamkin&lt;/div&gt;&lt;div&gt;Lori Lamkin is the Product Unit Manager of the Redmond Team Foundation team.  The product is part of a suite of lifecycle tools designed to increase collaboration of software development teams.  Team Foundation is a work item tracking, project management and reporting solution for project managers and team members.  She joined Microsoft in 1990 supporting customers with the C/C++ language product and in 1993 became the Unit Manager of C/C++ technical customer support, leading over 100 managers, engineers and outsourced partners to high quality, low cost customer service and product improvement.  She joined the Microsoft product development team in 1996 as a Lead Program Manager for C/C++ and became the Group Program Manager for C/C++ and C# in 2001. She moved into the lifecycle tools business in early 2003 to work on Visual Studio Team System as the Group Program Manager of Team Foundation.  As Group Program Manager, she was responsible for defining product vision, driving deep customer relationships, building a strong design team, and leading the design and delivery of this version 1.0 product across three Microsoft Development Centers.  She holds a B.S. in Mathematics with an emphasis in Computer Science from the University of Washington. Lori enjoys reading, golf, and spending time with her husband and twin boys.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Visual Studio has built-in tool support for agile practices such as Scrum, XP, and others. The next version adds practices like test-driven development, continuous integration, and single product backlog. See how these can be applied at scale and across geographies.Sunder RamanLori LamkinLori Lamkin is the Product Unit Manager of the Redmond Team Foundation team.  The product is part of a suite of lifecycle tools designed to increase collaboration of software development teams.  Team Foundation is a work item tracking, project management and reporting solution for project managers and team members.  She joined Microsoft in 1990 supporting customers with the C/C++ language product and in 1993 became the Unit Manager of C/C++ technical customer support, leading over 100 managers, engineers and outsourced partners to high quality, low cost customer service and product improvement.  She joined the Microsoft product development team in 1996 as a Lead Program Manager for C/C++ and became the Group Program Manager for C/C++ and C# in 2001. She moved into the lifecycle tools business in early 2003 to work on Visual Studio Team System as the Group Program Manager of Team Foundation.  As Group Program Manager, she was responsible for defining product vision, driving deep customer relationships, building a strong design team, and leading the design and delivery of this version 1.0 product across three Microsoft Development Centers.  She holds a B.S. in Mathematics with an emphasis in Computer Science from the University of Washington. Lori enjoys reading, golf, and spending time with her husband and twin boys.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL09/</link><pubDate>Wed, 29 Oct 2008 16:37:49 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL09.mp4</guid><evnet:views>9375</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418948/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Visual Studio has built-in tool support for agile practices such as Scrum, XP, and others. The next version adds practices like test-driven development, continuous integration, and single product backlog. See how these can be applied at scale and across geographies.Sunder RamanLori LamkinLori Lamkin&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL09.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL09.mp4" expression="full" fileSize="56926587" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL09.pptx" expression="full" fileSize="2451190" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL09.wmv" expression="full" fileSize="73405579" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL09.wmv" expression="full" fileSize="205179243" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL09.wmv" expression="full" fileSize="37334459" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL09.wmv" expression="full" fileSize="205179243" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL09.mp4" length="56926587" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418948/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Introductory</category><category>Visual Studio</category></item><item><title>Offline-Enabled Data Services and Desktop Applications</title><description>The ADO.NET Data Services Framework (a.k.a. Project "Astoria") introduced a way of creating and consuming flexible, data-centric REST services. By combining data services with the Microsoft Sync Framework, learn how to create offline-capable applications that have a local replica of their data, how to synchronize that replica with an online data service when a network connection becomes available, and how replicas can be used with the ADO.NET Entity Framework. Also, hear us talk about our plans, see the tools that help client- and server-side setup, and discuss the runtime components and APIs.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Pablo Castro&lt;/div&gt;&lt;div&gt;Pablo is a Software Architect in the SQL Server group at Microsoft. He has worked in various areas of SQL Server and he's currently focused on making data and the web work well together with technologies such as Data Services (Project Astoria).&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The ADO.NET Data Services Framework (a.k.a. Project "Astoria") introduced a way of creating and consuming flexible, data-centric REST services. By combining data services with the Microsoft Sync Framework, learn how to create offline-capable applications that have a local replica of their data, how to synchronize that replica with an online data service when a network connection becomes available, and how replicas can be used with the ADO.NET Entity Framework. Also, hear us talk about our plans, see the tools that help client- and server-side setup, and discuss the runtime components and APIs.Pablo CastroPablo is a Software Architect in the SQL Server group at Microsoft. He has worked in various areas of SQL Server and he's currently focused on making data and the web work well together with technologies such as Data Services (Project Astoria).</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL08/</link><pubDate>Wed, 29 Oct 2008 16:37:47 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL08.mp4</guid><evnet:views>10032</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418947/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The ADO.NET Data Services Framework (a.k.a. Project "Astoria") introduced a way of creating and consuming flexible, data-centric REST services. By combining data services with the Microsoft Sync Framework, learn how to create offline-capable applications that have a local replica of their data, how&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL08.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL08.mp4" expression="full" fileSize="164391388" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL08.pptx" expression="full" fileSize="1598160" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL08.wmv" expression="full" fileSize="292742163" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL08.wmv" expression="full" fileSize="275868140" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL08.wmv" expression="full" fileSize="53657639" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL08.wmv" expression="full" fileSize="275868140" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL08.mp4" length="164391388" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418947/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>ADO.NET</category><category>Advanced</category><category>Breakout Session</category><category>Entity Framework</category><category>SQL Server</category></item><item><title>Developing Applications Using Data Services</title><description>In the near future, applications will be developed using a combination of custom application code and online building block services, including data-centric services. In this session we discuss advancements in the Microsoft development platform and online service interfaces to enable seamless interaction with data services both on-premises (e.g., ADO.NET Data Services Framework over on-premises SQL Server) and in the cloud (e.g., SQL Server Data Services). Learn how you can leverage existing know-how related to LINQ (Language Integrated Query), data access APIs, data-binding, and more when building applications using online data.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Mike Flasko&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>In the near future, applications will be developed using a combination of custom application code and online building block services, including data-centric services. In this session we discuss advancements in the Microsoft development platform and online service interfaces to enable seamless interaction with data services both on-premises (e.g., ADO.NET Data Services Framework over on-premises SQL Server) and in the cloud (e.g., SQL Server Data Services). Learn how you can leverage existing know-how related to LINQ (Language Integrated Query), data access APIs, data-binding, and more when building applications using online data.Mike Flasko</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL07/</link><pubDate>Wed, 29 Oct 2008 16:37:45 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL07.mp4</guid><evnet:views>17779</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418946/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In the near future, applications will be developed using a combination of custom application code and online building block services, including data-centric services. In this session we discuss advancements in the Microsoft development platform and online service interfaces to enable seamless&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL07.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL07.mp4" expression="full" fileSize="68653541" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL07.pptx" expression="full" fileSize="1983002" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL07.wmv" expression="full" fileSize="100442807" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL07.wmv" expression="full" fileSize="338015463" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL07.wmv" expression="full" fileSize="44834367" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL07.wmv" expression="full" fileSize="338015463" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL07.mp4" length="68653541" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418946/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>ADO.NET</category><category>Advanced</category><category>Azure</category><category>Breakout Session</category><category>Entity Framework</category><category>LINQ</category><category>Silverlight</category><category>SQL Server</category><category>SQL Server Data Services</category></item><item><title>WCF 4.0: Building WCF Services with WF in Microsoft .NET 4.0</title><description>Eliminate the tradeoff between ease of service authoring and performant, scalable services. Hear about significant enhancements in Windows Communication Foundation (WCF) 4.0 and Windows Workflow Foundation (WF) 4.0 to deal with the ever increasing complexity of communication. Learn how to use WCF to correlate messages to service instances using transport, context, and application payloads. See how the new WF messaging activities enable the modeling of rich protocols. Learn how WCF provides a default host for workflows exposing features such as distributed compensation and discovery. See how service definition in XAML completes the union of WF and WCF with a unified authoring experience that simplifies configuration and is fully integrated with IIS activation and deployment.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Ed Pinto&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Eliminate the tradeoff between ease of service authoring and performant, scalable services. Hear about significant enhancements in Windows Communication Foundation (WCF) 4.0 and Windows Workflow Foundation (WF) 4.0 to deal with the ever increasing complexity of communication. Learn how to use WCF to correlate messages to service instances using transport, context, and application payloads. See how the new WF messaging activities enable the modeling of rich protocols. Learn how WCF provides a default host for workflows exposing features such as distributed compensation and discovery. See how service definition in XAML completes the union of WF and WCF with a unified authoring experience that simplifies configuration and is fully integrated with IIS activation and deployment.Ed Pinto</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL06/</link><pubDate>Wed, 29 Oct 2008 16:37:44 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL06.mp4</guid><evnet:views>14115</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418945/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Eliminate the tradeoff between ease of service authoring and performant, scalable services. Hear about significant enhancements in Windows Communication Foundation (WCF) 4.0 and Windows Workflow Foundation (WF) 4.0 to deal with the ever increasing complexity of communication. Learn how to use WCF to&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL06.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL06.mp4" expression="full" fileSize="97701938" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL06.pptx" expression="full" fileSize="609933" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL06.wmv" expression="full" fileSize="188595955" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL06.wmv" expression="full" fileSize="356914371" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL06.wmv" expression="full" fileSize="52228927" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL06.wmv" expression="full" fileSize="356914371" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL06.mp4" length="97701938" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418945/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category><category>WCF</category><category>WF</category></item><item><title>Microsoft Visual Studio Team System Team Foundation Server: How We Use It at Microsoft</title><description>Take a detailed look at the present and future of Team Foundation Server (TFS). With close to 14,000 users, 2,000 projects, 33 million files, and over 2 million work items, Microsoft runs one of the largest known installations of TFS. In this session we share our internal best practices for version control, branching and merging, work item tracking, metrics, reporting, testing, and integrations with TFS.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Stephanie Saad&lt;/div&gt;&lt;div&gt;Stephanie Saad is a Group Manager at Microsoft and is currently building tools for agile development. She has been working in the Visual Studio design team for the last 6 years, most of them on planning various new cool stuff for VSTS. She thinks Visual Studio is the coolest thing ever, although she still can't explain to her mom what she does.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Take a detailed look at the present and future of Team Foundation Server (TFS). With close to 14,000 users, 2,000 projects, 33 million files, and over 2 million work items, Microsoft runs one of the largest known installations of TFS. In this session we share our internal best practices for version control, branching and merging, work item tracking, metrics, reporting, testing, and integrations with TFS.Stephanie SaadStephanie Saad is a Group Manager at Microsoft and is currently building tools for agile development. She has been working in the Visual Studio design team for the last 6 years, most of them on planning various new cool stuff for VSTS. She thinks Visual Studio is the coolest thing ever, although she still can't explain to her mom what she does.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL04/</link><pubDate>Wed, 29 Oct 2008 16:37:43 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL04.mp4</guid><evnet:views>8116</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418944/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Take a detailed look at the present and future of Team Foundation Server (TFS). With close to 14,000 users, 2,000 projects, 33 million files, and over 2 million work items, Microsoft runs one of the largest known installations of TFS. In this session we share our internal best practices for version&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL04.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL04.mp4" expression="full" fileSize="257547719" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL04.pptx" expression="full" fileSize="6312080" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL04.wmv" expression="full" fileSize="447020695" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL04.wmv" expression="full" fileSize="608227411" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL04.wmv" expression="full" fileSize="49815283" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL04.wmv" expression="full" fileSize="608227411" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL04.mp4" length="257547719" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418944/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Intermediate</category><category>TFS</category><category>VSTS</category></item><item><title>Microsoft Visual Studio Team System: Software Diagnostics and Quality for Services</title><description>In this session we present processes and tools from the upcoming Visual Studio Team System code name "Rosario" release and Microsoft Research and show how we deliver on quality, scalability, and experience goals for the new class of applications that demand rich UI, service consumption, and frequent release.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Habib Heydarian&lt;/div&gt;&lt;div&gt;Habib Heydarian is a Lead Program manager on the VSTS Development group.  His main responsibilities include the Visual Studio debugger, profiler, code coverage and pretty much anything related to troubleshooting and diagnosing applications.  He joined Microsoft in 2000 and has been in Developer Division ever since.  Before joining Microsoft, Habib studied computer science at the Australian National University in Canberra.  While not at work, Habib spends his time playing with robots, shooting hoops or chasing that elusive Yellowfin.  One of his favorite possessions is a Washington state license plate with the label "RUNTIME".&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Justin Marks&lt;/div&gt;&lt;div&gt;Justin Marks started at Microsoft in 2002 after receiving his BS in Computer Science and Engineering from MIT.  He has worked on MSN.com as a Systems Engineer, Windows as a Software Design Engineer in Test, and now Visual Studio as a Program Manager.  As the PM on the Diagnostics team, Justin has been working on the Historical Debugger feature for the next release of Visual Studio 2010.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>In this session we present processes and tools from the upcoming Visual Studio Team System code name "Rosario" release and Microsoft Research and show how we deliver on quality, scalability, and experience goals for the new class of applications that demand rich UI, service consumption, and frequent release.Habib HeydarianHabib Heydarian is a Lead Program manager on the VSTS Development group.  His main responsibilities include the Visual Studio debugger, profiler, code coverage and pretty much anything related to troubleshooting and diagnosing applications.  He joined Microsoft in 2000 and has been in Developer Division ever since.  Before joining Microsoft, Habib studied computer science at the Australian National University in Canberra.  While not at work, Habib spends his time playing with robots, shooting hoops or chasing that elusive Yellowfin.  One of his favorite possessions is a Washington state license plate with the label "RUNTIME".Justin MarksJustin Marks started at Microsoft in 2002 after receiving his BS in Computer Science and Engineering from MIT.  He has worked on MSN.com as a Systems Engineer, Windows as a Software Design Engineer in Test, and now Visual Studio as a Program Manager.  As the PM on the Diagnostics team, Justin has been working on the Historical Debugger feature for the next release of Visual Studio 2010.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL03/</link><pubDate>Wed, 29 Oct 2008 16:37:41 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL03.mp4</guid><evnet:views>6500</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418943/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this session we present processes and tools from the upcoming Visual Studio Team System code name "Rosario" release and Microsoft Research and show how we deliver on quality, scalability, and experience goals for the new class of applications that demand rich UI, service consumption, and frequent&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL03.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL03.mp4" expression="full" fileSize="56989522" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL03.pptx" expression="full" fileSize="2408126" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL03.wmv" expression="full" fileSize="86481235" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL03.wmv" expression="full" fileSize="402757667" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL03.wmv" expression="full" fileSize="42482555" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL03.wmv" expression="full" fileSize="402757667" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL03.mp4" length="56989522" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418943/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>VSTS</category></item><item><title>Under the Hood: Advances in the .NET Type System</title><description>Enhancements to the type system in the next version of .NET Framework allow for loose type-coupling of components comprising your application. This talk is an in-depth examination of the changes in the Common Language Runtime and managed languages. See how these changes help to simplify versioning and deployment of components targeting either COM based and/or fully managed applications. For Office developers, learn how to eliminate the need to redistribute primary interop assemblies.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Andrew Whitechapel&lt;/div&gt;&lt;div&gt;Andrew has 20+ years experience in the industry as a developer and architect. He is a Program Manager in the Business Apps team, where he is focused on designing strategic features of the Visual Studio toolset for building Office Business Applications.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Misha Shneerson&lt;/div&gt;&lt;div&gt;Misha Shneerson has been working in Visual Studio Tools for Office team for the past 6 years. Being responsible for the development of VSTO runtime Misha has gained invaluable experience about the live between managed and unmanaged worlds. Misha is passionate about bringing these two closer together and has played the key role in the last improvements in this area.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Enhancements to the type system in the next version of .NET Framework allow for loose type-coupling of components comprising your application. This talk is an in-depth examination of the changes in the Common Language Runtime and managed languages. See how these changes help to simplify versioning and deployment of components targeting either COM based and/or fully managed applications. For Office developers, learn how to eliminate the need to redistribute primary interop assemblies.Andrew WhitechapelAndrew has 20+ years experience in the industry as a developer and architect. He is a Program Manager in the Business Apps team, where he is focused on designing strategic features of the Visual Studio toolset for building Office Business Applications.Misha ShneersonMisha Shneerson has been working in Visual Studio Tools for Office team for the past 6 years. Being responsible for the development of VSTO runtime Misha has gained invaluable experience about the live between managed and unmanaged worlds. Misha is passionate about bringing these two closer together and has played the key role in the last improvements in this area.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL02/</link><pubDate>Wed, 29 Oct 2008 16:37:40 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL02.mp4</guid><evnet:views>12510</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418942/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Enhancements to the type system in the next version of .NET Framework allow for loose type-coupling of components comprising your application. This talk is an in-depth examination of the changes in the Common Language Runtime and managed languages. See how these changes help to simplify versioning&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL02.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL02.mp4" expression="full" fileSize="158100208" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL02.pptx" expression="full" fileSize="602044" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/TL02.docx" expression="full" fileSize="18099" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL02.wmv" expression="full" fileSize="172989003" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL02.wmv" expression="full" fileSize="559848155" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL02.wmv" expression="full" fileSize="43895403" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL02.wmv" expression="full" fileSize="559848155" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL02.mp4" length="158100208" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418942/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Breakout Session</category><category>Expert</category><category>Visual Studio</category></item><item><title>Office Business Applications: Enhanced Deployment</title><description>This session explores how Microsoft Visual Studio 10 supports development for OBAs. We focus on the new enhancements to deployment and security, including ClickOnce multi-project and custom action support, configurable updates, background updating, and delay-loading add-ins.

&lt;ul&gt;&lt;li&gt;&lt;div&gt;Saurabh Bhatia&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Andrew Whitechapel&lt;/div&gt;&lt;div&gt;Andrew has 20+ years experience in the industry as a developer and architect. He is a Program Manager in the Business Apps team, where he is focused on designing strategic features of the Visual Studio toolset for building Office Business Applications.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This session explores how Microsoft Visual Studio 10 supports development for OBAs. We focus on the new enhancements to deployment and security, including ClickOnce multi-project and custom action support, configurable updates, background updating, and delay-loading add-ins.

Saurabh BhatiaAndrew WhitechapelAndrew has 20+ years experience in the industry as a developer and architect. He is a Program Manager in the Business Apps team, where he is focused on designing strategic features of the Visual Studio toolset for building Office Business Applications.</itunes:summary><link>http://channel9.msdn.com/pdc2008/TL01/</link><pubDate>Wed, 29 Oct 2008 16:37:39 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL01.mp4</guid><evnet:views>5284</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418941/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This session explores how Microsoft Visual Studio 10 supports development for OBAs. We focus on the new enhancements to deployment and security, including ClickOnce multi-project and custom action support, configurable updates, background updating, and delay-loading add-ins.

Saurabh BhatiaAndrew&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/TL01.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL01.mp4" expression="full" fileSize="77489182" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/TL01.pptx" expression="full" fileSize="1076388" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/TL01.wmv" expression="full" fileSize="129681743" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL01.wmv" expression="full" fileSize="13018500" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/TL01.wmv" expression="full" fileSize="44767323" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/TL01.wmv" expression="full" fileSize="13018500" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/TL01.mp4" length="77489182" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418941/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Office</category><category>Visual Studio</category></item><item><title>Services Symposium: Cloud or No Cloud, the Laws of Physics Still Apply</title><description>Bandwidth is not infinite and certainly not free, latency is bound by speed of light, and storage density is increasing. How will all this affect your architecture? In this final session, we discuss emerging patterns that take into account the physical aspects of a cloud-based application.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Gianpaolo Carraro&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Bandwidth is not infinite and certainly not free, latency is bound by speed of light, and storage density is increasing. How will all this affect your architecture? In this final session, we discuss emerging patterns that take into account the physical aspects of a cloud-based application.Gianpaolo Carraro</itunes:summary><link>http://channel9.msdn.com/pdc2008/SYMP06/</link><pubDate>Wed, 29 Oct 2008 16:37:36 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP06.mp4</guid><evnet:views>3868</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426746/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Bandwidth is not infinite and certainly not free, latency is bound by speed of light, and storage density is increasing. How will all this affect your architecture? In this final session, we discuss emerging patterns that take into account the physical aspects of a cloud-based application.Gianpaolo Carraro</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/SYMP06.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP06.mp4" expression="full" fileSize="58483109" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/SYMP06.pptx" expression="full" fileSize="1925589" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/SYMP06.wmv" expression="full" fileSize="136620741" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP06.wmv" expression="full" fileSize="393414481" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/SYMP06.wmv" expression="full" fileSize="47614025" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP06.wmv" expression="full" fileSize="393414481" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP06.mp4" length="58483109" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426746/Trackback.aspx</trackback:ping><category>Advanced</category><category>Azure</category><category>Symposium</category></item><item><title>Services Symposium: Enterprise Grade Cloud Applications</title><description>Today, hosted applications do not offer many of the features that large enterprises expect related to identity, management, and data. See detailed examples of "enterprise grade" hosted application design. Learn how to implement a federated identity scenario, enable remote application management, and provide richer control of data storage.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Eugenio Pace&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Today, hosted applications do not offer many of the features that large enterprises expect related to identity, management, and data. See detailed examples of "enterprise grade" hosted application design. Learn how to implement a federated identity scenario, enable remote application management, and provide richer control of data storage.Eugenio Pace</itunes:summary><link>http://channel9.msdn.com/pdc2008/SYMP05/</link><pubDate>Wed, 29 Oct 2008 16:37:35 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP05.mp4</guid><evnet:views>4035</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426745/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Today, hosted applications do not offer many of the features that large enterprises expect related to identity, management, and data. See detailed examples of "enterprise grade" hosted application design. Learn how to implement a federated identity scenario, enable remote application management, and&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/SYMP05.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP05.mp4" expression="full" fileSize="79844532" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/SYMP05.wmv" expression="full" fileSize="141909089" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP05.wmv" expression="full" fileSize="532346473" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/SYMP05.wmv" expression="full" fileSize="55409157" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP05.wmv" expression="full" fileSize="532346473" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP05.mp4" length="79844532" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426745/Trackback.aspx</trackback:ping><category>_Identity</category><category>Advanced</category><category>Azure</category><category>Symposium</category></item><item><title>Services Symposium: Expanding Applications to the Cloud</title><description>Take an enthusiastic--yet pragmatic--look at cloud opportunities. First, hear about a model for determining what should be pushed to the cloud and what should be kept in-house. Second, explore examples of cloud-based infrastructure as part of an existing application. Finally, discuss architectural tradeoffs and best practices.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Gianpaolo Carraro&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Simon Guest&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Take an enthusiastic--yet pragmatic--look at cloud opportunities. First, hear about a model for determining what should be pushed to the cloud and what should be kept in-house. Second, explore examples of cloud-based infrastructure as part of an existing application. Finally, discuss architectural tradeoffs and best practices.Gianpaolo CarraroSimon Guest</itunes:summary><link>http://channel9.msdn.com/pdc2008/SYMP04/</link><pubDate>Wed, 29 Oct 2008 16:37:34 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP04.mp4</guid><evnet:views>3986</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426744/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Take an enthusiastic--yet pragmatic--look at cloud opportunities. First, hear about a model for determining what should be pushed to the cloud and what should be kept in-house. Second, explore examples of cloud-based infrastructure as part of an existing application. Finally, discuss architectural&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/SYMP04.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP04.mp4" expression="full" fileSize="73330588" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/SYMP04.pptx" expression="full" fileSize="3402121" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/SYMP04.wmv" expression="full" fileSize="143667809" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP04.wmv" expression="full" fileSize="439650265" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/SYMP04.wmv" expression="full" fileSize="50417177" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP04.wmv" expression="full" fileSize="439650265" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP04.mp4" length="73330588" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426744/Trackback.aspx</trackback:ping><category>Advanced</category><category>Azure</category><category>Symposium</category></item><item><title>Parallel Symposium: Future of Parallel Computing</title><description>Hear Intel describe its near-term support for Microsoft Visual Studio with Intel Parallel Studio. Learn about incubation technologies related to parallel computing, such as Intel Threading Building Blocks on Concurrency Runtime, software transaction memory, agents, Intel Ct and tools.&lt;ul&gt;&lt;li&gt;&lt;div&gt;James Reinders&lt;/div&gt;&lt;div&gt;James Reinders is an expert in the area of parallelism, Intel’s leading spokesperson on tools for parallelism, and author of the O’Reilly Nutshell book on the C++ extensions for parallelism provided by the popular Intel Threading Building Blocks. James has decades of experience with high degrees of parallelism having worked on groundbreaking compilers and architectures such as the systolic arrays WARP and iWarp, and the world’s first TeraFLOP supercomputer (ASCI Red). James is a frequent blogger, columnist on go-parallel.com, and the author and co-author of several books in addition to the recent TBB Nutshell book.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Selena Wilson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Niklas Gustafsson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Sean Nordberg&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;David Detlefs&lt;/div&gt;&lt;div&gt;Dave got his Ph.D. from Carnegie-Mellon in 1990.  He was a researcher at DEC's System Research Center from 1990 to 1996, working on program verification and garbage collection.  He moved to Sun Laboratories in Massachusetts in 1996, working there on parallel and concurrent garbage collection, lock-free algorithms, and just-in-time compilation techniques.  He moved to Microsoft's CLR in 2005, and has been working on transactional memory and various CLR architectural issues.  He holds 32 patents, and has been on a number of program committees for academic conferences.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear Intel describe its near-term support for Microsoft Visual Studio with Intel Parallel Studio. Learn about incubation technologies related to parallel computing, such as Intel Threading Building Blocks on Concurrency Runtime, software transaction memory, agents, Intel Ct and tools.James ReindersJames Reinders is an expert in the area of parallelism, Intel’s leading spokesperson on tools for parallelism, and author of the O’Reilly Nutshell book on the C++ extensions for parallelism provided by the popular Intel Threading Building Blocks. James has decades of experience with high degrees of parallelism having worked on groundbreaking compilers and architectures such as the systolic arrays WARP and iWarp, and the world’s first TeraFLOP supercomputer (ASCI Red). James is a frequent blogger, columnist on go-parallel.com, and the author and co-author of several books in addition to the recent TBB Nutshell book.Selena WilsonNiklas GustafssonSean NordbergDavid DetlefsDave got his Ph.D. from Carnegie-Mellon in 1990.  He was a researcher at DEC's System Research Center from 1990 to 1996, working on program verification and garbage collection.  He moved to Sun Laboratories in Massachusetts in 1996, working there on parallel and concurrent garbage collection, lock-free algorithms, and just-in-time compilation techniques.  He moved to Microsoft's CLR in 2005, and has been working on transactional memory and various CLR architectural issues.  He holds 32 patents, and has been on a number of program committees for academic conferences.</itunes:summary><link>http://channel9.msdn.com/pdc2008/SYMP03/</link><pubDate>Wed, 29 Oct 2008 16:37:33 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP03.mp4</guid><evnet:views>5492</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426743/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear Intel describe its near-term support for Microsoft Visual Studio with Intel Parallel Studio. Learn about incubation technologies related to parallel computing, such as Intel Threading Building Blocks on Concurrency Runtime, software transaction memory, agents, Intel Ct and tools.James&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/SYMP03.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP03.mp4" expression="full" fileSize="68133854" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/SYMP03.wmv" expression="full" fileSize="105061861" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP03.wmv" expression="full" fileSize="438699505" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/SYMP03.wmv" expression="full" fileSize="17724960" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP03.wmv" expression="full" fileSize="438699505" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP03.mp4" length="68133854" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426743/Trackback.aspx</trackback:ping><category>Advanced</category><category>Parallelism</category><category>Symposium</category></item><item><title>Parallel Symposium: Application Opportunities and Architectures</title><description>Parallel Computing opens up potential for new categories of applications and user interaction. Hear Intel discuss its vision for Connected Visual Computing followed by Microsoft's guidance on how to architect applications that are correct, scalable, and responsive.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jerry Bautista&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;John Feo&lt;/div&gt;&lt;div&gt;John Feo is a principal architect leading the applications framework group in PCP.  Prior to joining Microsoft, John worked at Cray Inc and Lawrenece Livermore National Laboratory.  At Cray, John developed applications and worked with early customers of the Cray MTA systems.  At LLNL, John was the group leader of the Computer Research Group and principal investigator of the Sisal Language Project. John's interest are parallel algorithms, parallel programming models, functional languages, and performance.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Parallel Computing opens up potential for new categories of applications and user interaction. Hear Intel discuss its vision for Connected Visual Computing followed by Microsoft's guidance on how to architect applications that are correct, scalable, and responsive.Jerry BautistaJohn FeoJohn Feo is a principal architect leading the applications framework group in PCP.  Prior to joining Microsoft, John worked at Cray Inc and Lawrenece Livermore National Laboratory.  At Cray, John developed applications and worked with early customers of the Cray MTA systems.  At LLNL, John was the group leader of the Computer Research Group and principal investigator of the Sisal Language Project. John's interest are parallel algorithms, parallel programming models, functional languages, and performance.</itunes:summary><link>http://channel9.msdn.com/pdc2008/SYMP02/</link><pubDate>Wed, 29 Oct 2008 16:37:32 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP02.mp4</guid><evnet:views>4502</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426742/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Parallel Computing opens up potential for new categories of applications and user interaction. Hear Intel discuss its vision for Connected Visual Computing followed by Microsoft's guidance on how to architect applications that are correct, scalable, and responsive.Jerry BautistaJohn FeoJohn Feo is a&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/SYMP02.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP02.mp4" expression="full" fileSize="10623448" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/SYMP02.pptx" expression="full" fileSize="8122576" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/SYMP02.wmv" expression="full" fileSize="17874944" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP02.wmv" expression="full" fileSize="103369135" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/SYMP02.wmv" expression="full" fileSize="12438360" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP02.wmv" expression="full" fileSize="103369135" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP02.mp4" length="10623448" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426742/Trackback.aspx</trackback:ping><category>Advanced</category><category>Parallelism</category><category>Symposium</category></item><item><title>Parallel Symposium: Addressing the Hard Problems with Concurrency</title><description>Hear about the challenges of applying multi-core processors to general-purpose software and the key impacts this will have on developers and platforms. Learn about the hard problems that must be addressed to enable parallel software to be deployed with the same reliability and productivity of mainstream software. Hear about the key architectural changes Microsoft is making to Windows to enable the efficient execution of parallel software.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Lynne Hill&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;David Callahan&lt;/div&gt;&lt;div&gt;David Callahan joined Microsoft in 2005. He is a Distinguished Engineer leading the Parallel Computing Platform Team within Visual Studio® focused on incubating technology for the coming manycore processors. This team is producing exciting new technologies as part of Visual Studio and also driving the Parallel Computing Initiative, a company wide effort to deliver customer value from the power of future high-performance processors. David’s background is in programming languages, parallel programming techniques, and compilation techniques focused on expressing and exploiting concurrency.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear about the challenges of applying multi-core processors to general-purpose software and the key impacts this will have on developers and platforms. Learn about the hard problems that must be addressed to enable parallel software to be deployed with the same reliability and productivity of mainstream software. Hear about the key architectural changes Microsoft is making to Windows to enable the efficient execution of parallel software.Lynne HillDavid CallahanDavid Callahan joined Microsoft in 2005. He is a Distinguished Engineer leading the Parallel Computing Platform Team within Visual Studio® focused on incubating technology for the coming manycore processors. This team is producing exciting new technologies as part of Visual Studio and also driving the Parallel Computing Initiative, a company wide effort to deliver customer value from the power of future high-performance processors. David’s background is in programming languages, parallel programming techniques, and compilation techniques focused on expressing and exploiting concurrency.</itunes:summary><link>http://channel9.msdn.com/pdc2008/SYMP01/</link><pubDate>Wed, 29 Oct 2008 16:37:31 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP01.mp4</guid><evnet:views>4800</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426741/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear about the challenges of applying multi-core processors to general-purpose software and the key impacts this will have on developers and platforms. Learn about the hard problems that must be addressed to enable parallel software to be deployed with the same reliability and productivity of&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/SYMP01.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP01.mp4" expression="full" fileSize="56496815" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/SYMP01.pptx" expression="full" fileSize="3344623" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/SYMP01.wmv" expression="full" fileSize="91995803" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP01.wmv" expression="full" fileSize="403507035" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/SYMP01.wmv" expression="full" fileSize="5041440" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/SYMP01.wmv" expression="full" fileSize="403507035" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/SYMP01.mp4" length="56496815" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426741/Trackback.aspx</trackback:ping><category>Advanced</category><category>Parallelism</category><category>Symposium</category></item><item><title>Hands On Analysis with Windows Performance Toolkit (General)</title><description>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

This session will provide examples of case studies for several typical performance issues, analyzed using the Windows Performance Analyzer. Best practices on how to avoid some of the common problems will also be covered.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Michael Milirud&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Sharif Farag&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

This session will provide examples of case studies for several typical performance issues, analyzed using the Windows Performance Analyzer. Best practices on how to avoid some of the common problems will also be covered.Michael MilirudSharif Farag</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC62-V/</link><pubDate>Wed, 29 Oct 2008 16:36:34 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC62-V.mp4</guid><evnet:views>3915</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436782/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

This session will provide examples of case studies for several typical performance issues, analyzed using the Windows Performance Analyzer. Best practices on how to avoid some of&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC62-V.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC62-V.mp4" expression="full" fileSize="2925356" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC62-V.wmv" expression="full" fileSize="40719311" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC62-V.wmv" expression="full" fileSize="99104833" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC62-V.wmv" expression="full" fileSize="25576083" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC62-V.wmv" expression="full" fileSize="99104833" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC62-V.mp4" length="2925356" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/436782/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category></item><item><title>Developing compatible applications for Windows</title><description>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

Learn the best practices on how to write compatible applications for the Windows® operating system and migrate Windows XP applications. Also, discuss common application compatibility changes so you can effortlessly get your applications up and running.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Uday Shivaswamy&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

Learn the best practices on how to write compatible applications for the Windows® operating system and migrate Windows XP applications. Also, discuss common application compatibility changes so you can effortlessly get your applications up and running.Uday Shivaswamy</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC61-V/</link><pubDate>Wed, 29 Oct 2008 16:36:32 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC61-V.mp4</guid><evnet:views>3290</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436781/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

Learn the best practices on how to write compatible applications for the Windows® operating system and migrate Windows XP applications. Also, discuss common application&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC61-V.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC61-V.mp4" expression="full" fileSize="23861301" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC61-V.wmv" expression="full" fileSize="28819249" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC61-V.wmv" expression="full" fileSize="74690448" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC61-V.wmv" expression="full" fileSize="20168245" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC61-V.wmv" expression="full" fileSize="74690448" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC61-V.mp4" length="23861301" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/436781/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category></item><item><title>Driving for software quality through customer feedback</title><description>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

Your customers are feeling pain, are you listening? This session will highlight how ISV's can gain access to feedback data sent to Microsoft via the Windows Error Reporting harness.  This session will demo the web portal and the  service layer interface to customer data.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Kevin Hill&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

Your customers are feeling pain, are you listening? This session will highlight how ISV's can gain access to feedback data sent to Microsoft via the Windows Error Reporting harness.  This session will demo the web portal and the  service layer interface to customer data.Kevin Hill</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC60-V/</link><pubDate>Wed, 29 Oct 2008 16:36:30 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC60-V.mp4</guid><evnet:views>3556</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436780/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This is a web exclusive session which was not delivered at PDC2008, but provides complimentary content aligned with PDC.

Your customers are feeling pain, are you listening? This session will highlight how ISV's can gain access to feedback data sent to Microsoft via the Windows Error Reporting&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC60-V.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC60-V.mp4" expression="full" fileSize="6554880" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC60-V.wmv" expression="full" fileSize="26430673" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC60-V.wmv" expression="full" fileSize="66955816" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC60-V.wmv" expression="full" fileSize="17873529" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC60-V.wmv" expression="full" fileSize="66955816" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC60-V.mp4" length="6554880" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/436780/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category></item><item><title>Commerce Server "Mojave": Overview</title><description>In this session you will get an in depth look into the new Commerce Server "Mojave" product release.  Learn how you can use Commerce Server's next-generation e-commerce API to develop performant, multi-channel e-commerce websites.  See improvements to the programming model, improved functionality for working with the desktop and devices, and integration of Commerce Server with SharePoint and ASP.NET.  We'll also show how to use the "Mojave" e-commerce web parts to quickly build rich, custom user experiences.   &lt;ul&gt;&lt;li&gt;&lt;div&gt;Tom Schultz&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Kerry Havas&lt;/div&gt;&lt;div&gt;Kerry is a Product Architect on the Microsoft Commerce Server Product Unit.
Before joining the product unit, he worked with MCS to deliver Commerce Server engagements.
Before joining MCS, he worked with JCPenney to deliver their award winning E-Commerce site.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>In this session you will get an in depth look into the new Commerce Server "Mojave" product release.  Learn how you can use Commerce Server's next-generation e-commerce API to develop performant, multi-channel e-commerce websites.  See improvements to the programming model, improved functionality for working with the desktop and devices, and integration of Commerce Server with SharePoint and ASP.NET.  We'll also show how to use the "Mojave" e-commerce web parts to quickly build rich, custom user experiences.   Tom SchultzKerry HavasKerry is a Product Architect on the Microsoft Commerce Server Product Unit.
Before joining the product unit, he worked with MCS to deliver Commerce Server engagements.
Before joining MCS, he worked with JCPenney to deliver their award winning E-Commerce site.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC59/</link><pubDate>Wed, 29 Oct 2008 16:36:28 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC59.mp4</guid><evnet:views>11219</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/435588/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this session you will get an in depth look into the new Commerce Server "Mojave" product release.  Learn how you can use Commerce Server's next-generation e-commerce API to develop performant, multi-channel e-commerce websites.  See improvements to the programming model, improved functionality&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC59.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC59.mp4" expression="full" fileSize="90161727" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC59.pptx" expression="full" fileSize="2363021" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC59.wmv" expression="full" fileSize="138155391" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC59.wmv" expression="full" fileSize="468981567" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC59.wmv" expression="full" fileSize="51112515" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC59.wmv" expression="full" fileSize="468981567" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC59.mp4" length="90161727" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/435588/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category></item><item><title>Framework Design Guidelines</title><description>Learn about guidelines that have helped the Microsoft .NET Framework grow into the most popular developer framework Microsoft has ever created. After ten years of use, we have an enormous amount of real customer data about what makes great framework design. Whether you are building your own framework or just want to get the most out of the .NET Framework, this is  a must-attend talk! Join Krzysztof Cwalina and Brad Abrams, authors of the Dr. Dobbs award winning  "Framework Design Guidelines" book, and get a sneak peek at the content from the 2nd edition (first available at PDC2008).&lt;ul&gt;&lt;li&gt;&lt;div&gt;Krzysztof Cwalina&lt;/div&gt;&lt;div&gt;Krzysztof Cwalina is a program manager on the .NET Framework team at Microsoft. He started his career at Microsoft designing APIs for the first release of the Framework. Currently, he is leading the effort to develop, promote, and apply the design guidelines to the .NET Framework. He is a coauthor of Framework Design Guidelines (Addison-Wesley, 2005). Reach him at his blog at blogs.msdn.com/kcwalina.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Brad Abrams&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn about guidelines that have helped the Microsoft .NET Framework grow into the most popular developer framework Microsoft has ever created. After ten years of use, we have an enormous amount of real customer data about what makes great framework design. Whether you are building your own framework or just want to get the most out of the .NET Framework, this is  a must-attend talk! Join Krzysztof Cwalina and Brad Abrams, authors of the Dr. Dobbs award winning  "Framework Design Guidelines" book, and get a sneak peek at the content from the 2nd edition (first available at PDC2008).Krzysztof CwalinaKrzysztof Cwalina is a program manager on the .NET Framework team at Microsoft. He started his career at Microsoft designing APIs for the first release of the Framework. Currently, he is leading the effort to develop, promote, and apply the design guidelines to the .NET Framework. He is a coauthor of Framework Design Guidelines (Addison-Wesley, 2005). Reach him at his blog at blogs.msdn.com/kcwalina.Brad Abrams</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC58/</link><pubDate>Wed, 29 Oct 2008 16:36:25 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC58.mp4</guid><evnet:views>15126</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/432384/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn about guidelines that have helped the Microsoft .NET Framework grow into the most popular developer framework Microsoft has ever created. After ten years of use, we have an enormous amount of real customer data about what makes great framework design. Whether you are building your own&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC58.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC58.mp4" expression="full" fileSize="80810570" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC58.pptx" expression="full" fileSize="10301219" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC58.wmv" expression="full" fileSize="119966077" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC58.wmv" expression="full" fileSize="420924557" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC58.wmv" expression="full" fileSize="60490605" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC58.wmv" expression="full" fileSize="420924557" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC58.mp4" length="80810570" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/432384/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Breakout Session</category><category>Intermediate</category></item><item><title>Windows Embedded "Quebec": Developing for Devices</title><description>Do you need to understand how to extend your applications and services to embedded devices using Windows 7 technologies?  See the new Windows Embedded roadmap and hear plans for our next-generation offering built on Windows 7 technologies.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Shabnam Erfani&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Do you need to understand how to extend your applications and services to embedded devices using Windows 7 technologies?  See the new Windows Embedded roadmap and hear plans for our next-generation offering built on Windows 7 technologies.Shabnam Erfani</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC56/</link><pubDate>Wed, 29 Oct 2008 16:36:23 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC56.mp4</guid><evnet:views>3514</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/432383/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Do you need to understand how to extend your applications and services to embedded devices using Windows 7 technologies?  See the new Windows Embedded roadmap and hear plans for our next-generation offering built on Windows 7 technologies.Shabnam Erfani</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC56.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC56.mp4" expression="full" fileSize="57981395" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC56.pptx" expression="full" fileSize="1392350" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC56.wmv" expression="full" fileSize="93493347" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC56.wmv" expression="full" fileSize="238647115" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC56.wmv" expression="full" fileSize="44000247" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC56.wmv" expression="full" fileSize="238647115" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC56.mp4" length="57981395" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/432383/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Intermediate</category><category>Windows Embedded</category></item><item><title>Oomph: A Microformat Toolkit</title><description>Microformats are cool -- more than cool -- they're about enhancing the web, representing data using HTML. Targeted at web developers and designers, Oomph makes it easier to create, consume, and style Microformats. Oomph is an amalgamation of applications: an Internet Explorer Add-in written in C++; a cross-browser HTML overlay written in JQuery; a Virtual Earth visualization that geocodes on the fly; a set of beautiful CSS styles; and more. Hear how and why we built it, as well as how you can be part of the burgeoning Microformat movement.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Karsten Januszewski&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Microformats are cool -- more than cool -- they're about enhancing the web, representing data using HTML. Targeted at web developers and designers, Oomph makes it easier to create, consume, and style Microformats. Oomph is an amalgamation of applications: an Internet Explorer Add-in written in C++; a cross-browser HTML overlay written in JQuery; a Virtual Earth visualization that geocodes on the fly; a set of beautiful CSS styles; and more. Hear how and why we built it, as well as how you can be part of the burgeoning Microformat movement.Karsten Januszewski</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC55/</link><pubDate>Wed, 29 Oct 2008 16:36:21 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC55.mp4</guid><evnet:views>2966</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430791/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Microformats are cool -- more than cool -- they're about enhancing the web, representing data using HTML. Targeted at web developers and designers, Oomph makes it easier to create, consume, and style Microformats. Oomph is an amalgamation of applications: an Internet Explorer Add-in written in C++;&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC55.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC55.mp4" expression="full" fileSize="76262307" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC55.pptx" expression="full" fileSize="630308" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC55.docx" expression="full" fileSize="18315" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC55.wmv" expression="full" fileSize="123123437" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC55.wmv" expression="full" fileSize="267270737" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC55.wmv" expression="full" fileSize="42471705" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC55.wmv" expression="full" fileSize="267270737" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC55.mp4" length="76262307" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430791/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Internet Explorer</category></item><item><title>Mono and .NET</title><description>See how Mono, the open source implementation of the .NET Framework, offers a platform for developers to leverage .NET in new and unconventional scenarios. Explore many of these innovations: the C# shell and the embeddable, C# runtime "eval"; how and why developers are choosing to embed Mono in applications and games on Windows and other platforms; static compilation with Mono enables .NET to be supported on more devices.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Miguel de Icaza&lt;/div&gt;&lt;div&gt;Miguel de Icaza is Novell's Vice President for the Developer Platform where he runs the open source Mono and Moonlight projects (open source implementations of the .NET Framework).

Previously he founded the GNOME project, one of the most popular desktop environments for Linux and Unix systems.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>See how Mono, the open source implementation of the .NET Framework, offers a platform for developers to leverage .NET in new and unconventional scenarios. Explore many of these innovations: the C# shell and the embeddable, C# runtime "eval"; how and why developers are choosing to embed Mono in applications and games on Windows and other platforms; static compilation with Mono enables .NET to be supported on more devices.Miguel de IcazaMiguel de Icaza is Novell's Vice President for the Developer Platform where he runs the open source Mono and Moonlight projects (open source implementations of the .NET Framework).

Previously he founded the GNOME project, one of the most popular desktop environments for Linux and Unix systems.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC54/</link><pubDate>Wed, 29 Oct 2008 16:36:19 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC54.mp4</guid><evnet:views>16161</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430790/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>See how Mono, the open source implementation of the .NET Framework, offers a platform for developers to leverage .NET in new and unconventional scenarios. Explore many of these innovations: the C# shell and the embeddable, C# runtime "eval"; how and why developers are choosing to embed Mono in&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC54.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC54.mp4" expression="full" fileSize="93746217" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC54.pptx" expression="full" fileSize="2890383" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC54.wmv" expression="full" fileSize="158525299" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC54.wmv" expression="full" fileSize="316984083" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC54.wmv" expression="full" fileSize="19353860" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC54.wmv" expression="full" fileSize="316984083" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC54.mp4" length="93746217" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430790/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category></item><item><title>Building High Performance JScript Applications</title><description>In this talk, we take a look at the various components that contribute to deliver a high performance Javascript application.  We also look at the some of the script performance tools that we can leverage to measure the performance of our application.  Finally, we learn about the various improvements in the JScript engine and how you can take advantage of these improvements.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Sameer Chabungbam&lt;/div&gt;&lt;div&gt;Sameer Chabungbam is a Program Manager in the JScript team at Microsoft, where he is focussed at building tools for web developers.  Earlier, he had worked on providing Javascript intellisense in Visual Studio.  Recently, he worked on the JScript Profiler that shipped in Internet Explorer 8.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>In this talk, we take a look at the various components that contribute to deliver a high performance Javascript application.  We also look at the some of the script performance tools that we can leverage to measure the performance of our application.  Finally, we learn about the various improvements in the JScript engine and how you can take advantage of these improvements.Sameer ChabungbamSameer Chabungbam is a Program Manager in the JScript team at Microsoft, where he is focussed at building tools for web developers.  Earlier, he had worked on providing Javascript intellisense in Visual Studio.  Recently, he worked on the JScript Profiler that shipped in Internet Explorer 8.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC53/</link><pubDate>Wed, 29 Oct 2008 16:36:17 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC53.mp4</guid><evnet:views>3699</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/432382/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this talk, we take a look at the various components that contribute to deliver a high performance Javascript application.  We also look at the some of the script performance tools that we can leverage to measure the performance of our application.  Finally, we learn about the various improvements&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC53.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC53.mp4" expression="full" fileSize="26390040" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC53.pptx" expression="full" fileSize="571598" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC53.wmv" expression="full" fileSize="39273369" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC53.wmv" expression="full" fileSize="116651553" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC53.wmv" expression="full" fileSize="20271773" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC53.wmv" expression="full" fileSize="116651553" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC53.mp4" length="26390040" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/432382/Trackback.aspx</trackback:ping><category>Advanced</category><category>Internet Explorer</category><category>Lunch Session</category></item><item><title>Windows 7: Writing World-Ready Applications</title><description>This session centers on globalization features for Windows 7, including sorting and string comparison, locale support, and coverage for new languages, with an eye to helping developers extend their applications to a global user base. This session introduces the Extended Linguistic Services API, the next step in the evolution of globalization support for Windows developers. This session also covers the Multilingual User Interface  (MUI) technology inside Windows 7 and .NET, and walks you through an end-to-end look at how to make your application MUI-enabled so that you can easily take your application worldwide and extend your customer base into new language markets.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Yaniv Feinberg&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Erik Fortune&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This session centers on globalization features for Windows 7, including sorting and string comparison, locale support, and coverage for new languages, with an eye to helping developers extend their applications to a global user base. This session introduces the Extended Linguistic Services API, the next step in the evolution of globalization support for Windows developers. This session also covers the Multilingual User Interface  (MUI) technology inside Windows 7 and .NET, and walks you through an end-to-end look at how to make your application MUI-enabled so that you can easily take your application worldwide and extend your customer base into new language markets.Yaniv FeinbergErik Fortune</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC52/</link><pubDate>Wed, 29 Oct 2008 16:36:15 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC52.mp4</guid><evnet:views>8058</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429600/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This session centers on globalization features for Windows 7, including sorting and string comparison, locale support, and coverage for new languages, with an eye to helping developers extend their applications to a global user base. This session introduces the Extended Linguistic Services API, the&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC52.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC52.mp4" expression="full" fileSize="78730708" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC52.pptx" expression="full" fileSize="1013868" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC52.wmv" expression="full" fileSize="127678571" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC52.wmv" expression="full" fileSize="522369651" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC52.wmv" expression="full" fileSize="50776579" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC52.wmv" expression="full" fileSize="522369651" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC52.mp4" length="78730708" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429600/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Best Practices for Developing for Windows Standard User</title><description>The application development requirements in Windows 7 for UAC-compatibility are exactly the same as in Windows Vista: Vista-compatible applications will interact with UAC in Windows 7 without any modification. No new APIs are required or provided. The UAC improvements for Windows 7 will impact the user's experience but not the application interface. Logo requirements regarding UAC compatibility are the same as in Vista.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Crispin Cowan&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The application development requirements in Windows 7 for UAC-compatibility are exactly the same as in Windows Vista: Vista-compatible applications will interact with UAC in Windows 7 without any modification. No new APIs are required or provided. The UAC improvements for Windows 7 will impact the user's experience but not the application interface. Logo requirements regarding UAC compatibility are the same as in Vista.Crispin Cowan</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC51/</link><pubDate>Wed, 29 Oct 2008 16:36:13 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC51.mp4</guid><evnet:views>7418</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429599/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The application development requirements in Windows 7 for UAC-compatibility are exactly the same as in Windows Vista: Vista-compatible applications will interact with UAC in Windows 7 without any modification. No new APIs are required or provided. The UAC improvements for Windows 7 will impact the&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC51.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC51.mp4" expression="full" fileSize="49977878" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC51.pptx" expression="full" fileSize="1099224" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC51.wmv" expression="full" fileSize="75217561" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC51.wmv" expression="full" fileSize="279399161" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC51.wmv" expression="full" fileSize="33123517" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC51.wmv" expression="full" fileSize="279399161" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC51.mp4" length="49977878" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429599/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Using Instrumentation and Diagnostics to Develop High Quality Software</title><description>Learn how to enhance the quality and supportability of your software during developing and deployment using the Windows 7 instrumentation and troubleshooting platforms. This session will focus on key aspects of the event and performance counter infrastructures, and discuss best practices around adding instrumentation to your code. We will introduce the new Windows PowerShell-based troubleshooting platform, and how it enables you to easily monitor multiple data sources to empower the end user and IT pro to detect and resolve software problems.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Ricky Buch&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Kevin Woley&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how to enhance the quality and supportability of your software during developing and deployment using the Windows 7 instrumentation and troubleshooting platforms. This session will focus on key aspects of the event and performance counter infrastructures, and discuss best practices around adding instrumentation to your code. We will introduce the new Windows PowerShell-based troubleshooting platform, and how it enables you to easily monitor multiple data sources to empower the end user and IT pro to detect and resolve software problems.Ricky BuchKevin Woley</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC50/</link><pubDate>Wed, 29 Oct 2008 16:36:11 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC50.mp4</guid><evnet:views>5443</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429598/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how to enhance the quality and supportability of your software during developing and deployment using the Windows 7 instrumentation and troubleshooting platforms. This session will focus on key aspects of the event and performance counter infrastructures, and discuss best practices around&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC50.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC50.mp4" expression="full" fileSize="96630249" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC50.pptx" expression="full" fileSize="610935" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC50.wmv" expression="full" fileSize="174258897" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC50.wmv" expression="full" fileSize="273958392" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC50.wmv" expression="full" fileSize="44867833" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC50.wmv" expression="full" fileSize="273958392" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC50.mp4" length="96630249" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429598/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Microsoft .NET Framework: CLR Futures</title><description>Learn about the new features in the next major version of the Common Language Runtime (CLR) from the people building it. Hear about support for in-process side-by-side CLR version support. Get a look at development improvements including code contracts and tools, mini dump debugging in Visual Studio, and enhanced base class libraries including BigInteger, tuples, and trees. Learn how improvements to the GC allow for greater scalability for multiple processors and much more!&lt;ul&gt;&lt;li&gt;&lt;div&gt;Joshua Goodman&lt;/div&gt;&lt;div&gt;Joshua Goodman is currently the Group Program Manager for the Common Language Runtime team -- the team that builds the garbage collector, JIT (just-in-time-compiler), security model, hosting model, and base class libraries for .NET.  Prior to that, he was Technical Assistant to Bill Gates, and before that he spent 8 years Microsoft Research, where he ran a small team.  Many many years ago he was a developer at a speech recognition company.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Ian Carmichael&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn about the new features in the next major version of the Common Language Runtime (CLR) from the people building it. Hear about support for in-process side-by-side CLR version support. Get a look at development improvements including code contracts and tools, mini dump debugging in Visual Studio, and enhanced base class libraries including BigInteger, tuples, and trees. Learn how improvements to the GC allow for greater scalability for multiple processors and much more!Joshua GoodmanJoshua Goodman is currently the Group Program Manager for the Common Language Runtime team -- the team that builds the garbage collector, JIT (just-in-time-compiler), security model, hosting model, and base class libraries for .NET.  Prior to that, he was Technical Assistant to Bill Gates, and before that he spent 8 years Microsoft Research, where he ran a small team.  Many many years ago he was a developer at a speech recognition company.Ian Carmichael</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC49/</link><pubDate>Wed, 29 Oct 2008 16:36:09 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC49.mp4</guid><evnet:views>9676</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430789/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn about the new features in the next major version of the Common Language Runtime (CLR) from the people building it. Hear about support for in-process side-by-side CLR version support. Get a look at development improvements including code contracts and tools, mini dump debugging in Visual&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC49.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC49.mp4" expression="full" fileSize="56904949" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC49.pptx" expression="full" fileSize="2269604" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC49.docx" expression="full" fileSize="18071" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC49.wmv" expression="full" fileSize="110834483" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC49.wmv" expression="full" fileSize="190816199" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC49.wmv" expression="full" fileSize="38062659" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC49.wmv" expression="full" fileSize="190816199" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC49.mp4" length="56904949" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430789/Trackback.aspx</trackback:ping><category>.NET Framework</category><category>Advanced</category><category>Breakout Session</category></item><item><title>Research: Designing the World Wide Telescope</title><description>Hear from the architect of the World Wide Telescope discuss the challenges and opportunities in creating World Wide Telescope as a massively scalable software plus services application. Understand the scale of the data, the communities and capabilities of user generated content, and the rich client application and the service behind it.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jonathan Fay&lt;/div&gt;&lt;div&gt;Jonathan is a 15 year Microsoft veteran who focuses on studying the intersection of graphics/imaging and networks. He is currently the architect of Microsoft WorldWide Telescope. Jonathan is also an avid amateur astronomer and designed built his own automated domed observatory as well as helped develop the field of DSLR astrophotography.
When he is not at work on WorldWide Telescope Jonathan tries keep up with his 5 children and explain to them the majesty of the stars.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear from the architect of the World Wide Telescope discuss the challenges and opportunities in creating World Wide Telescope as a massively scalable software plus services application. Understand the scale of the data, the communities and capabilities of user generated content, and the rich client application and the service behind it.Jonathan FayJonathan is a 15 year Microsoft veteran who focuses on studying the intersection of graphics/imaging and networks. He is currently the architect of Microsoft WorldWide Telescope. Jonathan is also an avid amateur astronomer and designed built his own automated domed observatory as well as helped develop the field of DSLR astrophotography.
When he is not at work on WorldWide Telescope Jonathan tries keep up with his 5 children and explain to them the majesty of the stars.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC48/</link><pubDate>Wed, 29 Oct 2008 16:36:08 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC48.mp4</guid><evnet:views>4356</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430788/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear from the architect of the World Wide Telescope discuss the challenges and opportunities in creating World Wide Telescope as a massively scalable software plus services application. Understand the scale of the data, the communities and capabilities of user generated content, and the rich client&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC48.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC48.mp4" expression="full" fileSize="73378693" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC48.wmv" expression="full" fileSize="107100207" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC48.wmv" expression="full" fileSize="174991311" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC48.wmv" expression="full" fileSize="40307987" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC48.wmv" expression="full" fileSize="174991311" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC48.mp4" length="73378693" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430788/Trackback.aspx</trackback:ping><category>Azure</category><category>Intermediate</category><category>Lunch Session</category><category>research</category></item><item><title>Microsoft Expression Blend: Tips &amp; Tricks</title><description>See how Expression Blend can be used to design user interfaces for the desktop and the Web using both Windows Presentation Foundation and Microsoft Silverlight 2. Learn how to design consistently for both technologies and how the resulting XAML provides elegant workflow between developers and designers.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Douglas Olson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Peter Blois&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>See how Expression Blend can be used to design user interfaces for the desktop and the Web using both Windows Presentation Foundation and Microsoft Silverlight 2. Learn how to design consistently for both technologies and how the resulting XAML provides elegant workflow between developers and designers.Douglas OlsonPeter Blois</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC47/</link><pubDate>Wed, 29 Oct 2008 16:36:06 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC47.mp4</guid><evnet:views>12467</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430787/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>See how Expression Blend can be used to design user interfaces for the desktop and the Web using both Windows Presentation Foundation and Microsoft Silverlight 2. Learn how to design consistently for both technologies and how the resulting XAML provides elegant workflow between developers and designers.Douglas OlsonPeter Blois</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC47.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC47.mp4" expression="full" fileSize="48897866" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC47.pptx" expression="full" fileSize="2185442" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC47.wmv" expression="full" fileSize="75364867" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC47.wmv" expression="full" fileSize="180304679" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC47.wmv" expression="full" fileSize="31673759" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC47.wmv" expression="full" fileSize="180304679" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC47.mp4" length="48897866" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430787/Trackback.aspx</trackback:ping><category>Expression</category><category>Intermediate</category><category>Lunch Session</category><category>Silverlight</category><category>WPF</category></item><item><title>WPF Roadmap</title><description>See the future roadmap for Windows Presentation Foundation (WPF). Learn about improvements that are planned for graphics, data visualization, interop, performance, and "line of business" application development.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Kevin Gjerstad&lt;/div&gt;&lt;div&gt;Kevin Gjerstad is the Group Program Manager for Windows Presentation Foundation. He has been at Microsoft for fourteen years and has worked on numerous projects including multiple versions of Internet Explorer as well as the presentation bits in Windows. 
Underpinning all his work is a passion for significantly improving user experience and usability by making it easier for developers to build great applications. Kevin is a graduate of the University of Washington in Seattle.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Anson Tsao&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>See the future roadmap for Windows Presentation Foundation (WPF). Learn about improvements that are planned for graphics, data visualization, interop, performance, and "line of business" application development.Kevin GjerstadKevin Gjerstad is the Group Program Manager for Windows Presentation Foundation. He has been at Microsoft for fourteen years and has worked on numerous projects including multiple versions of Internet Explorer as well as the presentation bits in Windows. 
Underpinning all his work is a passion for significantly improving user experience and usability by making it easier for developers to build great applications. Kevin is a graduate of the University of Washington in Seattle.Anson Tsao</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC46/</link><pubDate>Wed, 29 Oct 2008 16:36:05 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC46.mp4</guid><evnet:views>11187</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430786/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>See the future roadmap for Windows Presentation Foundation (WPF). Learn about improvements that are planned for graphics, data visualization, interop, performance, and "line of business" application development.Kevin GjerstadKevin Gjerstad is the Group Program Manager for Windows Presentation&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC46.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC46.mp4" expression="full" fileSize="91337363" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC46.pptx" expression="full" fileSize="2864943" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC46.docx" expression="full" fileSize="21027" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC46.wmv" expression="full" fileSize="126516829" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC46.wmv" expression="full" fileSize="387106845" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC46.wmv" expression="full" fileSize="56159373" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC46.wmv" expression="full" fileSize="387106845" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC46.mp4" length="91337363" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430786/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Intermediate</category><category>WPF</category></item><item><title>WPF: Data-centric Applications Using the DataGrid and Ribbon Controls</title><description>Business apps live on data. In this demo-focused talk, we'll show how we've made building data-centric business applications in WPF easier with the new DataGrid, Ribbon, and Calendar/DatePicker controls. As we build the application, we'll also give you a sneak peek at how building data-bound apps will be significantly easier in Visual Studio 2010. &lt;ul&gt;&lt;li&gt;&lt;div&gt;Mark Wilson-Thomas&lt;/div&gt;&lt;div&gt;Mark is a Program Manager on the "Cider" team, which builds the WPF and Silverlight Designers in Visual Studio. He is responsible for the layout features of the designer. Prior to joining developer division Mark worked in Microsoft Services as a Development Lead, building large scale web-based UIs for the UK Government, the BBC and others.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Samantha Durante&lt;/div&gt;&lt;div&gt;Samantha is a Program Manager on the Windows Presentation Foundation team.  She is responsible for Tree Services &amp; Controls, including the DataGrid and Ribbon controls, and the Syndicated Client Experiences (SCE) Starter Kit.  Prior to joining Microsoft, Samantha was a graduate of the University of Pennsylvania's Jerome Fisher Program in Management &amp; Technology.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Business apps live on data. In this demo-focused talk, we'll show how we've made building data-centric business applications in WPF easier with the new DataGrid, Ribbon, and Calendar/DatePicker controls. As we build the application, we'll also give you a sneak peek at how building data-bound apps will be significantly easier in Visual Studio 2010. Mark Wilson-ThomasMark is a Program Manager on the "Cider" team, which builds the WPF and Silverlight Designers in Visual Studio. He is responsible for the layout features of the designer. Prior to joining developer division Mark worked in Microsoft Services as a Development Lead, building large scale web-based UIs for the UK Government, the BBC and others.Samantha DuranteSamantha is a Program Manager on the Windows Presentation Foundation team.  She is responsible for Tree Services &amp; Controls, including the DataGrid and Ribbon controls, and the Syndicated Client Experiences (SCE) Starter Kit.  Prior to joining Microsoft, Samantha was a graduate of the University of Pennsylvania's Jerome Fisher Program in Management &amp; Technology.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC45/</link><pubDate>Wed, 29 Oct 2008 16:36:05 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC45.mp4</guid><evnet:views>8511</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430785/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Business apps live on data. In this demo-focused talk, we'll show how we've made building data-centric business applications in WPF easier with the new DataGrid, Ribbon, and Calendar/DatePicker controls. As we build the application, we'll also give you a sneak peek at how building data-bound apps&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC45.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC45.mp4" expression="full" fileSize="110315324" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC45.pptx" expression="full" fileSize="584232" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC45.docx" expression="full" fileSize="18717" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC45.wmv" expression="full" fileSize="184247577" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC45.wmv" expression="full" fileSize="339198885" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC45.wmv" expression="full" fileSize="48097149" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC45.wmv" expression="full" fileSize="339198885" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC45.mp4" length="110315324" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430785/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Expression</category><category>Visual Studio</category><category>WPF</category></item><item><title>Windows 7: Programming Sync Providers That Work Great with Windows</title><description>Learn how you can enable your application to synchronize with other applications that use the Microsoft Sync Framework. This session covers how to implement sync for contacts and other PIM data, how to package sync providers for distribution and installation, and how to register sync provider for use on Windows.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Moe Khosravy&lt;/div&gt;&lt;div&gt;Moe is the Lead Program Manager on the Microsoft Sync Framework and has been with the project since its incubation - currently driving the group's incubations and device to cloud strategies related to content flow...&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Jason Roberts&lt;/div&gt;&lt;div&gt;Jason is the Program Manager responsible for syncronization of Personal Information Manager (PIM) data between new windows certified portable devices and PC applications. Jason has come to Windows after working with PIM data on Exchange Server.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how you can enable your application to synchronize with other applications that use the Microsoft Sync Framework. This session covers how to implement sync for contacts and other PIM data, how to package sync providers for distribution and installation, and how to register sync provider for use on Windows.Moe KhosravyMoe is the Lead Program Manager on the Microsoft Sync Framework and has been with the project since its incubation - currently driving the group's incubations and device to cloud strategies related to content flow...Jason RobertsJason is the Program Manager responsible for syncronization of Personal Information Manager (PIM) data between new windows certified portable devices and PC applications. Jason has come to Windows after working with PIM data on Exchange Server.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC44/</link><pubDate>Wed, 29 Oct 2008 16:36:04 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC44.mp4</guid><evnet:views>6248</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429597/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how you can enable your application to synchronize with other applications that use the Microsoft Sync Framework. This session covers how to implement sync for contacts and other PIM data, how to package sync providers for distribution and installation, and how to register sync provider for&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC44.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC44.mp4" expression="full" fileSize="37738734" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC44.pptx" expression="full" fileSize="525956" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC44.wmv" expression="full" fileSize="62053249" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC44.wmv" expression="full" fileSize="235829985" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC44.wmv" expression="full" fileSize="23219757" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC44.wmv" expression="full" fileSize="235829985" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC44.mp4" length="37738734" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429597/Trackback.aspx</trackback:ping><category>Advanced</category><category>Lunch Session</category><category>Sync Framework</category><category>Windows 7</category></item><item><title>Deep Dive: What's New with user32 and comctl32 in Win32</title><description>Hear about the lowest level user interface components (user32, comctl32) that appear in almost every Windows application. Learn about "recent" changes and enhancements in these subsystems, plus be subjected to some philosophical musings on how foreground activation is like love. (No really, it will actually help you write better software.)&lt;ul&gt;&lt;li&gt;&lt;div&gt;Raymond Chen&lt;/div&gt;&lt;div&gt;Raymond Chen has been involved in the evolution of Windows for over a decade. He currently works in the Windows User Experience group. He also writes The Old New Thing Web site and TechNet Magazine's Windows Confidential column. He has been called insane by Zack Simpson.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear about the lowest level user interface components (user32, comctl32) that appear in almost every Windows application. Learn about "recent" changes and enhancements in these subsystems, plus be subjected to some philosophical musings on how foreground activation is like love. (No really, it will actually help you write better software.)Raymond ChenRaymond Chen has been involved in the evolution of Windows for over a decade. He currently works in the Windows User Experience group. He also writes The Old New Thing Web site and TechNet Magazine's Windows Confidential column. He has been called insane by Zack Simpson.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC43/</link><pubDate>Wed, 29 Oct 2008 16:36:02 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC43.mp4</guid><evnet:views>7753</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429596/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear about the lowest level user interface components (user32, comctl32) that appear in almost every Windows application. Learn about "recent" changes and enhancements in these subsystems, plus be subjected to some philosophical musings on how foreground activation is like love. (No really, it will&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC43.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC43.mp4" expression="full" fileSize="71224307" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC43.pptx" expression="full" fileSize="897394" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC43.docx" expression="full" fileSize="19527" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/PC43.ZIP" expression="full" fileSize="37444" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC43.wmv" expression="full" fileSize="132581261" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC43.wmv" expression="full" fileSize="276738252" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC43.wmv" expression="full" fileSize="38750141" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC43.wmv" expression="full" fileSize="276738252" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC43.mp4" length="71224307" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429596/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Windows 7</category></item><item><title>Windows 7: Deploying Your Application with Windows Installer (MSI) and ClickOnce</title><description>If you are a developer involved in the creation of application deployment packages using Windows Installer (MSI) or ClickOnce, this session is for you. Learn how you can take advantage of new features in Windows 7 to shorten application installation times, reduce UAC prompts, write less custom code, take less time to write installations for complex packages, and much more!&lt;ul&gt;&lt;li&gt;&lt;div&gt;Tyler Robinson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>If you are a developer involved in the creation of application deployment packages using Windows Installer (MSI) or ClickOnce, this session is for you. Learn how you can take advantage of new features in Windows 7 to shorten application installation times, reduce UAC prompts, write less custom code, take less time to write installations for complex packages, and much more!Tyler Robinson</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC42/</link><pubDate>Wed, 29 Oct 2008 16:36:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC42.mp4</guid><evnet:views>8343</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429595/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>If you are a developer involved in the creation of application deployment packages using Windows Installer (MSI) or ClickOnce, this session is for you. Learn how you can take advantage of new features in Windows 7 to shorten application installation times, reduce UAC prompts, write less custom code,&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC42.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC42.mp4" expression="full" fileSize="62412561" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC42.pptx" expression="full" fileSize="1329181" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC42.wmv" expression="full" fileSize="88416359" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC42.wmv" expression="full" fileSize="182205603" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC42.wmv" expression="full" fileSize="50379955" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC42.wmv" expression="full" fileSize="182205603" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC42.mp4" length="62412561" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429595/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>ASP.NET: Cache Extensibility</title><description>Learn how the next version of ASP.NET extends caching with an API that enables developers to plug-in custom cache implementations.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Stefan Schackow&lt;/div&gt;&lt;div&gt;Stefan works as a program manager on the ASP.NET team.  He covers a number of areas in the ASP.NET core runtime, as well as having worked recently on the Html bridge feature in Silverlight 2.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how the next version of ASP.NET extends caching with an API that enables developers to plug-in custom cache implementations.Stefan SchackowStefan works as a program manager on the ASP.NET team.  He covers a number of areas in the ASP.NET core runtime, as well as having worked recently on the Html bridge feature in Silverlight 2.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC41/</link><pubDate>Wed, 29 Oct 2008 16:35:58 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC41.mp4</guid><evnet:views>4401</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426740/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how the next version of ASP.NET extends caching with an API that enables developers to plug-in custom cache implementations.Stefan SchackowStefan works as a program manager on the ASP.NET team.  He covers a number of areas in the ASP.NET core runtime, as well as having worked recently on the&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC41.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC41.mp4" expression="full" fileSize="65809289" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC41.pptx" expression="full" fileSize="553419" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC41.wmv" expression="full" fileSize="112453033" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC41.wmv" expression="full" fileSize="282859473" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC41.wmv" expression="full" fileSize="51963873" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC41.wmv" expression="full" fileSize="282859473" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC41.mp4" length="65809289" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426740/Trackback.aspx</trackback:ping><category>ASP.NET</category><category>Breakout Session</category><category>Expert</category></item><item><title>SQL Server Compact: Embedding in Desktop and Device Applications</title><description>Learn how SQL Server Compact can be used to create data files for your applications, run applications directly from DVD, capture user activity, and sync "back home." Learn the different deployment options, including the newly released 64-bit support and best practices for performance.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Steve Lasker&lt;/div&gt;&lt;div&gt;Steve is Program Manager at Microsoft on the SQL Server Copmact team, working to empower developers to enable their occasionally 

connected users. For Visual Studio and SQL Server 2008, Steve focused on the design for Sync Services 1.0. For VS 2005, Steve 

worked on many of the data design time features including the Typed DataSet designer, TableAdapters, Object Binding and the Data 

Sources Window.  
Prior to joining Microsoft, Steve was a technical architect with an early internet eCommerce company moving to a consulting firm 

building web, client and device applications for corporate customers. With an engineering background in the remote broadcasting 

industry Steve lived the life of the mobile workforce where he gained his passion for the occasionally connected user.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how SQL Server Compact can be used to create data files for your applications, run applications directly from DVD, capture user activity, and sync "back home." Learn the different deployment options, including the newly released 64-bit support and best practices for performance.Steve LaskerSteve is Program Manager at Microsoft on the SQL Server Copmact team, working to empower developers to enable their occasionally 

connected users. For Visual Studio and SQL Server 2008, Steve focused on the design for Sync Services 1.0. For VS 2005, Steve 

worked on many of the data design time features including the Typed DataSet designer, TableAdapters, Object Binding and the Data 

Sources Window.  
Prior to joining Microsoft, Steve was a technical architect with an early internet eCommerce company moving to a consulting firm 

building web, client and device applications for corporate customers. With an engineering background in the remote broadcasting 

industry Steve lived the life of the mobile workforce where he gained his passion for the occasionally connected user.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC40/</link><pubDate>Wed, 29 Oct 2008 16:35:57 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC40.mp4</guid><evnet:views>5319</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430784/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how SQL Server Compact can be used to create data files for your applications, run applications directly from DVD, capture user activity, and sync "back home." Learn the different deployment options, including the newly released 64-bit support and best practices for performance.Steve&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC40.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC40.mp4" expression="full" fileSize="101404430" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC40.pptx" expression="full" fileSize="3320840" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC40.wmv" expression="full" fileSize="168963783" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC40.wmv" expression="full" fileSize="350992979" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC40.wmv" expression="full" fileSize="51516043" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC40.wmv" expression="full" fileSize="350992979" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC40.mp4" length="101404430" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430784/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>SQL Server</category><category>WPF</category></item><item><title>Inside the Olympics: An Architecture and Development Review</title><description>Hear about the end-to-end architecture that was developed for the 2008 Olympic Games online video broadcast experience. Learn about the capture/encoding process from Beijing, back haul to USA, massively cached CDN delivery, adaptive streaming, and Microsoft Silverlight UI development. Learn how to implement a similar solution and understand how and where to apply Silverlight 2 technologies.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Eric Schmidt&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Jason Suess&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear about the end-to-end architecture that was developed for the 2008 Olympic Games online video broadcast experience. Learn about the capture/encoding process from Beijing, back haul to USA, massively cached CDN delivery, adaptive streaming, and Microsoft Silverlight UI development. Learn how to implement a similar solution and understand how and where to apply Silverlight 2 technologies.Eric SchmidtJason Suess</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC39/</link><pubDate>Wed, 29 Oct 2008 16:35:55 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC39.mp4</guid><evnet:views>3666</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426739/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear about the end-to-end architecture that was developed for the 2008 Olympic Games online video broadcast experience. Learn about the capture/encoding process from Beijing, back haul to USA, massively cached CDN delivery, adaptive streaming, and Microsoft Silverlight UI development. Learn how to&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC39.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC39.mp4" expression="full" fileSize="73165573" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC39.pptx" expression="full" fileSize="7185507" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC39.docx" expression="full" fileSize="23143" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC39.wmv" expression="full" fileSize="683360" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC39.wmv" expression="full" fileSize="254145081" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC39.wmv" expression="full" fileSize="29245440" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC39.wmv" expression="full" fileSize="254145081" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC39.mp4" length="73165573" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426739/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Silverlight</category></item><item><title>Silverlight Controls Roadmap</title><description>Come learn about the new Silverlight Controls that are being launched here at PDC and the plans for more great controls in the future. This talk takes you through the paces of the new controls and shows you how to use and customize them for your applications, demonstrates some great new control skins that are being offered with the controls, and takes a look at the  roadmap of the other controls to look forward to and how to get them.  And for the WPF users out there, we'll be showing off some of the control work being done for that platform as well.  &lt;ul&gt;&lt;li&gt;&lt;div&gt;Shawn Burke&lt;/div&gt;&lt;div&gt;Shawn Burke has at Microsoft since 1997, spending all of that time in Developer Division developing UI framworks such as Windows Forms, ASP.NET AJAX, and Silverlight Controls.  Shawn is currently the Product Unit Manager of the WPF/Silverlight Controls Team.  Shawn holds a Bachelors of Business Administration a Bachelors of Science from the University of Washington in Seattle.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Come learn about the new Silverlight Controls that are being launched here at PDC and the plans for more great controls in the future. This talk takes you through the paces of the new controls and shows you how to use and customize them for your applications, demonstrates some great new control skins that are being offered with the controls, and takes a look at the  roadmap of the other controls to look forward to and how to get them.  And for the WPF users out there, we'll be showing off some of the control work being done for that platform as well.  Shawn BurkeShawn Burke has at Microsoft since 1997, spending all of that time in Developer Division developing UI framworks such as Windows Forms, ASP.NET AJAX, and Silverlight Controls.  Shawn is currently the Product Unit Manager of the WPF/Silverlight Controls Team.  Shawn holds a Bachelors of Business Administration a Bachelors of Science from the University of Washington in Seattle.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC35/</link><pubDate>Wed, 29 Oct 2008 16:35:53 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC35.mp4</guid><evnet:views>5337</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430933/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Come learn about the new Silverlight Controls that are being launched here at PDC and the plans for more great controls in the future. This talk takes you through the paces of the new controls and shows you how to use and customize them for your applications, demonstrates some great new control&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC35.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC35.mp4" expression="full" fileSize="72418645" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC35.pptx" expression="full" fileSize="903177" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC35.wmv" expression="full" fileSize="107076665" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC35.wmv" expression="full" fileSize="267669681" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC35.wmv" expression="full" fileSize="33006685" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC35.wmv" expression="full" fileSize="267669681" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC35.mp4" length="72418645" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430933/Trackback.aspx</trackback:ping><category>Intermediate</category><category>Lunch Session</category><category>Silverlight</category></item><item><title>Open XML Format SDK: Developing Open XML Solutions</title><description>The Open XML Format is an ISO/IEC 29500 standard and is the default file format for Microsoft Office Word 2007, Microsoft Office Excel 2007, and Microsoft Office PowerPoint 2007. The next version of the Open XML Format SDK provides a set of .NET classes to help developers create solutions using Open XML Formats. See how to use the SDK for document assembly and document manipulation.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Zeyad Rajabi&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Eric White&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The Open XML Format is an ISO/IEC 29500 standard and is the default file format for Microsoft Office Word 2007, Microsoft Office Excel 2007, and Microsoft Office PowerPoint 2007. The next version of the Open XML Format SDK provides a set of .NET classes to help developers create solutions using Open XML Formats. See how to use the SDK for document assembly and document manipulation.Zeyad RajabiEric White</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC34/</link><pubDate>Wed, 29 Oct 2008 16:35:51 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC34.mp4</guid><evnet:views>3349</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426735/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The Open XML Format is an ISO/IEC 29500 standard and is the default file format for Microsoft Office Word 2007, Microsoft Office Excel 2007, and Microsoft Office PowerPoint 2007. The next version of the Open XML Format SDK provides a set of .NET classes to help developers create solutions using Open&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC34.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC34.mp4" expression="full" fileSize="108566512" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC34.pptx" expression="full" fileSize="702081" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/PC34.ZIP" expression="full" fileSize="2804442" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC34.wmv" expression="full" fileSize="186798073" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC34.wmv" expression="full" fileSize="380360497" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC34.wmv" expression="full" fileSize="57755013" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC34.wmv" expression="full" fileSize="380360497" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC34.mp4" length="108566512" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426735/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Office</category></item><item><title>Microsoft Visual Studio: Easing ASP.NET Web Deployment</title><description>Learn how to use the web.config transformation engine to transform a developer web.config file to production. See how to create specific transformations for testing, staging, and production. Hear how to package and deploy applications with the new Web Deployment Pipeline and MSBuild.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Vishal Joshi&lt;/div&gt;&lt;div&gt;Vishal works as a Sr. Program Manager with Visual Studio Web Developer Team and helps in building Technologies and Tools the ASP.NET and IIS space. He has been with Microsoft since last 3 years.  Before joining Microsoft he was a Microsoft MVP in ASP.NET working as a Systems Architect for Compuware Corporation. Few of the projects that Vishal has worked on in the recent past are ASP.NET MVC, Visual Studio Tools for SharePoint, ASP.NET Web Site, ASP.NET Web Applications, Visual Studio Web Developer (VWD) Express and ASP.NET Web Deployment.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how to use the web.config transformation engine to transform a developer web.config file to production. See how to create specific transformations for testing, staging, and production. Hear how to package and deploy applications with the new Web Deployment Pipeline and MSBuild.Vishal JoshiVishal works as a Sr. Program Manager with Visual Studio Web Developer Team and helps in building Technologies and Tools the ASP.NET and IIS space. He has been with Microsoft since last 3 years.  Before joining Microsoft he was a Microsoft MVP in ASP.NET working as a Systems Architect for Compuware Corporation. Few of the projects that Vishal has worked on in the recent past are ASP.NET MVC, Visual Studio Tools for SharePoint, ASP.NET Web Site, ASP.NET Web Applications, Visual Studio Web Developer (VWD) Express and ASP.NET Web Deployment.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC33/</link><pubDate>Wed, 29 Oct 2008 16:35:49 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC33.mp4</guid><evnet:views>6347</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426734/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how to use the web.config transformation engine to transform a developer web.config file to production. See how to create specific transformations for testing, staging, and production. Hear how to package and deploy applications with the new Web Deployment Pipeline and MSBuild.Vishal&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC33.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC33.mp4" expression="full" fileSize="99279740" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC33.pptx" expression="full" fileSize="2591332" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC33.docx" expression="full" fileSize="18805" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC33.wmv" expression="full" fileSize="13352960" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC33.wmv" expression="full" fileSize="647635591" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC33.wmv" expression="full" fileSize="2962188" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC33.wmv" expression="full" fileSize="647635591" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC33.mp4" length="99279740" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426734/Trackback.aspx</trackback:ping><category>Advanced</category><category>ASP.NET</category><category>Breakout Session</category><category>Visual Studio</category></item><item><title>ASP.NET AJAX Futures</title><description>Explore the new ASP.NET AJAX client template and data binding framework, including declarative UI, controls, data binding in the browser, and integration with Data Services and server pages.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Bertrand Le Roy&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Explore the new ASP.NET AJAX client template and data binding framework, including declarative UI, controls, data binding in the browser, and integration with Data Services and server pages.Bertrand Le Roy</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC32/</link><pubDate>Wed, 29 Oct 2008 16:35:47 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC32.mp4</guid><evnet:views>6386</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426733/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Explore the new ASP.NET AJAX client template and data binding framework, including declarative UI, controls, data binding in the browser, and integration with Data Services and server pages.Bertrand Le Roy</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC32.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC32.mp4" expression="full" fileSize="97598303" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC32.pptx" expression="full" fileSize="629728" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/PC32.ZIP" expression="full" fileSize="321371" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC32.wmv" expression="full" fileSize="159259987" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC32.wmv" expression="full" fileSize="354162443" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC32.wmv" expression="full" fileSize="54320175" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC32.wmv" expression="full" fileSize="354162443" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC32.mp4" length="97598303" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426733/Trackback.aspx</trackback:ping><category>Advanced</category><category>ASP.NET</category><category>Breakout Session</category></item><item><title>ASP.NET and JQuery</title><description>JQuery is an open source JavaScript library that has a passionate following among Ajax developers. Microsoft is integrating the open source JQuery library into both the ASP.NET Web Forms and ASP.NET MVC frameworks and providing full product support. Learn how you can take advantage of JQuery to build richly interactive client-side Ajax applications when developing either ASP.NET Web Forms or ASP.NET MVC applications. Also see how JQuery works in combination with ASP.NET AJAX to provide the best framework for building Ajax applications.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Stephen Walther&lt;/div&gt;&lt;div&gt;Stephen Walther is a Senior Program Manager at Microsoft who is responsible for ASP.NET MVC content and community. He is the author of the best-selling book on ASP.NET, ASP.NET Unleashed. He is writing ASP.NET MVC Unleashed.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>JQuery is an open source JavaScript library that has a passionate following among Ajax developers. Microsoft is integrating the open source JQuery library into both the ASP.NET Web Forms and ASP.NET MVC frameworks and providing full product support. Learn how you can take advantage of JQuery to build richly interactive client-side Ajax applications when developing either ASP.NET Web Forms or ASP.NET MVC applications. Also see how JQuery works in combination with ASP.NET AJAX to provide the best framework for building Ajax applications.Stephen WaltherStephen Walther is a Senior Program Manager at Microsoft who is responsible for ASP.NET MVC content and community. He is the author of the best-selling book on ASP.NET, ASP.NET Unleashed. He is writing ASP.NET MVC Unleashed.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC31/</link><pubDate>Wed, 29 Oct 2008 16:35:47 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC31.mp4</guid><evnet:views>23378</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426732/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>JQuery is an open source JavaScript library that has a passionate following among Ajax developers. Microsoft is integrating the open source JQuery library into both the ASP.NET Web Forms and ASP.NET MVC frameworks and providing full product support. Learn how you can take advantage of JQuery to&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC31.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC31.mp4" expression="full" fileSize="51706026" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC31.pptx" expression="full" fileSize="367986" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC31.docx" expression="full" fileSize="19460" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC31.wmv" expression="full" fileSize="34187188" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC31.wmv" expression="full" fileSize="171511751" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC31.wmv" expression="full" fileSize="22265856" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC31.wmv" expression="full" fileSize="171511751" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC31.mp4" length="51706026" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426732/Trackback.aspx</trackback:ping><category>ASP.NET</category><category>Breakout Session</category><category>Intermediate</category></item><item><title>ASP.NET Dynamic Data</title><description>The next version of ASP.NET MVC contains a new scaffolding feature based on Dynamic Data that provides a rich framework for creating data driven web sites. Learn how to quickly build a Dynamic Data web site using features like model level validation, field and entity templates, and scaffolding.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Scott Hunter&lt;/div&gt;&lt;div&gt;Started out writing bulletin board software with Turbo Pascal which became a startup software development business. Graduated from California State Bakersfield with a degree in Computer Science and Economics. Scott has spent the past 8 years developing software in the .NET space mainly in the ASP.NET area. For the past year Scott has worked at Microsoft on the ASP.NET as a Program Manager currently working on Dynamic Data and all things around data.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The next version of ASP.NET MVC contains a new scaffolding feature based on Dynamic Data that provides a rich framework for creating data driven web sites. Learn how to quickly build a Dynamic Data web site using features like model level validation, field and entity templates, and scaffolding.Scott HunterStarted out writing bulletin board software with Turbo Pascal which became a startup software development business. Graduated from California State Bakersfield with a degree in Computer Science and Economics. Scott has spent the past 8 years developing software in the .NET space mainly in the ASP.NET area. For the past year Scott has worked at Microsoft on the ASP.NET as a Program Manager currently working on Dynamic Data and all things around data.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC30/</link><pubDate>Wed, 29 Oct 2008 16:35:46 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC30.mp4</guid><evnet:views>5499</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426731/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The next version of ASP.NET MVC contains a new scaffolding feature based on Dynamic Data that provides a rich framework for creating data driven web sites. Learn how to quickly build a Dynamic Data web site using features like model level validation, field and entity templates, and scaffolding.Scott&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC30.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC30.mp4" expression="full" fileSize="95432969" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC30.pptx" expression="full" fileSize="547403" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC30.docx" expression="full" fileSize="19289" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC30.wmv" expression="full" fileSize="139581433" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC30.wmv" expression="full" fileSize="256136781" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC30.wmv" expression="full" fileSize="60388141" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC30.wmv" expression="full" fileSize="256136781" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC30.mp4" length="95432969" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426731/Trackback.aspx</trackback:ping><category>ASP.NET</category><category>Breakout Session</category><category>Expert</category></item><item><title>Microsoft Silverlight 2: Control Model</title><description>Learn about the different types of controls in Silverlight, the differences between UserControls and custom controls, and how to customize their appearance through styling and skinning. Also learn how Microsoft Expression Blend can be used to customize the look of controls.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Karen Corby&lt;/div&gt;&lt;div&gt;Karen Corby is a Program Manager on the Silverlight team who focuses on control customization and HTTP networking. She holds a MS in Computer Science from Stanford University. In her spare time, Karen enjoys hiking, reading, travel, and photography.  Her blog is http://scorbs.com/work.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn about the different types of controls in Silverlight, the differences between UserControls and custom controls, and how to customize their appearance through styling and skinning. Also learn how Microsoft Expression Blend can be used to customize the look of controls.Karen CorbyKaren Corby is a Program Manager on the Silverlight team who focuses on control customization and HTTP networking. She holds a MS in Computer Science from Stanford University. In her spare time, Karen enjoys hiking, reading, travel, and photography.  Her blog is http://scorbs.com/work.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC29/</link><pubDate>Wed, 29 Oct 2008 16:35:45 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC29.mp4</guid><evnet:views>5503</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418929/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn about the different types of controls in Silverlight, the differences between UserControls and custom controls, and how to customize their appearance through styling and skinning. Also learn how Microsoft Expression Blend can be used to customize the look of controls.Karen CorbyKaren Corby is&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC29.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC29.mp4" expression="full" fileSize="55898896" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC29.pptx" expression="full" fileSize="1458353" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC29.wmv" expression="full" fileSize="93510501" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC29.wmv" expression="full" fileSize="217870669" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC29.wmv" expression="full" fileSize="37578605" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC29.wmv" expression="full" fileSize="217870669" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC29.mp4" length="55898896" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418929/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Silverlight</category></item><item><title>Microsoft Silverlight, WPF and the Microsoft .NET Framework: Sharing Skills and Code</title><description>Come get an in-depth understanding of the compatibility between Windows Presentation Foundation (WPF) and Silverlight. Learn the relationship between WPF and Silverlight's various subsystems including: XAML parsing and serialization, control instantiation, styling and templating, layout, rendering, and more. Learn how to build applications that fully exploit both Silverlight and WPF.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Ian Ellison-Taylor&lt;/div&gt;&lt;div&gt;Ian Ellison-Taylor is the General Manager for Microsoft’s Presentation Platforms and Tools Team (PP&amp;T) which creates technologies that enables developers and designers to build revolutionary next-generation user experiences for the desktop, the web and devices. Currently the group produces the UI framework (known as “WPF”), controls and developer tools for .Net and Silverlight. Ian has been working on various user-experience related platforms at Microsoft for more than 15 years across a variety of products including Windows, Internet Explorer and Visual Studio. He joined Microsoft in 1990 as developer on the Windows 3.1 team having graduated from the University of Durham, England.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Come get an in-depth understanding of the compatibility between Windows Presentation Foundation (WPF) and Silverlight. Learn the relationship between WPF and Silverlight's various subsystems including: XAML parsing and serialization, control instantiation, styling and templating, layout, rendering, and more. Learn how to build applications that fully exploit both Silverlight and WPF.Ian Ellison-TaylorIan Ellison-Taylor is the General Manager for Microsoft’s Presentation Platforms and Tools Team (PP&amp;T) which creates technologies that enables developers and designers to build revolutionary next-generation user experiences for the desktop, the web and devices. Currently the group produces the UI framework (known as “WPF”), controls and developer tools for .Net and Silverlight. Ian has been working on various user-experience related platforms at Microsoft for more than 15 years across a variety of products including Windows, Internet Explorer and Visual Studio. He joined Microsoft in 1990 as developer on the Windows 3.1 team having graduated from the University of Durham, England.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC27/</link><pubDate>Wed, 29 Oct 2008 16:35:41 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC27.mp4</guid><evnet:views>7969</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418927/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Come get an in-depth understanding of the compatibility between Windows Presentation Foundation (WPF) and Silverlight. Learn the relationship between WPF and Silverlight's various subsystems including: XAML parsing and serialization, control instantiation, styling and templating, layout, rendering,&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC27.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC27.mp4" expression="full" fileSize="72508346" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC27.pptx" expression="full" fileSize="404532" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC27.wmv" expression="full" fileSize="97644653" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC27.wmv" expression="full" fileSize="235471565" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC27.wmv" expression="full" fileSize="47586396" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC27.wmv" expression="full" fileSize="235471565" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC27.mp4" length="72508346" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418927/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Silverlight</category><category>WPF</category></item><item><title>Microsoft Visual Studio: Building Applications with MFC</title><description>The next release of MFC will provide encapsulations around a number of new Windows platform features.  With this functionality you can easily build applications that integrate into features such as desktop search, application restart and recovery functionality, leverage the new Windows UI metaphors such as Live Icons and Rich Preview.  These features represent one of the most significant updates to MFC in years.  Come learn the details on all these new classes so you can rapidly build Windows applications that stand out from the crowd.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Damien Watkins&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The next release of MFC will provide encapsulations around a number of new Windows platform features.  With this functionality you can easily build applications that integrate into features such as desktop search, application restart and recovery functionality, leverage the new Windows UI metaphors such as Live Icons and Rich Preview.  These features represent one of the most significant updates to MFC in years.  Come learn the details on all these new classes so you can rapidly build Windows applications that stand out from the crowd.Damien Watkins</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC26/</link><pubDate>Wed, 29 Oct 2008 16:35:39 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC26.mp4</guid><evnet:views>5672</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430783/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The next release of MFC will provide encapsulations around a number of new Windows platform features.  With this functionality you can easily build applications that integrate into features such as desktop search, application restart and recovery functionality, leverage the new Windows UI metaphors&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC26.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC26.mp4" expression="full" fileSize="75531707" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC26.pptx" expression="full" fileSize="1180823" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC26.docx" expression="full" fileSize="20040" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC26.wmv" expression="full" fileSize="160967645" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC26.wmv" expression="full" fileSize="433294493" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC26.wmv" expression="full" fileSize="53525381" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC26.wmv" expression="full" fileSize="433294493" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC26.mp4" length="75531707" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430783/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Visual Studio</category></item><item><title>Windows 7: The Sensor and Location Platform: Building Context-Aware Applications</title><description>Windows 7 introduces a platform for using sensor devices, such as light sensors or GPS sensors, to create environmental or location awareness in programs. In this session, you will learn how to use sensors to make your programs more functional, easier to use, and more aware of the surrounding environment.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Dan Polivy&lt;/div&gt;&lt;div&gt;Dan Polivy is a lead program manager in the PC|3 Division at Microsoft, where he is responsible for the Windows SideShow platform and other new features for Windows 7. Previously, he was a developer working on the design and implementation of Windows SideShow. He has been at Microsoft for over six years, and started as a member of the Tablet PC team. Dan graduated from Brown University with a degree in Computer Science, and currently resides in Seattle, Washington with his wife.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Windows 7 introduces a platform for using sensor devices, such as light sensors or GPS sensors, to create environmental or location awareness in programs. In this session, you will learn how to use sensors to make your programs more functional, easier to use, and more aware of the surrounding environment.Dan PolivyDan Polivy is a lead program manager in the PC|3 Division at Microsoft, where he is responsible for the Windows SideShow platform and other new features for Windows 7. Previously, he was a developer working on the design and implementation of Windows SideShow. He has been at Microsoft for over six years, and started as a member of the Tablet PC team. Dan graduated from Brown University with a degree in Computer Science, and currently resides in Seattle, Washington with his wife.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC25/</link><pubDate>Wed, 29 Oct 2008 16:35:38 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC25.mp4</guid><evnet:views>18405</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429594/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Windows 7 introduces a platform for using sensor devices, such as light sensors or GPS sensors, to create environmental or location awareness in programs. In this session, you will learn how to use sensors to make your programs more functional, easier to use, and more aware of the surrounding&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC25.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC25.mp4" expression="full" fileSize="77936029" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC25.pptx" expression="full" fileSize="2680361" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC25.wmv" expression="full" fileSize="138746591" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC25.wmv" expression="full" fileSize="405192027" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC25.wmv" expression="full" fileSize="44209355" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC25.wmv" expression="full" fileSize="405192027" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC25.mp4" length="77936029" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429594/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Welcome to the Windows 7 Desktop</title><description>The Windows desktop is evolving--is your application ready to evolve also? This session sets the stage for exciting enhancements to the taskbar, Start Menu, and other desktop elements.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Chaitanya Sareen&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>The Windows desktop is evolving--is your application ready to evolve also? This session sets the stage for exciting enhancements to the taskbar, Start Menu, and other desktop elements.Chaitanya Sareen</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC24/</link><pubDate>Wed, 29 Oct 2008 16:35:36 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC24.mp4</guid><evnet:views>53869</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429593/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The Windows desktop is evolving--is your application ready to evolve also? This session sets the stage for exciting enhancements to the taskbar, Start Menu, and other desktop elements.Chaitanya Sareen</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC24.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC24.mp4" expression="full" fileSize="48457281" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC24.pptx" expression="full" fileSize="2619185" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC24.docx" expression="full" fileSize="19913" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC24.wmv" expression="full" fileSize="70499611" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC24.wmv" expression="full" fileSize="207439907" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC24.wmv" expression="full" fileSize="33140443" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC24.wmv" expression="full" fileSize="207439907" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC24.mp4" length="48457281" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429593/Trackback.aspx</trackback:ping><category>Intermediate</category><category>Lunch Session</category><category>Windows 7</category></item><item><title>Windows 7: Integrate with the Windows 7 Desktop</title><description>This session dives into new APIs that enable integration with the latest Windows desktop features. Learn about new extensibility methods to surface your application's key tasks. Discover how enhancements to the taskbar, Start Menu, thumbnails and their desktop elements provide new ways for you to delight your users. This talk is a must for application developers who wan to provide the best user experience for their applications on Windows 7.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Rob Jarrett&lt;/div&gt;&lt;div&gt;Rob Jarrett is a Sr. Software Design Engineer on the Core User Experience team, and is a key contributor to the architecture, interaction, visuals, and animation of the Windows 7 taskbar. Rob joined Microsoft in 2000, spending nearly 6 years on the Tablet PC team. During that time, he worked on digital inking and pen/touch interaction in many forms, and co-authored the book "Building Tablet PC Applications". In 2006, he joined the Windows Shell team to explore and enhance window management, primarily focusing on the taskbar. Prior to Microsoft, Rob was a software developer in Toronto, Canada for 8 years.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This session dives into new APIs that enable integration with the latest Windows desktop features. Learn about new extensibility methods to surface your application's key tasks. Discover how enhancements to the taskbar, Start Menu, thumbnails and their desktop elements provide new ways for you to delight your users. This talk is a must for application developers who wan to provide the best user experience for their applications on Windows 7.Rob JarrettRob Jarrett is a Sr. Software Design Engineer on the Core User Experience team, and is a key contributor to the architecture, interaction, visuals, and animation of the Windows 7 taskbar. Rob joined Microsoft in 2000, spending nearly 6 years on the Tablet PC team. During that time, he worked on digital inking and pen/touch interaction in many forms, and co-authored the book "Building Tablet PC Applications". In 2006, he joined the Windows Shell team to explore and enhance window management, primarily focusing on the taskbar. Prior to Microsoft, Rob was a software developer in Toronto, Canada for 8 years.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC23/</link><pubDate>Wed, 29 Oct 2008 16:35:36 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC23.mp4</guid><evnet:views>11858</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429592/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This session dives into new APIs that enable integration with the latest Windows desktop features. Learn about new extensibility methods to surface your application's key tasks. Discover how enhancements to the taskbar, Start Menu, thumbnails and their desktop elements provide new ways for you to&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC23.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC23.mp4" expression="full" fileSize="74304869" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC23.pptx" expression="full" fileSize="1239725" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC23.wmv" expression="full" fileSize="108736995" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC23.wmv" expression="full" fileSize="196608000" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC23.wmv" expression="full" fileSize="6766592" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC23.wmv" expression="full" fileSize="196608000" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC23.mp4" length="74304869" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429592/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Design Principles for Windows 7</title><description>Together, we can increase customer enthusiasm, satisfaction and loyalty by designing user experiences that are both desirable and harmonious. In this session we introduce the Windows User Experience Principles approach to shipping software. Along the way we share stories and lessons learned along the journey of designing the user model and experience for Windows 7, and leave you with a set of principles that you can apply as you build your applications for Windows.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Samuel Moreau&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Together, we can increase customer enthusiasm, satisfaction and loyalty by designing user experiences that are both desirable and harmonious. In this session we introduce the Windows User Experience Principles approach to shipping software. Along the way we share stories and lessons learned along the journey of designing the user model and experience for Windows 7, and leave you with a set of principles that you can apply as you build your applications for Windows.Samuel Moreau</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC22/</link><pubDate>Wed, 29 Oct 2008 16:35:35 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC22.mp4</guid><evnet:views>19251</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429591/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Together, we can increase customer enthusiasm, satisfaction and loyalty by designing user experiences that are both desirable and harmonious. In this session we introduce the Windows User Experience Principles approach to shipping software. Along the way we share stories and lessons learned along&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC22.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC22.mp4" expression="full" fileSize="39562155" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC22.pptx" expression="full" fileSize="11118881" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC22.wmv" expression="full" fileSize="78619081" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC22.wmv" expression="full" fileSize="158192240" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC22.wmv" expression="full" fileSize="11632640" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC22.wmv" expression="full" fileSize="158192240" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC22.mp4" length="39562155" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429591/Trackback.aspx</trackback:ping><category>Intermediate</category><category>Lunch Session</category><category>Windows 7</category></item><item><title>ASP.NET MVC: A New Framework for Building Web Applications</title><description>Learn how the new ASP.NET MVC framework differs from the current ASP.NET Web Forms framework. Learn to take advantage of ASP.NET MVC to build loosely coupled, highly testable, agile applications. See how ASP.NET MVC provides you with fine-grained control over HTML and JavaScript.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Phil Haack&lt;/div&gt;&lt;div&gt;As a code junkie, Phil Haack loves to craft software. Not only does he enjoy writing software, he enjoys writing about software and software management on his blog, http://haacked.com/. 

Phil is a Program Manager with the ASP.NET team working on the ASP.NET MVC project. Prior to joining Microsoft, Phil worked as a product manager for a code search engine, a dev manager for an online gaming company, and as a senior architect for a popular Spanish language television network, among other things.

In his spare time, Phil contributes to various open source projects and is the founder of the Subtext blog engine project, which he recently learned powers the blogs on MySpace China.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how the new ASP.NET MVC framework differs from the current ASP.NET Web Forms framework. Learn to take advantage of ASP.NET MVC to build loosely coupled, highly testable, agile applications. See how ASP.NET MVC provides you with fine-grained control over HTML and JavaScript.Phil HaackAs a code junkie, Phil Haack loves to craft software. Not only does he enjoy writing software, he enjoys writing about software and software management on his blog, http://haacked.com/. 

Phil is a Program Manager with the ASP.NET team working on the ASP.NET MVC project. Prior to joining Microsoft, Phil worked as a product manager for a code search engine, a dev manager for an online gaming company, and as a senior architect for a popular Spanish language television network, among other things.

In his spare time, Phil contributes to various open source projects and is the founder of the Subtext blog engine project, which he recently learned powers the blogs on MySpace China.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC21/</link><pubDate>Wed, 29 Oct 2008 16:35:34 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC21.mp4</guid><evnet:views>18910</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418926/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how the new ASP.NET MVC framework differs from the current ASP.NET Web Forms framework. Learn to take advantage of ASP.NET MVC to build loosely coupled, highly testable, agile applications. See how ASP.NET MVC provides you with fine-grained control over HTML and JavaScript.Phil HaackAs a code&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC21.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC21.mp4" expression="full" fileSize="99700701" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC21.pptx" expression="full" fileSize="1309578" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC21.docx" expression="full" fileSize="18568" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZIP/PC21.ZIP" expression="full" fileSize="274535" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC21.wmv" expression="full" fileSize="124551168" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC21.wmv" expression="full" fileSize="376124603" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC21.wmv" expression="full" fileSize="50769743" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC21.wmv" expression="full" fileSize="376124603" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC21.mp4" length="99700701" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418926/Trackback.aspx</trackback:ping><category>Advanced</category><category>ASP.NET</category><category>Breakout Session</category></item><item><title>ASP.NET 4.0 Roadmap</title><description>Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including web forms and MVC. Do you love web forms? See how you can taking control of your control IDs, display images using the new DynamicImage control, learn about better ViewState managment in GridView and ListView, and get more control over the CSS markup of ASP.NET server controls. See how Dynamic Data makes building you data-driven apps easy. If you're interested in AJAX, we show you further advancements in client rendering and binding. If you're considering MVC, we look at the feature set and understand how to create applications with this technology.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Scott Hunter&lt;/div&gt;&lt;div&gt;Started out writing bulletin board software with Turbo Pascal which became a startup software development business. Graduated from California State Bakersfield with a degree in Computer Science and Economics. Scott has spent the past 8 years developing software in the .NET space mainly in the ASP.NET area. For the past year Scott has worked at Microsoft on the ASP.NET as a Program Manager currently working on Dynamic Data and all things around data.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including web forms and MVC. Do you love web forms? See how you can taking control of your control IDs, display images using the new DynamicImage control, learn about better ViewState managment in GridView and ListView, and get more control over the CSS markup of ASP.NET server controls. See how Dynamic Data makes building you data-driven apps easy. If you're interested in AJAX, we show you further advancements in client rendering and binding. If you're considering MVC, we look at the feature set and understand how to create applications with this technology.Scott HunterStarted out writing bulletin board software with Turbo Pascal which became a startup software development business. Graduated from California State Bakersfield with a degree in Computer Science and Economics. Scott has spent the past 8 years developing software in the .NET space mainly in the ASP.NET area. For the past year Scott has worked at Microsoft on the ASP.NET as a Program Manager currently working on Dynamic Data and all things around data.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC20/</link><pubDate>Wed, 29 Oct 2008 16:35:33 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC20.mp4</guid><evnet:views>21014</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418925/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including web forms and MVC. Do you love web forms? See how you can taking control of your control IDs, display images using the new&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC20.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC20.mp4" expression="full" fileSize="74928221" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC20.pptx" expression="full" fileSize="379502" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC20.docx" expression="full" fileSize="18959" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC20.wmv" expression="full" fileSize="118038769" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC20.wmv" expression="full" fileSize="355097361" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC20.wmv" expression="full" fileSize="47057518" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC20.wmv" expression="full" fileSize="355097361" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC20.mp4" length="74928221" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418925/Trackback.aspx</trackback:ping><category>Advanced</category><category>ASP.NET</category><category>Breakout Session</category></item><item><title>Windows 7: Introducing Direct2D and DirectWrite</title><description>Direct2D and DirectWrite are latest additions to the DirectX family of APIs.   Learn how you can enhance your application experience with resolution independent, high-performance vector graphics using Direct2D.  Use ClearType and OpenType font technologies to layout beautiful text with advanced typography within your GDI and Direct2D applications.  Also learn how you can port your GDI code to Direct2D and DirectWrite, and understand how to interoperate with other Windows graphics APIs.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Leonardo Blanco&lt;/div&gt;&lt;div&gt;Leonardo Blanco has been at Microsoft since 1996. He is a Principal Development Lead in the Windows Desktop and Graphics Technologies team, where he focuses on development and maintenance of existing and new mainstream graphics APIs for Windows.

During the Window Vista timeframe, Leonardo worked on the graphics stack that forms the basis of the Windows Presentation Foundation, most notably the composition and animation engines. He also helped build the Windows Vista Desktop Window Manager, which is responsible for Aero Glass and the Flip3D effect.

Prior to Windows Vista, Leonardo worked on Windows CE, delivering multimedia technologies to both mobile and embedded devices.

Leonardo holds a degree in Computer Science &amp; Engineering from the University of California, Los Angeles.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Kam VedBrat&lt;/div&gt;&lt;div&gt;Hi, 

I'm Kam VedBrat, and I'm the Lead Program Manager for Mainstream Graphics API's on the Windows 7 team. I work on technologies including GDI, GDI+, the Windows Imaging Component, the Windows Color System, and (new for Windows 7) Direct2D and Direct Write.

Over the last 10 years at Microsoft I've worked on Windows Vista, MSN Explorer, and Internet Explorer. Before Microsoft, I studied Computer Science at Purdue University (Go Boilers!), and graduated in 1998.

My favorite color is orange, and if you want to learn more about me, read my blog!

Thanks,
-Kam&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Direct2D and DirectWrite are latest additions to the DirectX family of APIs.   Learn how you can enhance your application experience with resolution independent, high-performance vector graphics using Direct2D.  Use ClearType and OpenType font technologies to layout beautiful text with advanced typography within your GDI and Direct2D applications.  Also learn how you can port your GDI code to Direct2D and DirectWrite, and understand how to interoperate with other Windows graphics APIs.Leonardo BlancoLeonardo Blanco has been at Microsoft since 1996. He is a Principal Development Lead in the Windows Desktop and Graphics Technologies team, where he focuses on development and maintenance of existing and new mainstream graphics APIs for Windows.

During the Window Vista timeframe, Leonardo worked on the graphics stack that forms the basis of the Windows Presentation Foundation, most notably the composition and animation engines. He also helped build the Windows Vista Desktop Window Manager, which is responsible for Aero Glass and the Flip3D effect.

Prior to Windows Vista, Leonardo worked on Windows CE, delivering multimedia technologies to both mobile and embedded devices.

Leonardo holds a degree in Computer Science &amp; Engineering from the University of California, Los Angeles.Kam VedBratHi, 

I'm Kam VedBrat, and I'm the Lead Program Manager for Mainstream Graphics API's on the Windows 7 team. I work on technologies including GDI, GDI+, the Windows Imaging Component, the Windows Color System, and (new for Windows 7) Direct2D and Direct Write.

Over the last 10 years at Microsoft I've worked on Windows Vista, MSN Explorer, and Internet Explorer. Before Microsoft, I studied Computer Science at Purdue University (Go Boilers!), and graduated in 1998.

My favorite color is orange, and if you want to learn more about me, read my blog!

Thanks,
-Kam</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC18/</link><pubDate>Wed, 29 Oct 2008 16:35:31 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC18.mp4</guid><evnet:views>27635</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429589/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Direct2D and DirectWrite are latest additions to the DirectX family of APIs.   Learn how you can enhance your application experience with resolution independent, high-performance vector graphics using Direct2D.  Use ClearType and OpenType font technologies to layout beautiful text with advanced&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC18.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC18.mp4" expression="full" fileSize="118941893" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC18.pptx" expression="full" fileSize="12058841" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC18.docx" expression="full" fileSize="18422" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC18.wmv" expression="full" fileSize="193335839" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC18.wmv" expression="full" fileSize="446805491" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC18.wmv" expression="full" fileSize="65650139" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC18.wmv" expression="full" fileSize="446805491" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC18.mp4" length="118941893" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429589/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Windows 7</category></item><item><title>Developing for Microsoft Surface</title><description>This session introduces the newly available Microsoft Surface SDK. Hear about the unique attributes of Microsoft Surface computing, dive into vision-based object recognition and core controls like ScatterView, and learn how the Surface SDK aligns with the multi-touch developer roadmap for Windows 7 and WPF. Additionally, learn how you can become a part of the expanding partner ecosystem for Microsoft Surface and leverage your existing investments in WPF and Visual Studio to build engaging end user applications. Attendees of this session will receive access to the Microsoft Surface SDK.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Robert Levy&lt;/div&gt;&lt;div&gt;Robert Levy has led the design development of the APIs and controls in the Microsoft Surface SDK.  He has been on the Surface team for over two years.  His previous projects at Microsoft include the SDKs for Windows Mobile 2003 SE and Windows Mobile 5.0.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Brad Carpenter&lt;/div&gt;&lt;div&gt;Brad leads SW Platform Development efforts for Microsoft Surface, including the development of the sub-system, Shell, and SDK. Previously Brad was General Manager in the Unlimited Potential group, developing Windows solutions &amp; business opportunities to provide computing &amp; information access for people in emerging economies. Previous to that, Brad was Director of HW &amp; Driver Quality for Windows, responsible for device &amp; driver coverage; development of driver development tools; overseeing WHQL &amp; WinHEC; and partnering with the industry to fix blue screens. Brad started on LAN Manager in 1991, moved to work on Windows 95 and subsequent versions of Windows.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This session introduces the newly available Microsoft Surface SDK. Hear about the unique attributes of Microsoft Surface computing, dive into vision-based object recognition and core controls like ScatterView, and learn how the Surface SDK aligns with the multi-touch developer roadmap for Windows 7 and WPF. Additionally, learn how you can become a part of the expanding partner ecosystem for Microsoft Surface and leverage your existing investments in WPF and Visual Studio to build engaging end user applications. Attendees of this session will receive access to the Microsoft Surface SDK.Robert LevyRobert Levy has led the design development of the APIs and controls in the Microsoft Surface SDK.  He has been on the Surface team for over two years.  His previous projects at Microsoft include the SDKs for Windows Mobile 2003 SE and Windows Mobile 5.0.Brad CarpenterBrad leads SW Platform Development efforts for Microsoft Surface, including the development of the sub-system, Shell, and SDK. Previously Brad was General Manager in the Unlimited Potential group, developing Windows solutions &amp; business opportunities to provide computing &amp; information access for people in emerging economies. Previous to that, Brad was Director of HW &amp; Driver Quality for Windows, responsible for device &amp; driver coverage; development of driver development tools; overseeing WHQL &amp; WinHEC; and partnering with the industry to fix blue screens. Brad started on LAN Manager in 1991, moved to work on Windows 95 and subsequent versions of Windows.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC17/</link><pubDate>Wed, 29 Oct 2008 16:35:30 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC17.mp4</guid><evnet:views>19975</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426730/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This session introduces the newly available Microsoft Surface SDK. Hear about the unique attributes of Microsoft Surface computing, dive into vision-based object recognition and core controls like ScatterView, and learn how the Surface SDK aligns with the multi-touch developer roadmap for Windows 7&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC17.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC17.mp4" expression="full" fileSize="110610124" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC17.pptx" expression="full" fileSize="5171605" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC17.docx" expression="full" fileSize="18331" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC17.wmv" expression="full" fileSize="179662997" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC17.wmv" expression="full" fileSize="518858597" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC17.wmv" expression="full" fileSize="48328309" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC17.wmv" expression="full" fileSize="518858597" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC17.mp4" length="110610124" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426730/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category><category>WPF</category></item><item><title>Windows 7: Empower users to find, visualize and organize their data with Libraries and the Explorer</title><description>Learn how you can enable a familiar experience for users and light up your application by using the Windows Search API and Library API and File Dialog. Also learn how you can integrate your web service with Windows search by using the OpenSearch standard without writing any client code. Master how to provide a rich experience for your data type in the Windows 7 Explorer with metadata, thumbnails, verbs and previews.&lt;ul&gt;&lt;li&gt;&lt;div&gt;David Washington&lt;/div&gt;&lt;div&gt;David Washington is a Program Manager on the Find and Organize team and is responsible for the Windows Explorer platform. David first arrived at Microsoft in 2002 as an intern on the Microsoft CRM team, and eventually ended up on the Windows Shell team where he worked on the Windows Vista Common File Dialog.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how you can enable a familiar experience for users and light up your application by using the Windows Search API and Library API and File Dialog. Also learn how you can integrate your web service with Windows search by using the OpenSearch standard without writing any client code. Master how to provide a rich experience for your data type in the Windows 7 Explorer with metadata, thumbnails, verbs and previews.David WashingtonDavid Washington is a Program Manager on the Find and Organize team and is responsible for the Windows Explorer platform. David first arrived at Microsoft in 2002 as an intern on the Microsoft CRM team, and eventually ended up on the Windows Shell team where he worked on the Windows Vista Common File Dialog.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC16/</link><pubDate>Wed, 29 Oct 2008 16:35:28 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC16.mp4</guid><evnet:views>12516</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429588/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how you can enable a familiar experience for users and light up your application by using the Windows Search API and Library API and File Dialog. Also learn how you can integrate your web service with Windows search by using the OpenSearch standard without writing any client code. Master how&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC16.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC16.mp4" expression="full" fileSize="65844938" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC16.pptx" expression="full" fileSize="3453841" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC16.docx" expression="full" fileSize="18713" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC16.wmv" expression="full" fileSize="101348404" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC16.wmv" expression="full" fileSize="153455472" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC16.wmv" expression="full" fileSize="43279388" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC16.wmv" expression="full" fileSize="153455472" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC16.mp4" length="65844938" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429588/Trackback.aspx</trackback:ping><category>_Win7Programming</category><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Benefiting from Documents and Printing Convergence</title><description>Discover how updating your printing infrastructure to XPS allows your application to seamlessly bridge across both electronic and physical paper and benefit from new document workflow and interoperability scenarios.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Adrian Ford&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Discover how updating your printing infrastructure to XPS allows your application to seamlessly bridge across both electronic and physical paper and benefit from new document workflow and interoperability scenarios.Adrian Ford</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC15/</link><pubDate>Wed, 29 Oct 2008 16:35:26 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC15.mp4</guid><evnet:views>3348</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429587/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Discover how updating your printing infrastructure to XPS allows your application to seamlessly bridge across both electronic and physical paper and benefit from new document workflow and interoperability scenarios.Adrian Ford</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC15.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC15.mp4" expression="full" fileSize="86984337" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC15.pptx" expression="full" fileSize="1908178" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC15.wmv" expression="full" fileSize="143402783" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC15.wmv" expression="full" fileSize="153039420" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC15.wmv" expression="full" fileSize="50490047" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC15.wmv" expression="full" fileSize="153039420" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC15.mp4" length="86984337" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429587/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7 Scenic Ribbon: The next generation user experience for presenting commands in Win32 applications.</title><description>Windows 7 includes a new user interface platform component that enables existing and new Windows application to take advantage of the next generation commanding experience ("Ribbon"). In this session, you'll learn about the features provided by the ribbon, the Win32 application programming interfaces required to use it, and simple techniques for adding a ribbon to your application.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Nicolas Brun&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Windows 7 includes a new user interface platform component that enables existing and new Windows application to take advantage of the next generation commanding experience ("Ribbon"). In this session, you'll learn about the features provided by the ribbon, the Win32 application programming interfaces required to use it, and simple techniques for adding a ribbon to your application.Nicolas Brun</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC14/</link><pubDate>Wed, 29 Oct 2008 16:35:24 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC14.mp4</guid><evnet:views>11107</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429586/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Windows 7 includes a new user interface platform component that enables existing and new Windows application to take advantage of the next generation commanding experience ("Ribbon"). In this session, you'll learn about the features provided by the ribbon, the Win32 application programming&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC14.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC14.mp4" expression="full" fileSize="231733757" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC14.pptx" expression="full" fileSize="1231295" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC14.docx" expression="full" fileSize="19709" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC14.wmv" expression="full" fileSize="415627283" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC14.wmv" expression="full" fileSize="633344939" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC14.wmv" expression="full" fileSize="48368987" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC14.wmv" expression="full" fileSize="633344939" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC14.mp4" length="231733757" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429586/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Building Great Audio Communications Applications</title><description>Using the PC as a phone is central to the future of communications, and this session will provide you with the essentials to build the end to end experience. Windows 7 provides APIs for integrating communications capabilities into your applications.  This session covers attenuating and muting sounds during a phone call, receiving a phone call using a Bluetooth headset, improving the latency of a phone call, and selecting the appropriate communications device.  &lt;ul&gt;&lt;li&gt;&lt;div&gt;Larry Osterman&lt;/div&gt;&lt;div&gt;Larry started working at Microsoft back in the dark ages back when computers shipped with kilobytes of memory and a 10 megabytes of disk space.

Over his 24 year career he has worked on networking, email servers, embedded controllers for home automation and most recently he works as a developer on the Windows Sound team.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Using the PC as a phone is central to the future of communications, and this session will provide you with the essentials to build the end to end experience. Windows 7 provides APIs for integrating communications capabilities into your applications.  This session covers attenuating and muting sounds during a phone call, receiving a phone call using a Bluetooth headset, improving the latency of a phone call, and selecting the appropriate communications device.  Larry OstermanLarry started working at Microsoft back in the dark ages back when computers shipped with kilobytes of memory and a 10 megabytes of disk space.

Over his 24 year career he has worked on networking, email servers, embedded controllers for home automation and most recently he works as a developer on the Windows Sound team.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC13/</link><pubDate>Wed, 29 Oct 2008 16:35:23 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC13.mp4</guid><evnet:views>4601</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429585/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Using the PC as a phone is central to the future of communications, and this session will provide you with the essentials to build the end to end experience. Windows 7 provides APIs for integrating communications capabilities into your applications.  This session covers attenuating and muting sounds&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC13.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC13.mp4" expression="full" fileSize="259847414" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC13.pptx" expression="full" fileSize="898205" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC13.wmv" expression="full" fileSize="459181967" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC13.wmv" expression="full" fileSize="49937136" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC13.wmv" expression="full" fileSize="45314239" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC13.wmv" expression="full" fileSize="49937136" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC13.mp4" length="259847414" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429585/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Deep Dive: The New Rendering Engine in Microsoft Internet Explorer 8 </title><description>Users will be able to browse the web with brand new, standards compliant rendering engine in Internet Explorer 8, while continuing to support existing web content. We take a deep dive look into how this engine works and why it means hasLayout is gone. Get ready to roll up your sleeves and dive into the intricacies of HTML, CSS, and everything else that affects the web you view.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Alex Mogilevsky&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Users will be able to browse the web with brand new, standards compliant rendering engine in Internet Explorer 8, while continuing to support existing web content. We take a deep dive look into how this engine works and why it means hasLayout is gone. Get ready to roll up your sleeves and dive into the intricacies of HTML, CSS, and everything else that affects the web you view.Alex Mogilevsky</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC12/</link><pubDate>Wed, 29 Oct 2008 16:35:21 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC12.mp4</guid><evnet:views>4509</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418924/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Users will be able to browse the web with brand new, standards compliant rendering engine in Internet Explorer 8, while continuing to support existing web content. We take a deep dive look into how this engine works and why it means hasLayout is gone. Get ready to roll up your sleeves and dive into&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC12.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC12.mp4" expression="full" fileSize="53838502" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC12.pptx" expression="full" fileSize="614573" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC12.docx" expression="full" fileSize="17520" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC12.wmv" expression="full" fileSize="87214243" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC12.wmv" expression="full" fileSize="327133399" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC12.wmv" expression="full" fileSize="44668227" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC12.wmv" expression="full" fileSize="327133399" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC12.mp4" length="53838502" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418924/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Internet Explorer</category></item><item><title>Microsoft Silverlight Futures: Building Business Focused Applications </title><description>What if you could develop your solutions with the ease pioneered by Microsoft Office Access, deploy them like an Internet application, and take advantage of the power of Microsoft .NET? Learn about an exciting new technology that is all about making business applications for RIA (Rich Internet Applications) much easier to build. In this session, hear how we've made n-tier application development as simple as traditional 2-tier, provided application level solutions to developers, and how we're doing all of this with the same .NET platform and tools on both the client and server.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jamie Cool&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>What if you could develop your solutions with the ease pioneered by Microsoft Office Access, deploy them like an Internet application, and take advantage of the power of Microsoft .NET? Learn about an exciting new technology that is all about making business applications for RIA (Rich Internet Applications) much easier to build. In this session, hear how we've made n-tier application development as simple as traditional 2-tier, provided application level solutions to developers, and how we're doing all of this with the same .NET platform and tools on both the client and server.Jamie Cool</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC11/</link><pubDate>Wed, 29 Oct 2008 16:35:19 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC11.mp4</guid><evnet:views>11192</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418923/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>What if you could develop your solutions with the ease pioneered by Microsoft Office Access, deploy them like an Internet application, and take advantage of the power of Microsoft .NET? Learn about an exciting new technology that is all about making business applications for RIA (Rich Internet&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC11.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC11.mp4" expression="full" fileSize="89623852" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC11.pptx" expression="full" fileSize="525460" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC11.docx" expression="full" fileSize="18602" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC11.wmv" expression="full" fileSize="124831192" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC11.wmv" expression="full" fileSize="255062060" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC11.wmv" expression="full" fileSize="47141104" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC11.wmv" expression="full" fileSize="255062060" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC11.mp4" length="89623852" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418923/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Silverlight</category></item><item><title>Microsoft Silverlight 2 for Mobile: Developing for Mobile Devices </title><description>Wouldn't it be super cool if the Silverlight apps you build for the desktop can now run on Millions of Mobile Devices ? If you have been building Silverlight applications and are wondering how to extend them mobile devices, this is just the right session for you. 
 
In this session, filled with some very cool demos you will  not only learn how to extend your existing Silverlight 2 applications to work on Windows Mobile but also learn how to build rich mobile Silverlight apps that play media,  handle simple gestures,  have cool animations, and web services. We will also talk about tooling enhancements in Visual Studio that support Silverlight app development on Windows Mobile, what to consider when delivering eye-popping UI on mobile, and help you understand the key differences from developing Silverlight apps for the desktop.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Amit Chopra&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Giorgio Sardo&lt;/div&gt;&lt;div&gt;Giorgio Sardo is a Technical Evangelist for Microsoft Corporation. Moving from Italy to the United Kingdom, Giorgio studied at Polytechnic of Turin and successfully obtained a Master of Computer Engineering with distinction. For four years he has been a Microsoft Student Partner Lead, leading a national university community forum. In 2007 he started working in Microsoft UK as User Experience Consultant, delivering stunning solutions based on Silverlight, WPF and Silverlight for Mobile. Later 2008 Giorgio will move to Redmond, to work as Technical Evangelist for Web Technologies (ASP.NET, IE8, ...).&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Wouldn't it be super cool if the Silverlight apps you build for the desktop can now run on Millions of Mobile Devices ? If you have been building Silverlight applications and are wondering how to extend them mobile devices, this is just the right session for you. 
 
In this session, filled with some very cool demos you will  not only learn how to extend your existing Silverlight 2 applications to work on Windows Mobile but also learn how to build rich mobile Silverlight apps that play media,  handle simple gestures,  have cool animations, and web services. We will also talk about tooling enhancements in Visual Studio that support Silverlight app development on Windows Mobile, what to consider when delivering eye-popping UI on mobile, and help you understand the key differences from developing Silverlight apps for the desktop.Amit ChopraGiorgio SardoGiorgio Sardo is a Technical Evangelist for Microsoft Corporation. Moving from Italy to the United Kingdom, Giorgio studied at Polytechnic of Turin and successfully obtained a Master of Computer Engineering with distinction. For four years he has been a Microsoft Student Partner Lead, leading a national university community forum. In 2007 he started working in Microsoft UK as User Experience Consultant, delivering stunning solutions based on Silverlight, WPF and Silverlight for Mobile. Later 2008 Giorgio will move to Redmond, to work as Technical Evangelist for Web Technologies (ASP.NET, IE8, ...).</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC10/</link><pubDate>Wed, 29 Oct 2008 16:35:17 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC10.mp4</guid><evnet:views>19895</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418922/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Wouldn't it be super cool if the Silverlight apps you build for the desktop can now run on Millions of Mobile Devices ? If you have been building Silverlight applications and are wondering how to extend them mobile devices, this is just the right session for you. 
 
In this session, filled with some&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC10.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC10.mp4" expression="full" fileSize="114025632" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC10.pptx" expression="full" fileSize="6387950" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC10.docx" expression="full" fileSize="18776" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC10.wmv" expression="full" fileSize="165325920" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC10.wmv" expression="full" fileSize="354638656" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC10.wmv" expression="full" fileSize="61526868" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC10.wmv" expression="full" fileSize="354638656" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC10.mp4" length="114025632" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418922/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Silverlight</category></item><item><title>WPF: Extensible BitmapEffects, Pixel Shaders, and WPF Graphics Futures</title><description>Come learn how new Windows Presentation Foundation (WPF) graphics enhancements in the Microsoft .NET Framework 3.5 SP1 can be seamlessly integrated with existing WPF features. Take advantage of machine hardware by creating your own custom GPU-based effects. DirectX interop allows you to easily compose your existing DirectX graphics surfaces with other WPF content such as controls, text and layout. Use fast, custom software bitmap manipulation to create stunning, high performance application UI. Finally, get a look into what new WPF graphics capabilities will be included in the next release of WPF.&lt;ul&gt;&lt;li&gt;&lt;div&gt;David Teitlebaum&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Come learn how new Windows Presentation Foundation (WPF) graphics enhancements in the Microsoft .NET Framework 3.5 SP1 can be seamlessly integrated with existing WPF features. Take advantage of machine hardware by creating your own custom GPU-based effects. DirectX interop allows you to easily compose your existing DirectX graphics surfaces with other WPF content such as controls, text and layout. Use fast, custom software bitmap manipulation to create stunning, high performance application UI. Finally, get a look into what new WPF graphics capabilities will be included in the next release of WPF.David Teitlebaum</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC07/</link><pubDate>Wed, 29 Oct 2008 16:35:16 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC07.mp4</guid><evnet:views>5501</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418919/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Come learn how new Windows Presentation Foundation (WPF) graphics enhancements in the Microsoft .NET Framework 3.5 SP1 can be seamlessly integrated with existing WPF features. Take advantage of machine hardware by creating your own custom GPU-based effects. DirectX interop allows you to easily&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC07.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC07.mp4" expression="full" fileSize="111832155" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC07.pptx" expression="full" fileSize="1984203" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC07.wmv" expression="full" fileSize="180503759" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC07.wmv" expression="full" fileSize="330737519" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC07.wmv" expression="full" fileSize="60406279" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC07.wmv" expression="full" fileSize="330737519" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC07.mp4" length="111832155" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418919/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>WPF</category></item><item><title>Deep Dive: Building an Optimized, Graphics-Intensive Application in Microsoft Silverlight </title><description>In this deep dive session we pull the covers off of the layout, rendering, and media pipelines to discuss how things work and how to optimize your application. This session covers how to set goals with your designer and developer teams, what happens behind the scenes with control visuals, the underlying mechanisms of our media stack, and how to profile your application. &lt;ul&gt;&lt;li&gt;&lt;div&gt;Seema Ramchandani&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>In this deep dive session we pull the covers off of the layout, rendering, and media pipelines to discuss how things work and how to optimize your application. This session covers how to set goals with your designer and developer teams, what happens behind the scenes with control visuals, the underlying mechanisms of our media stack, and how to profile your application. Seema Ramchandani</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC06/</link><pubDate>Wed, 29 Oct 2008 16:35:15 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC06.mp4</guid><evnet:views>6952</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418918/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In this deep dive session we pull the covers off of the layout, rendering, and media pipelines to discuss how things work and how to optimize your application. This session covers how to set goals with your designer and developer teams, what happens behind the scenes with control visuals, the&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC06.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC06.mp4" expression="full" fileSize="63719928" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC06.pptx" expression="full" fileSize="5486957" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC06.docx" expression="full" fileSize="17906" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC06.wmv" expression="full" fileSize="82340514" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC06.wmv" expression="full" fileSize="327015288" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC06.wmv" expression="full" fileSize="39427722" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC06.wmv" expression="full" fileSize="327015288" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC06.mp4" length="63719928" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418918/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Expression</category><category>Silverlight</category></item><item><title>Windows 7: Unlocking the GPU with Direct3D</title><description>Learn how to use the latest version of Direct3D to unlock the rendering and computing power of the GPU and to target the wide variety of hardware used by your customers. Learn techniques for integrating this high-performance 3D graphics pipeline within your Win32 applications.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Allison Klein&lt;/div&gt;&lt;div&gt;Allison Klein is the senior lead program manager for Direct3D technologies. She received her Ph.D. in computer graphics from Princeton University and before (re)joining Microsoft in 2006 she was briefly a university professor of Computer Science.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Learn how to use the latest version of Direct3D to unlock the rendering and computing power of the GPU and to target the wide variety of hardware used by your customers. Learn techniques for integrating this high-performance 3D graphics pipeline within your Win32 applications.Allison KleinAllison Klein is the senior lead program manager for Direct3D technologies. She received her Ph.D. in computer graphics from Princeton University and before (re)joining Microsoft in 2006 she was briefly a university professor of Computer Science.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC05/</link><pubDate>Wed, 29 Oct 2008 16:35:13 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC05.mp4</guid><evnet:views>14318</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429584/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how to use the latest version of Direct3D to unlock the rendering and computing power of the GPU and to target the wide variety of hardware used by your customers. Learn techniques for integrating this high-performance 3D graphics pipeline within your Win32 applications.Allison KleinAllison&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC05.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC05.mp4" expression="full" fileSize="116338069" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC05.pptx" expression="full" fileSize="10990240" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC05.wmv" expression="full" fileSize="228243885" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC05.wmv" expression="full" fileSize="430786545" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC05.wmv" expression="full" fileSize="47225489" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC05.wmv" expression="full" fileSize="430786545" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC05.mp4" length="116338069" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429584/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Windows 7</category></item><item><title>Windows 7: Writing Your Application to Shine on Modern Graphics Hardware</title><description>This session centers on the new enhancements to DirectX that enable Win32 applications harness the latest innovations in modern graphics hardware. Learn how to use the Windows 7 graphics infrastructure to enable your applications to display graphics content on different generations of graphics hardware, across multiple displays and on a remote desktop. Also learn how you can test your application for DPI awareness, what to look for, and how to make it provide the best experience on high-DPI displays.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Anantha Kancherla&lt;/div&gt;&lt;div&gt;Anantha is a Graphics nut and joined Microsoft to work on 3D Graphics after dabbling in Virtual Reality in Grad School. In Microsoft, Anantha has worked on a number of aspects of Graphics in a variety of roles. He was a developer on the D3D team for multiple versions. He lead the development team for D3D 9 and since then has been Program Managing various aspects of low level Graphics in Windows such as DX, GDI, Display Drivers, Window Manager.
His proudest moment was accepting a Technical Emmy for DirectX technologies on the behalf of his team.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>This session centers on the new enhancements to DirectX that enable Win32 applications harness the latest innovations in modern graphics hardware. Learn how to use the Windows 7 graphics infrastructure to enable your applications to display graphics content on different generations of graphics hardware, across multiple displays and on a remote desktop. Also learn how you can test your application for DPI awareness, what to look for, and how to make it provide the best experience on high-DPI displays.Anantha KancherlaAnantha is a Graphics nut and joined Microsoft to work on 3D Graphics after dabbling in Virtual Reality in Grad School. In Microsoft, Anantha has worked on a number of aspects of Graphics in a variety of roles. He was a developer on the D3D team for multiple versions. He lead the development team for D3D 9 and since then has been Program Managing various aspects of low level Graphics in Windows such as DX, GDI, Display Drivers, Window Manager.
His proudest moment was accepting a Technical Emmy for DirectX technologies on the behalf of his team.</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC04/</link><pubDate>Wed, 29 Oct 2008 16:35:12 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC04.mp4</guid><evnet:views>15339</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418917/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This session centers on the new enhancements to DirectX that enable Win32 applications harness the latest innovations in modern graphics hardware. Learn how to use the Windows 7 graphics infrastructure to enable your applications to display graphics content on different generations of graphics&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC04.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC04.mp4" expression="full" fileSize="132654265" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC04.pptx" expression="full" fileSize="7981369" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC04.docx" expression="full" fileSize="18417" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC04.wmv" expression="full" fileSize="172987494" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC04.wmv" expression="full" fileSize="358011652" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC04.wmv" expression="full" fileSize="58159170" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC04.wmv" expression="full" fileSize="358011652" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC04.mp4" length="132654265" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418917/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Developing Multi-touch Applications</title><description>In Windows 7, innovative touch and gesture support will enable more direct and natural interaction in your applications. This session highlights the new multi-touch gesture APIs and explains how you can leverage them in your applications.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Reed Townsend&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Anson Tsao&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>In Windows 7, innovative touch and gesture support will enable more direct and natural interaction in your applications. This session highlights the new multi-touch gesture APIs and explains how you can leverage them in your applications.Reed TownsendAnson Tsao</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC03/</link><pubDate>Wed, 29 Oct 2008 16:35:11 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC03.mp4</guid><evnet:views>14107</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418916/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In Windows 7, innovative touch and gesture support will enable more direct and natural interaction in your applications. This session highlights the new multi-touch gesture APIs and explains how you can leverage them in your applications.Reed TownsendAnson Tsao</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC03.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC03.mp4" expression="full" fileSize="122889971" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC03.pptx" expression="full" fileSize="2726376" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC03.docx" expression="full" fileSize="20569" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC03.wmv" expression="full" fileSize="197556995" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC03.wmv" expression="full" fileSize="406276644" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC03.wmv" expression="full" fileSize="68899483" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC03.wmv" expression="full" fileSize="406276644" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC03.mp4" length="122889971" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418916/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Windows 7</category></item><item><title>Windows 7: Extending Battery Life with Energy Efficient Applications</title><description>A single application can accidentally halve battery life for the average laptop. This session demonstrates best practices for designing energy efficient applications and shows utilities for diagnosing common application battery life problems. Learn about how Windows 7 makes it easier for developers to design energy-efficient applications which do not negatively impact mobile PC battery life.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Pat Stemen&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>A single application can accidentally halve battery life for the average laptop. This session demonstrates best practices for designing energy efficient applications and shows utilities for diagnosing common application battery life problems. Learn about how Windows 7 makes it easier for developers to design energy-efficient applications which do not negatively impact mobile PC battery life.Pat Stemen</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC02/</link><pubDate>Wed, 29 Oct 2008 16:35:10 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC02.mp4</guid><evnet:views>6180</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418915/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>A single application can accidentally halve battery life for the average laptop. This session demonstrates best practices for designing energy efficient applications and shows utilities for diagnosing common application battery life problems. Learn about how Windows 7 makes it easier for developers&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC02.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC02.mp4" expression="full" fileSize="138886733" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC02.pptx" expression="full" fileSize="981796" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC02.wmv" expression="full" fileSize="365344243" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC02.wmv" expression="full" fileSize="565306475" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC02.wmv" expression="full" fileSize="49573211" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC02.wmv" expression="full" fileSize="565306475" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC02.mp4" length="138886733" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418915/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Windows 7</category></item><item><title>Windows 7: Designing Efficient Background Processes</title><description>Inefficient background activity has a dramatic impact on system performance, power consumption, responsiveness, and memory footprint. This session demonstrates best practices for background process design and dives deep on the capabilities of the Service Control Manager (SCM) and Task Scheduler. It also covers how to use new Windows 7 infrastructure to develop efficient background tasks.
&lt;ul&gt;
    &lt;li&gt;
    &lt;div&gt;Vikram Singh&lt;/div&gt;
    &lt;div&gt;&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;</description><comments></comments><itunes:summary>Inefficient background activity has a dramatic impact on system performance, power consumption, responsiveness, and memory footprint. This session demonstrates best practices for background process design and dives deep on the capabilities of the Service Control Manager (SCM) and Task Scheduler. It also covers how to use new Windows 7 infrastructure to develop efficient background tasks.

    
    Vikram Singh
    
    
</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC19/</link><pubDate>Wed, 29 Oct 2008 16:35:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC19.mp4</guid><evnet:views>8093</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/429590/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Inefficient background activity has a dramatic impact on system performance, power consumption, responsiveness, and memory footprint. This session demonstrates best practices for background process design and dives deep on the capabilities of the Service Control Manager (SCM) and Task Scheduler. It also covers how to use new Windows 7 infrastructure to develop efficient background tasks.
&lt;ul class="speakers"&gt;
    &lt;li&gt;
    &lt;div class="name"&gt;Vikram Singh&lt;/div&gt;
    &lt;div class="description"&gt;&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC19.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC19.mp4" expression="full" fileSize="124355131" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC19.pptx" expression="full" fileSize="1018143" type="" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/DOCX/PC19.docx" expression="full" fileSize="19771" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC19.wmv" expression="full" fileSize="251056597" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC19.wmv" expression="full" fileSize="554478541" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC19.wmv" expression="full" fileSize="47023729" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC19.wmv" expression="full" fileSize="477677468" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC19.mp4" length="124355131" type="video/mp4" /><dc:creator>Charles</dc:creator><itunes:author>Charles</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/429590/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Expert</category><category>Server 2008 R2</category><category>w2k8r2</category><category>Windows 7</category></item><item><title>Windows 7: Web Services in Native Code </title><description>Windows 7 introduces a new networking API with support for building SOAP based web services in native code. This session discusses the programming model, interoperability aspects with other implementations of WS-* protocols, and demonstrates various services and applications built using this API.
&lt;ul&gt;
    &lt;li&gt;
    &lt;div&gt;Nikola Dudar&lt;/div&gt;
    &lt;div&gt;Nikola Dudar is a program manager on Windows Networking team. He is working on a new Windows API for connecting web services and native code. In his previous position, he was a Program Manager on Visual C++ team. He worked on building new features in VC++ libraries. Prior joining Microsoft, Nikola has been involved in a research of architectures for data warehouses used in scientific data analysis and machine learning. He has MS in Computer Science degree from the University of New Mexico and MS degree in Control Systems and Automation from Vinnytsya National Technical University.&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;</description><comments></comments><itunes:summary>Windows 7 introduces a new networking API with support for building SOAP based web services in native code. This session discusses the programming model, interoperability aspects with other implementations of WS-* protocols, and demonstrates various services and applications built using this API.

    
    Nikola Dudar
    Nikola Dudar is a program manager on Windows Networking team. He is working on a new Windows API for connecting web services and native code. In his previous position, he was a Program Manager on Visual C++ team. He worked on building new features in VC++ libraries. Prior joining Microsoft, Nikola has been involved in a research of architectures for data warehouses used in scientific data analysis and machine learning. He has MS in Computer Science degree from the University of New Mexico and MS degree in Control Systems and Automation from Vinnytsya National Technical University.
    
</itunes:summary><link>http://channel9.msdn.com/pdc2008/PC01/</link><pubDate>Wed, 29 Oct 2008 16:35:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC01.mp4</guid><evnet:views>10666</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418914/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Windows 7 introduces a new networking API with support for building SOAP based web services in native code. This session discusses the programming model, interoperability aspects with other implementations of WS-* protocols, and demonstrates various services and applications built using this API. Nikola Dudar Nikola Dudar is a program manager on Windows Networking team. He is working on a new Windows API for connecting web services and native code. In his previous position, he was a Program Manager on Visual C++ team. He worked on building new features in VC++ libraries. Prior…</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/PC01.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC01.mp4" expression="full" fileSize="119001969" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/PC01.pptx" expression="full" fileSize="1024820" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/PC01.wmv" expression="full" fileSize="226442047" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC01.wmv" expression="full" fileSize="487566343" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/PC01.wmv" expression="full" fileSize="48367967" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/PC01.wmv" expression="full" fileSize="487566343" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/PC01.mp4" length="119001969" type="video/mp4" /><dc:creator>Charles</dc:creator><itunes:author>Charles</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418914/Trackback.aspx</trackback:ping><category>Advanced</category><category>Breakout Session</category><category>Server 2008 R2</category><category>w2k8r2</category><category>Windows 7</category><category>WWSAPI</category></item><item><title>Microsoft Application Virtualization 4.5</title><description>Microsoft Application Virtualization (App-V), formerly known as Microsoft Softgrid Application Virtualization, allows companies to create and customize "virtual packages" of desktop applications that can be streamed over the web providing a SAAS experience without a costly rewrite of the application. Learn how App-V improves the deployment, test, and support cost savings achieved by moving to virtual applications.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Elsie Nallipogu&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;John Sheehan&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Microsoft Application Virtualization (App-V), formerly known as Microsoft Softgrid Application Virtualization, allows companies to create and customize "virtual packages" of desktop applications that can be streamed over the web providing a SAAS experience without a costly rewrite of the application. Learn how App-V improves the deployment, test, and support cost savings achieved by moving to virtual applications.Elsie NallipoguJohn Sheehan</itunes:summary><link>http://channel9.msdn.com/pdc2008/ES32/</link><pubDate>Wed, 29 Oct 2008 16:34:15 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/ES32.mp4</guid><evnet:views>3296</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/432381/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Microsoft Application Virtualization (App-V), formerly known as Microsoft Softgrid Application Virtualization, allows companies to create and customize "virtual packages" of desktop applications that can be streamed over the web providing a SAAS experience without a costly rewrite of the&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/ES32.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/ES32.mp4" expression="full" fileSize="54463577" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/ES32.pptx" expression="full" fileSize="1206733" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/ES32.wmv" expression="full" fileSize="80244691" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES32.wmv" expression="full" fileSize="369183315" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/ES32.wmv" expression="full" fileSize="45311443" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES32.wmv" expression="full" fileSize="369183315" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/ES32.mp4" length="54463577" type="video/mp4" /><dc:creator>System</dc:creator><itunes:author>System</itunes:author><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/432381/Trackback.aspx</trackback:ping><category>Breakout Session</category><category>Intermediate</category></item><item><title>Showcase: How HP Built their Magcloud Service on Windows Azure</title><description>Hear from an online magazine publishing service that was prototyped on Microsoft cloud services.  Learn from the development team about what they built, why they built it, and what they learned about the platform along the way.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Andrew E Fitzhugh&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Steve Marx&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><itunes:summary>Hear from an online magazine publishing service that was prototyped on Microsoft cloud services.  Learn from the development team about what they built, why they built it, and what they learned about the platform along the way.Andrew E FitzhughSteve Marx</itunes:summary><link>http://channel9.msdn.com/pdc2008/ES31/</link><pubDate>Wed, 29 Oct 2008 16:34:13 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/ES31.mp4</guid><evnet:views>2237</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/434183/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hear from an online magazine publishing service that was prototyped on Microsoft cloud services.  Learn from the development team about what they built, why they built it, and what they learned about the platform along the way.Andrew E FitzhughSteve Marx</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/ES31.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/dpe/C9_viewSession.png" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/ES31.mp4" expression="full" fileSize="31484652" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/ES31.pptx" expression="full" fileSize="1539185" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/ES31.wmv" expression="full" fileSize="49374402" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES31.wmv" expression="full" fileSize="140880669" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/ES31.wmv" expression="full" fileSize="25203286" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES31.wmv" expression="full" fileSize="140880669" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/MP4/ES31.mp4" length="31484652" type="video/mp4" /><