<?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/"><channel><title>Entries tagged with intermediate - Channel 9</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/tags/intermediate/feed/zune/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries tagged with intermediate - Channel 9</title><link>http://channel9.msdn.com/tags/Intermediate/</link></image><description>intermediate</description><link>http://channel9.msdn.com/tags/Intermediate/</link><language>en-us</language><pubDate>Tue, 28 Oct 2008 14:29:56 GMT</pubDate><lastBuildDate>Tue, 28 Oct 2008 14:29:56 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><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><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/WMV-HQ/TL61.wmv</guid><evnet:views>107699</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/WMV-HQ/TL61.wmv" length="176037119" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/TL51.wmv</guid><evnet:views>41447</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/WMV-HQ/TL51.wmv" length="313739159" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/TL50.wmv</guid><evnet:views>31473</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/WMV-HQ/TL50.wmv" length="195621279" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/TL49.wmv</guid><evnet:views>33459</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/WMV-HQ/TL49.wmv" length="334660097" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/TL48.wmv</guid><evnet:views>22050</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/WMV-HQ/TL48.wmv" length="308128377" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/TL47.wmv</guid><evnet:views>19543</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/WMV-HQ/TL47.wmv" length="372571345" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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 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><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/WMV-HQ/TL42.wmv</guid><evnet:views>8171</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/WMV-HQ/TL42.wmv" length="209892881" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/TL23.wmv</guid><evnet:views>19262</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/WMV-HQ/TL23.wmv" length="300304075" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/TL04.wmv</guid><evnet:views>8402</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/WMV-HQ/TL04.wmv" length="608227411" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/PC58.wmv</guid><evnet:views>15237</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/WMV-HQ/PC58.wmv" length="420924557" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/PC56.wmv</guid><evnet:views>3546</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/WMV-HQ/PC56.wmv" length="238647115" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/PC48.wmv</guid><evnet:views>4477</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/WMV-HQ/PC48.wmv" length="174991311" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/PC47.wmv</guid><evnet:views>12746</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/WMV-HQ/PC47.wmv" length="180304679" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/PC46.wmv</guid><evnet:views>11368</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/WMV-HQ/PC46.wmv" length="387106845" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/PC35.wmv</guid><evnet:views>5451</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/WMV-HQ/PC35.wmv" length="267669681" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/PC31.wmv</guid><evnet:views>23954</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/WMV-HQ/PC31.wmv" length="171511751" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/PC24.wmv</guid><evnet:views>54830</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/WMV-HQ/PC24.wmv" length="207439907" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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: 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><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/WMV-HQ/PC22.wmv</guid><evnet:views>20137</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/WMV-HQ/PC22.wmv" length="158192240" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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>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><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/WMV-HQ/ES32.wmv</guid><evnet:views>3315</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/WMV-HQ/ES32.wmv" length="369183315" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><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><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/WMV-HQ/ES31.wmv</guid><evnet:views>2249</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/WMV-HQ/ES31.wmv" length="140880669" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/434183/Trackback.aspx</trackback:ping><category>Azure</category><category>Breakout Session</category><category>Intermediate</category></item><item><title>Datacenters and Resilient Services</title><description>Microsoft Global Foundation Services (GFS) continues to learn by running online services while also building the next generation of services that are both resilient and cost effective. A key factor in realizing these goals is to apply innovation and lessons learned during the design phase. Take a look at the datacenter operations, and explore the challenges of managing large-scale services, such as Windows Live ID (WLID), which handle billions of transactions per day.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Benjamin Ravani&lt;/div&gt;&lt;div&gt;Ben Ravani is a General Manager in the Global Foundation Services at Microsoft. Ben brings 21 years of experience in the high tech industry from business planning and product development to services design and operations support.  Ben currently leads an organization that manages over 100 of Microsoft’s online properties with 10,000’s of servers deployed in data centers globally providing services to Hundreds of Millions of users worldwide.  The scope of his responsibilities includes managing services with over a Billion transactions per day and 10’s of millions of concurrent sessions.  He is responsible for operating a number of platform services including Windows Live ID, Messenger and Anti Phishing.  Ben has provided design consulting to services such as WLID, Microsoft’s online Billing platform, Microsoft’s Rights Management Platform, and Microsoft’s award winning Internet Safety platform.  Ben joined Microsoft over 14 years. Since then, he has held various leadership roles at Microsoft involved in developing and building a number of products and services. Ben started his career in developing technologies in the automotive and aerospace industries. He led an engineering team in the Boeing 777 development program responsible for the Electrical and Avionics Engineering Computing. He holds a Master of Science in Mechanical Engineering from University of Wisconsin-Madison.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><link>http://channel9.msdn.com/pdc2008/ES30/</link><pubDate>Wed, 29 Oct 2008 16:34:11 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES30.wmv</guid><evnet:views>4020</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/430782/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Microsoft Global Foundation Services (GFS) continues to learn by running online services while also building the next generation of services that are both resilient and cost effective. A key factor in realizing these goals is to apply innovation and lessons learned during the design phase. Take a&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/ES30.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/ES30.mp4" expression="full" fileSize="99332204" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/ES30.pptx" expression="full" fileSize="4602253" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/ES30.wmv" expression="full" fileSize="47455324" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES30.wmv" expression="full" fileSize="358894717" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/ES30.wmv" expression="full" fileSize="30205674" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES30.wmv" expression="full" fileSize="358894717" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES30.wmv" length="358894717" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/430782/Trackback.aspx</trackback:ping><category>Azure</category><category>Intermediate</category><category>Lunch Session</category></item><item><title>Showcase: Windows Azure Enables /Nsoftware and Full Armor</title><description>Learn how early adopter customers built their services on the Microsoft cloud platform. Hear details about the experience related to design and development of their services, and why they chose to build their service on the cloud platform.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Gent Hito&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Danny Kim&lt;/div&gt;&lt;div&gt;Danny Kim is a Microsoft MVP and recognized industry expert on Windows Group Policy, Active Directory, and PowerShell. Kim has helped more than 30 Fortune 100 companies, including Bank of America, Boeing, and Wal-Mart, design and deploy their Group Policy and DataCenter infrastructure. He has also architected and developed several leading Windows policy management products which have been licensed by Microsoft, NetIQ, Citrix, HP, Sony, Toshiba and others.  Kim holds a BS in Computer Science from Cornell University.&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><link>http://channel9.msdn.com/pdc2008/ES29/</link><pubDate>Wed, 29 Oct 2008 16:34:09 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES29.wmv</guid><evnet:views>3236</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/434182/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Learn how early adopter customers built their services on the Microsoft cloud platform. Hear details about the experience related to design and development of their services, and why they chose to build their service on the cloud platform.Gent HitoDanny KimDanny Kim is a Microsoft MVP and recognized&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/ES29.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/ES29.mp4" expression="full" fileSize="63713132" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/ES29.pptx" expression="full" fileSize="693172" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/ES29.wmv" expression="full" fileSize="98904873" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES29.wmv" expression="full" fileSize="283043753" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/ES29.wmv" expression="full" fileSize="36345017" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES29.wmv" expression="full" fileSize="283043753" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES29.wmv" length="283043753" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/434182/Trackback.aspx</trackback:ping><category>Azure</category><category>Intermediate</category><category>Lunch Session</category></item><item><title>Windows Azure: Cloud Service Development Best Practices </title><description>This session goes beyond the "Hello World" development experience, giving best practices across common tasks for serious service developers. These tasks include logging, debugging, deployment, management, and maintenance of individual services.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Sriram Krishnan&lt;/div&gt;&lt;div&gt;Sriram is a mild-mannered Program Manager on the Cloud Infrastructure Services team at Microsoft. Before this, he worked on Popfly and Visual Studio for Devices. He loves to game on his XBox 360 and tries to hide his love for all things Star Trek&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><link>http://channel9.msdn.com/pdc2008/ES03/</link><pubDate>Wed, 29 Oct 2008 16:33:32 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES03.wmv</guid><evnet:views>5030</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/418902/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This session goes beyond the "Hello World" development experience, giving best practices across common tasks for serious service developers. These tasks include logging, debugging, deployment, management, and maintenance of individual services.Sriram KrishnanSriram is a mild-mannered Program Manager&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/ES03.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/ES03.mp4" expression="full" fileSize="39219577" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/ES03.pptx" expression="full" fileSize="14398720" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/ES03.wmv" expression="full" fileSize="55302573" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES03.wmv" expression="full" fileSize="157377489" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/ES03.wmv" expression="full" fileSize="32083053" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES03.wmv" expression="full" fileSize="157377489" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/ES03.wmv" length="157377489" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/418902/Trackback.aspx</trackback:ping><category>Azure</category><category>Breakout Session</category><category>Intermediate</category></item><item><title>Showcase: Industry Leaders Moving to the Cloud</title><description>Senior architects from Accenture, Epicor and Infosys, who have been using Microsoft's cloud platform for the last while, walk through the applications they've built on the platform, the architectures they've used and the lessons they've learned on what works and what doesn't.  Get a real world perspective and questions answered from architects who have been getting their hands dirty with cloud services.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Jitendra Thethi&lt;/div&gt;&lt;div&gt;Jitendra is a part of Microsoft Technology center at Infosys and an Architect on Catalytic IT, a joint IT Transformation Program with Microsoft. Currently he leads the Cloud Computing group and defines how various solutions and service offerings in Infosys should leverage this disruptive technology to provide a better value to our customers.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Larry Beck&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Erik Johnson&lt;/div&gt;&lt;div&gt;Erik Johnson is Sr. Director of Product Research for Epicor Software, the 6th-largest global ERP software supplier and responsible for managing software architecture strategy and relationships with technology partners.  Erik represented Epicor at the Web Services Interoperability Organization (WS-I), where he contributed to the WS-I Basic Profile 1.0 and chaired the XML Schema working group.  As an enterprise solutions architect, Erik was named to the Microsoft Architecture Advisory Board and a Microsoft Solutions Architect MVP.  Prior to joining Epicor, Erik worked as a senior software architect and development manager at DataWorks Corporation.&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;Brandon Watson&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><link>http://channel9.msdn.com/pdc2008/BB56/</link><pubDate>Wed, 29 Oct 2008 16:33:24 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB56.wmv</guid><evnet:views>3025</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/436157/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Senior architects from Accenture, Epicor and Infosys, who have been using Microsoft's cloud platform for the last while, walk through the applications they've built on the platform, the architectures they've used and the lessons they've learned on what works and what doesn't.  Get a real world&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/BB56.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/BB56.mp4" expression="full" fileSize="49813034" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/BB56.pptx" expression="full" fileSize="1979211" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/BB56.wmv" expression="full" fileSize="88809813" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB56.wmv" expression="full" fileSize="272486613" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/BB56.wmv" expression="full" fileSize="34863417" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB56.wmv" expression="full" fileSize="272486613" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB56.wmv" length="272486613" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/436157/Trackback.aspx</trackback:ping><category>Azure</category><category>Intermediate</category><category>Lunch Session</category><category>SQL Server Data Services</category></item><item><title>Microsoft Advertising Platform: A Day in the Life of a Click</title><description>Clicks are the single cell organism of the digital advertising world. See how a click moves through the advertising ecosystem covering all the basic components, including delivery engines, billing systems, reporting systems, data pipelines, and fraud detection systems.&lt;ul&gt;&lt;li&gt;&lt;div&gt;Robert Devine&lt;/div&gt;&lt;div&gt;Robert works in adCenter managing a couple billion dollars in billing one click and impression at a time.  He has worked in the software-as-a-service space for the better part of a decade, joining most recently from the Live Meeting team.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;</description><comments></comments><link>http://channel9.msdn.com/pdc2008/BB49/</link><pubDate>Wed, 29 Oct 2008 16:33:15 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB49.wmv</guid><evnet:views>3116</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/426727/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Clicks are the single cell organism of the digital advertising world. See how a click moves through the advertising ecosystem covering all the basic components, including delivery engines, billing systems, reporting systems, data pipelines, and fraud detection systems.Robert DevineRobert works in&amp;#8230;</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/pdc08/THUMBNAILS/BB49.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/BB49.mp4" expression="full" fileSize="53549467" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/PPTX/BB49.pptx" expression="full" fileSize="4181768" type="" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV/BB49.wmv" expression="full" fileSize="76002439" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB49.wmv" expression="full" fileSize="257750055" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/pdc08/ZUNE/BB49.wmv" expression="full" fileSize="34187087" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB49.wmv" expression="full" fileSize="257750055" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/pdc08/WMV-HQ/BB49.wmv" length="257750055" type="video/x-ms-wmv" /><dc:creator>System</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/426727/Trackback.aspx</trackback:ping><category>Ad Platform</category><category>Intermediate</category><category>Lunch Session</category></item></channel></rss>