<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/All/RSS"></atom:link>
    <itunes:summary>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9</title>
      <link>http://channel9.msdn.com/Browse/AllContent</link>
    </image>
    <itunes:image href="http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png"></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Browse/AllContent</link>
    <language>en</language>
    <pubDate>Wed, 22 May 2013 13:37:59 GMT</pubDate>
    <lastBuildDate>Wed, 22 May 2013 13:37:59 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>18314</c9:totalResults>
    <c9:pageCount>733</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Windows 8, Windows Phone 8, some PCL and your social world = Social Media Dashboard Sample</title>
      <description><![CDATA[<p>Speaking of building Windows 8 app's, here's the template of the week. Imagine you</p><h2><a href="http://code.msdn.microsoft.com/Social-Media-Dashboard-135436da">Social Media Dashboard Sample</a></h2><blockquote><p><em>The Social Media Dashboard sample (for Windows 8 and Windows Phone 8) consumes various social feeds and displays them in your app. It is driven from a JSON configuration file so it is very easy to adapt this sample to your needs and have this as a starting point for your application. This sample also illustrates a number of key concepts such as Search, Share, dynamic UI, animations, sharing code between Windows 8 and Windows Phone.</em></p><h3>Building the Sample</h3><p>Make sure you have the basics installed. That includes:</p><ul><li><a href="http://msdn.microsoft.com/en-US/evalcenter/jj554510.aspx?wt.mc_id=MEC_132_1_4">Windows 8</a>. </li><li><a href="http://www.microsoft.com/visualstudio/eng/downloads">Visual Studio 2012</a>. </li><li><a href="http://www.microsoft.com/en-GB/download/details.aspx?id=35471">Windows Phone SDK</a>. </li></ul><p>Download the sample and double-click on the solution. The solution consists of three projects:</p><ul><li><strong>SocialMediaDashboard.PCL</strong>, which is the Portable Class Library that contains code that is used in both the Windows 8 and Windows Phone 8 projects. To learn more about Portable Class Libraries, click <a href="http://msdn.microsoft.com/en-us/library/gg597391.aspx">here</a>. </li><li><strong>SocialMediaDashboard.W8</strong>, which contains the code for the Windows 8 version of the app. </li><li><strong>SocialMediaDashboard.WP</strong>, which contains the code for the Windows Phone 8 version of the app. </li></ul><p>There are dependencies on a number of external libraries, these are:</p><ul><li><strong>Microsoft.Bcl.Async</strong>, which gives you access to async and await keywords in a Portable Class Library. <ul><li>NuGet: <em>Install-Package Microsoft.Bcl.Async –Pre</em> </li></ul></li><li><strong>NewtonSoft.JSON</strong>, which is the standard library for parsing JSON objects. <ul><li>NuGet: <em>Install-Package Newtonsoft.Json</em> </li></ul></li><li><strong>HtmlAgilityPack</strong>, for parsing and changing HTML documents. <ul><li>NuGet:<em> Install-Package HtmlAgilityPack</em> </li></ul></li><li><strong>Microsoft Player Framework</strong>, which is a framework for displaying video. No NuGet package exists, the code can be found <a href="http://playerframework.codeplex.com/">here</a>. A .VSIX file as included in the Project as well, for convenience. </li></ul><p>Now, set your startup project to either Windows 8 or Windows Phone and press F5 to run the app. The sample app gives you information about Windows Phone development. I’m guessing you might be interested in something else, in that case you can look up The Config.json in the Assets folder. This is the definition of the content for this app. Play around with it. A later post will detail the format of this configuration file.</p><p>Description</p><p><em>This application demonstrates how to build a complete, configuration-driven application both for Windows 8 and Windows Phone 8. It illustrates many key concepts as Share, Search, Live Tiles, extended splash screen, showing video in a MediaElement and so forth.&nbsp;&nbsp; </em></p></blockquote><p>When you get the source, make sure you read Dependences section above (as being, me I didn't and fixed up the references manually... sigh, must remember to RTFP, Read The Fine Post... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>Anyway, here's some snaps of it running on my system;</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B5%5D-71.png" alt="image" width="500" height="309" border="0"></p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B8%5D-67.png" alt="image" width="500" height="309" border="0"></p><p><img title="SNAGHTML4b5ab16" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML4b5ab16%5B3%5D.png" alt="SNAGHTML4b5ab16" width="202" height="364" border="0"></p><p>Here's a snap of the Solution. As you can see the common work is handled by the PCL (Portable Class Library) and the platform specific work done in the platform projects.</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B15%5D-33.png" alt="image" width="270" height="376" border="0"></p><p>What's nice is that you can take this sample and easily configure it for your social world. Just edit the config.json files in the platform projects and go...</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B19%5D-18.png" alt="image" width="520" height="159" border="0"></p><p>So how easy is this to tweak to make it yours?</p><p>Hacking the config.json file for about 3 minutes, I created a simple Coding4Fun app... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B29%5D-9.png" alt="image" width="520" height="148" border="0"></p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B22%5D-12.png" alt="image" width="500" height="309" border="0"></p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B25%5D-13.png" alt="image" width="500" height="309" border="0"></p><p>How cool is that! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b4d17bef2fd14cdfabd3a1c20162f314">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Windows-8-Windows-Phone-8-some-PCL-and-your-social-world--Social-Media-Dashboard-Sample</comments>
      <itunes:summary>Speaking of building Windows 8 app&#39;s, here&#39;s the template of the week. Imagine you Social Media Dashboard SampleThe Social Media Dashboard sample (for Windows 8 and Windows Phone 8) consumes various social feeds and displays them in your app. It is driven from a JSON configuration file so it is very easy to adapt this sample to your needs and have this as a starting point for your application. This sample also illustrates a number of key concepts such as Search, Share, dynamic UI, animations, sharing code between Windows 8 and Windows Phone. Building the SampleMake sure you have the basics installed. That includes: Windows 8. Visual Studio 2012. Windows Phone SDK. Download the sample and double-click on the solution. The solution consists of three projects: SocialMediaDashboard.PCL, which is the Portable Class Library that contains code that is used in both the Windows 8 and Windows Phone 8 projects. To learn more about Portable Class Libraries, click here. SocialMediaDashboard.W8, which contains the code for the Windows 8 version of the app. SocialMediaDashboard.WP, which contains the code for the Windows Phone 8 version of the app. There are dependencies on a number of external libraries, these are: Microsoft.Bcl.Async, which gives you access to async and await keywords in a Portable Class Library. NuGet: Install-Package Microsoft.Bcl.Async –Pre NewtonSoft.JSON, which is the standard library for parsing JSON objects. NuGet: Install-Package Newtonsoft.Json HtmlAgilityPack, for parsing and changing HTML documents. NuGet: Install-Package HtmlAgilityPack Microsoft Player Framework, which is a framework for displaying video. No NuGet package exists, the code can be found here. A .VSIX file as included in the Project as well, for convenience. Now, set your startup project to either Windows 8 or Windows Phone and press F5 to run the app. The sample app gives you information about Windows Phone development. I’m guessing you might be interested in something else, in that c</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Windows-8-Windows-Phone-8-some-PCL-and-your-social-world--Social-Media-Dashboard-Sample</link>
      <pubDate>Wed, 22 May 2013 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Windows-8-Windows-Phone-8-some-PCL-and-your-social-world--Social-Media-Dashboard-Sample</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/d81234eb-9a22-4300-b2b9-fcc1fad40bc8.png" height="62" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/737ca2f8-6d25-4bdc-8719-e1a88c22d8ac.png" height="136" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Windows-8-Windows-Phone-8-some-PCL-and-your-social-world--Social-Media-Dashboard-Sample/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>Social Media</category>
    </item>
  <item>
      <title>TechNet Radio: Delivering Results - How Microsoft.com Scales Using Windows Server 2012</title>
      <description><![CDATA[<p><a href="http://www.virtuallycloud9.com/" target="_blank">Tommy Patterson</a> welcomes Sr. Service Engineering Manager, George Holman to the show as he shares with us how his team used <a href="http://aka.ms/TryWindowServer2012" target="_blank"><strong>Windows Server 2012</strong></a> to help scale and improve the performance of <a href="http://www.microsoft.com/en-us/default.aspx" target="_blank">Microsoft.com</a>. Tune in as he describes the noticeable difference between Server 2012 vs. previous versions of Windows Server, as well as outlines how his team planned for and deployed it in their environment.</p><ul><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012#time=1m28s">1:28</a>] What was the situation? Describe some of the challenges surrounding Microsoft.com and their need to scale </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012#time=3m28s">3:28</a>] How did MSIT deploy Windows Server 2012 for MSCOM? </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012#time=11m39s">11:39</a>] What were the results? </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012#time=13m21s">13:21</a>] Can you share with us some deployment best practices? </li></ul><p>__________________________</p><p><strong>Experience Microsoft's latest products with these FREE downloads! <br><br></strong><a href="http://lab.earlyexperts.net/"><strong><img src="http://blogs.technet.com/resized-image.ashx/__size/16x16/__key/communityserver-components-userfiles/00-00-24-10-58-Attached&#43;Files/1376.download.png" alt=" " width="17" height="16"></strong></a><strong>Build Your Lab!</strong> Download&nbsp; <a href="http://aka.ms/TryWindowServer2012" target="_blank"><strong>Windows Server 2012</strong></a><strong>,&nbsp; </strong><a href="http://aka.ms/PrivateCloudTrial" target="_blank"><strong>System Center 2012 SP1</strong></a> and&nbsp; <a href="http://aka.ms/TryHyper-V" target="_blank"><strong>Hyper-V Server 2012</strong></a> and get the best virtualization platform and private cloud management solution on the market. <strong>Try it FREE now!</strong></p><p><a href="http://aka.ms/lgws2012onazvm"><strong><img src="http://blogs.technet.com/resized-image.ashx/__size/16x16/__key/communityserver-components-userfiles/00-00-24-10-58-Attached&#43;Files/2047.cloud.png" alt=" " border="0"></strong></a> <strong>Don’t Have a Lab?</strong> Build Your Lab in the Cloud with <a href="http://aka.ms/SilverLining" target="_blank"><strong>Windows Azure Virtual Machines</strong></a>. Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. <a href="http://aka.ms/SilverLining" target="_blank"><strong>FREE Download</strong></a></p><p>__________________________<br><br><strong>If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:</strong></p><p><strong>Websites &amp; Articles:</strong></p><ul><li><a href="http://www.virtuallycloud9.com/" target="_blank">Tommy Patterson’s blog</a> </li><li><a href="http://www.microsoft.com/enterprise/microsoft-it/default.aspx#fbid=2yKiF-dYfG6">Microsoft IT Showcase</a> </li></ul><p><strong>Virtual Labs:</strong></p><ul><li><a href="http://bit.ly/u9N9vj ">TechNet Virtual Labs: System Center 2012</a> </li></ul><p><a href="http://twitter.com/technetradio" target="_blank"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3806.Twitter.png" alt=" " width="15" height="15" border="0"></a> <a href="http://twitter.com/technetradio" target="_blank">Follow @technetradio</a><br><a href="http://www.facebook.com/MicrosoftTechNetRadio" target="_blank"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3487.Facebook.png" alt=" " width="15" height="15" border="0"></a> <a href="http://www.facebook.com/MicrosoftTechNetRadio" target="_blank"><u>Become a Fan @ facebook.com/MicrosoftTechNetRadio</u></a><br><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4" target="_blank"><img src="http://blogs.msdn.com/resized-image.ashx/__size/28x0/__key/communityserver-components-userfiles/00-00-33-52-95-Attached&#43;Files/1512.itunes.png" alt="" width="15" height="15"></a> Subscribe to our podcast via <a href="http://itunes.apple.com/us/podcast/technet-radio-mp4-channel-9/id546970030">iTunes</a>, <a href="http://stitcher.com/s?fid=26282">Stitcher</a>, or <a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4">RSS</a></p><h4>&nbsp;</h4> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a6382cea883c41c48ee5a1c001724f41">]]></description>
      <comments>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012</comments>
      <itunes:summary>Tommy Patterson welcomes Sr. Service Engineering Manager, George Holman to the show as he shares with us how his team used Windows Server 2012 to help scale and improve the performance of Microsoft.com. Tune in as he describes the noticeable difference between Server 2012 vs. previous versions of Windows Server, as well as outlines how his team planned for and deployed it in their environment. [1:28] What was the situation? Describe some of the challenges surrounding Microsoft.com and their need to scale [3:28] How did MSIT deploy Windows Server 2012 for MSCOM? [11:39] What were the results? [13:21] Can you share with us some deployment best practices? __________________________ Experience Microsoft&#39;s latest products with these FREE downloads! Build Your Lab! Download&amp;nbsp; Windows Server 2012,&amp;nbsp; System Center 2012 SP1 and&amp;nbsp; Hyper-V Server 2012 and get the best virtualization platform and private cloud management solution on the market. Try it FREE now!  Don’t Have a Lab? Build Your Lab in the Cloud with Windows Azure Virtual Machines. Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. FREE Download __________________________If you&#39;re interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information: Websites &amp;amp; Articles: Tommy Patterson’s blog Microsoft IT Showcase Virtual Labs: TechNet Virtual Labs: System Center 2012  Follow @technetradio Become a Fan @ facebook.com/MicrosoftTechNetRadio Subscribe to our podcast via iTunes, Stitcher, or RSS &amp;nbsp;</itunes:summary>
      <itunes:duration>976</itunes:duration>
      <link>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012</link>
      <pubDate>Wed, 22 May 2013 11:00:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_512.jpg" height="287" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_960.jpg" height="538" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales.mp3" expression="full" duration="976" fileSize="15629127" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales.mp4" expression="full" duration="976" fileSize="93498629" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales.webm" expression="full" duration="976" fileSize="95681128" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales.wma" expression="full" duration="976" fileSize="7908555" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_high.mp4" expression="full" duration="976" fileSize="204302720" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_mid.mp4" expression="full" duration="976" fileSize="142938609" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_Source.wmv" expression="full" duration="976" fileSize="514691561" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/8efd/1fe293b3-d801-464f-87e4-bf7fe5ea8efd/TNRMSITMSCOMScales_Source.wmv" length="514691561" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ChrisCaldwell, TechNet Radio, Tommy Patterson</dc:creator>
      <itunes:author>ChrisCaldwell, TechNet Radio, Tommy Patterson</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Delivering-Results-How-Microsoftcom-Scales-Using-Windows-Server-2012/RSS</wfw:commentRss>
      <category>Scalability</category>
      <category>scalablity</category>
      <category>Private Cloud</category>
      <category>Windows Server 2012</category>
    </item>
  <item>
      <title>Stay Connected with the Ch9 Events App</title>
      <description><![CDATA[<p>No matter what device you're bringing to TechEd this year, be sure to bring the Ch9 Events app with you!</p><p>Browse all the content of the conference, follow your schedule, and stay connected throughout the event.</p><p>Download Ch9 Events for <a href="http://apps.microsoft.com/windows/app/ch9-events/41578570-4fff-49d6-8994-59d3bac76467" target="_blank">Windows 8</a> | <a href="http://www.windowsphone.com/en-us/store/app/ch9-events/d0b702c7-90a2-4e71-aaaf-ca66f04ba418" target="_blank">Windows Phone </a>| <a href="https://itunes.apple.com/gb/app/ch9-events/id648977552" target="_blank">iOS </a>| <a href="https://play.google.com/store/apps/details?id=com.falafel.microsoft.ch9events" target="_blank">Android</a></p><p>After creating your account in the app, <a href="http://channel9.msdn.com/LinkAccount" target="_blank">link it to your Channel 9 account </a>to enable synchronization of your personalized schedule.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:27b9027f2da34da49430a1c501383cc1">]]></description>
      <comments>http://channel9.msdn.com/Blogs/TechEd/Stay-Connected-with-the-Ch9-Events-App</comments>
      <itunes:summary>No matter what device you&#39;re bringing to TechEd this year, be sure to bring the Ch9 Events app with you! Browse all the content of the conference, follow your schedule, and stay connected throughout the event. Download Ch9 Events for Windows 8 | Windows Phone | iOS | Android After creating your account in the app, link it to your Channel 9 account to enable synchronization of your personalized schedule. </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/TechEd/Stay-Connected-with-the-Ch9-Events-App</link>
      <pubDate>Tue, 21 May 2013 19:14:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/TechEd/Stay-Connected-with-the-Ch9-Events-App</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/dcf31a7b-94dc-4ca8-9b37-96f5deb33f4f.png" height="61" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/2e1da61f-e9e4-4171-bebd-3c82cb30632f.png" height="165" width="220"></media:thumbnail>      
      <dc:creator>Mark DeFalco</dc:creator>
      <itunes:author>Mark DeFalco</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/TechEd/Stay-Connected-with-the-Ch9-Events-App/RSS</wfw:commentRss>
      <category>Tech.Ed</category>
      <category>teched europe</category>
    </item>
  <item>
      <title>What’s in Store at the TechExpo: Partner Solutions and Microsoft Solutions Experience</title>
      <description><![CDATA[<p>The TechExpo at TechEd 2013 will bring together Microsoft Product Teams, Partner Solutions, and Community Resources to provide a one-stop resource for TechEd delegates. Make time on your calendar to spend in the TechExpo and explore this tremendous resource.</p><p><strong>Microsoft Solutions Experience (MSE):</strong> Bring your challenges, ideas, and questions and meet face-to-face with the Microsoft experts who built the products you use every day, and learn about the latest Microsoft technologies and solutions. Areas in the MSE cover Server-Cloud-Tools, Unified Communications, Microsoft Office, Windows Client, and Windows Phone.</p><p><strong>Partner Solutions: </strong>The TechExpo brings together Microsoft Partners to showcase the latest technologies and solutions and provides a chance to talk directly with product experts about their offerings. &nbsp;Explore the hall and meet with the TechEd Sponsors and Exhibitors—and don't miss the TechExpo Welcome Reception on Monday evening, a great networking opportunity.</p><p><strong>Community Resource Zone:</strong> Meet some of the technical community's most noted influencers and active participants in the CRZ. Learn about available resources and how you can get involved in the Community.</p><p><strong>Digital Wall:</strong> Find out about the latest event updates, meet and network with other attendees and learn what's happening at TechEd each day.</p><p>The TechExpo is a hub of activity at TechEd, with many opportunities to network, learn, and share information with your peers and industry experts. We look forward to seeing you there!</p><p>Mark your calendars for the Welcome Reception held in the TechExpo:</p><ul><li>Monday, June 3 6:00-8:00 PM in Halls CDEF at TechEd North America </li><li>Tuesday, 25 June 18:00-20:30 in Hall 8 at TechEd Europe </li></ul><p>Find out what's in store at the TechExpo at both <a href="http://northamerica.msteched.com/TechExpo?mtag=blog">TechEd North America</a>&nbsp;and <a href="http://europe.msteched.com/TechExpo?mtag=blog">TechEd Europe</a>.</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f97de8de6f904fd6b59ba1c5011fc8e1">]]></description>
      <comments>http://channel9.msdn.com/Blogs/TechEd/Whats-in-Store-at-the-TechExpo-Partner-Solutions-and-Microsoft-Solutions-Experience</comments>
      <itunes:summary>The TechExpo at TechEd 2013 will bring together Microsoft Product Teams, Partner Solutions, and Community Resources to provide a one-stop resource for TechEd delegates. Make time on your calendar to spend in the TechExpo and explore this tremendous resource. Microsoft Solutions Experience (MSE): Bring your challenges, ideas, and questions and meet face-to-face with the Microsoft experts who built the products you use every day, and learn about the latest Microsoft technologies and solutions. Areas in the MSE cover Server-Cloud-Tools, Unified Communications, Microsoft Office, Windows Client, and Windows Phone. Partner Solutions: The TechExpo brings together Microsoft Partners to showcase the latest technologies and solutions and provides a chance to talk directly with product experts about their offerings. &amp;nbsp;Explore the hall and meet with the TechEd Sponsors and Exhibitors—and don&#39;t miss the TechExpo Welcome Reception on Monday evening, a great networking opportunity. Community Resource Zone: Meet some of the technical community&#39;s most noted influencers and active participants in the CRZ. Learn about available resources and how you can get involved in the Community. Digital Wall: Find out about the latest event updates, meet and network with other attendees and learn what&#39;s happening at TechEd each day. The TechExpo is a hub of activity at TechEd, with many opportunities to network, learn, and share information with your peers and industry experts. We look forward to seeing you there! Mark your calendars for the Welcome Reception held in the TechExpo: Monday, June 3 6:00-8:00 PM in Halls CDEF at TechEd North America Tuesday, 25 June 18:00-20:30 in Hall 8 at TechEd Europe Find out what&#39;s in store at the TechExpo at both TechEd North America&amp;nbsp;and TechEd Europe. &amp;nbsp; </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/TechEd/Whats-in-Store-at-the-TechExpo-Partner-Solutions-and-Microsoft-Solutions-Experience</link>
      <pubDate>Tue, 21 May 2013 17:30:47 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/TechEd/Whats-in-Store-at-the-TechExpo-Partner-Solutions-and-Microsoft-Solutions-Experience</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/73aa5783-92e1-4d3c-947e-672880a69074.png" height="165" width="220"></media:thumbnail>      
      <dc:creator>D. Begley</dc:creator>
      <itunes:author>D. Begley</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/TechEd/Whats-in-Store-at-the-TechExpo-Partner-Solutions-and-Microsoft-Solutions-Experience/RSS</wfw:commentRss>
      <category>Tech.Ed</category>
      <category>teched europe</category>
    </item>
  <item>
      <title>The soul of Kinect For Windows Interactions from Soul Solutions</title>
      <description><![CDATA[<p>Today is is like a six for one deal day where we highlight a series of articles from <a href="http://www.soulsolutions.com.au" target="_blank">Soul Solutions</a> about our favorite hardware device (and how you can start building with it faster)</p><h2><a>Kinect For Windows Interactions Gallery</a></h2><blockquote><p>As the Kinect For Windows SDK has started to evolve, the team has been adding some nice little controls which are quite useful and also controls everyone was writing in one way or another to solve the same issues. I think it’s a really good step so we’re not all spending a bunch of time writing similar controls plus it means there should be some consistency going forward if people use the supplied controls. This will help users with the learning curve with many of the applications.</p><p>When you first look through the interactions gallery it’s a bit overwhelming as there’s a bunch of controls and the interaction stream to deal with all at once. For this reason I wanted to do a set of posts so we can concentrate on them one at a time.</p><ul><li><a href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/852/Kinect-For-Windows-Interactions-Gallery-ndash-KinectSensorUI.aspx">KinectSensorUI</a> </li><li><a href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/853/Kinect-For-Windows-Interactions-Gallery-ndash-KinectRegion.aspx">KinectRegion</a> </li><li><a href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/854/Kinect-For-Windows-Interactions-Gallery-ndash-KinectUserViewer.aspx">KinectUserViewer</a> </li><li><a href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/855/Kinect-For-Windows-Interactions-Gallery-ndash-KinectTileButton-and-KinectCircleButton.aspx">KinectTileButton</a> </li><li><a href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/855/Kinect-For-Windows-Interactions-Gallery-ndash-KinectTileButton-and-KinectCircleButton.aspx">KinectCirceButton</a> </li><li><a href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/856/Kinect-For-Windows-Interactions-Gallery-ndash-KinectScrollViewer.aspx">KinectScrollViewer</a> </li><li>InteractionStream </li></ul></blockquote><p><strong>Project Information URL:</strong> <a title="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/851/Kinect-For-Windows-Interactions-Gallery.aspx" href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/851/Kinect-For-Windows-Interactions-Gallery.aspx">http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/851/Kinect-For-Windows-Interactions-Gallery.aspx</a></p><p><strong><a href="http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/852/Kinect-For-Windows-Interactions-Gallery-ndash-KinectSensorUI.aspx" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/f1dda9cc6de74512b7c19f0101402403/image%5B3%5D-33.png" alt="image" width="206" height="384" border="0"></a></strong></p><p>Contact Information:</p><ul><li>Blog: <a title="http://www.soulsolutions.com.au/Blog/" href="http://www.soulsolutions.com.au/Blog/">http://www.soulsolutions.com.au/Blog/</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e0ac1fd15d034889b604a1c2016a6d01">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/kinect/The-soul-of-Kinect-For-Windows-Interactions-from-Soul-Solutions</comments>
      <itunes:summary>Today is is like a six for one deal day where we highlight a series of articles from Soul Solutions about our favorite hardware device (and how you can start building with it faster) Kinect For Windows Interactions GalleryAs the Kinect For Windows SDK has started to evolve, the team has been adding some nice little controls which are quite useful and also controls everyone was writing in one way or another to solve the same issues. I think it’s a really good step so we’re not all spending a bunch of time writing similar controls plus it means there should be some consistency going forward if people use the supplied controls. This will help users with the learning curve with many of the applications. When you first look through the interactions gallery it’s a bit overwhelming as there’s a bunch of controls and the interaction stream to deal with all at once. For this reason I wanted to do a set of posts so we can concentrate on them one at a time. KinectSensorUI KinectRegion KinectUserViewer KinectTileButton KinectCirceButton KinectScrollViewer InteractionStream Project Information URL: http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/851/Kinect-For-Windows-Interactions-Gallery.aspx  Contact Information: Blog: http://www.soulsolutions.com.au/Blog/ </itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/kinect/The-soul-of-Kinect-For-Windows-Interactions-from-Soul-Solutions</link>
      <pubDate>Tue, 21 May 2013 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/kinect/The-soul-of-Kinect-For-Windows-Interactions-from-Soul-Solutions</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/6e904353-ea1e-456c-ae06-806840d73ecf.png" height="63" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/5b6ed03a-d326-4352-83e6-48be12da44c9.png" height="138" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/kinect/The-soul-of-Kinect-For-Windows-Interactions-from-Soul-Solutions/RSS</wfw:commentRss>
      <category>Coding4Fun</category>
      <category>Kinect</category>
      <category>Kinect SDK</category>
    </item>
  <item>
      <title>Creating the Virtual Experiment Laboratory app with the Visual Studio 3D Starter Kit</title>
      <description><![CDATA[<p>While many people think of 3D applications as primarily being games, 3D graphics also bring educational apps to life.&nbsp; Roberto Sonnino, developer of the <a href="http://aka.ms/vs3dkit">Visual Studio 3D Starter Kit</a>, interviews Gokhan&nbsp;Sengun of <a href="http://www.netas.com.tr/index.php?gdl=in">Netas Telekomunikasyon A.S.</a>, who created the <a href="http://apps.microsoft.com/windows/app/fcac7925-01dc-4f25-b3f1-aace7f275ba0">Virtual Experiment Laboratory (Sanal Deney Laboratuvarı)</a>&nbsp;app&nbsp;using the Visual Studio 3D Starter Kit.</p><p>Gokhan discusses how he used the Starter Kit as a base for learning about DirectX programming, and demonstrates how he used the Visual Studio Shader Designer to create some of the effects in his app.</p><ul><li><span class="ms-rteFontFace-10"><a href="http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit#time=00m00s">[00:00]</a> - </span>Gokhan and Roberto talk about the app and Gokhan's experiences with DirectX and the Starter Kit </li><li><a href="http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit#time=10m56s">[10:56]</a> - Gokhan demos the Virtual Experiment Laboratory app </li><li><a href="http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit#time=14m32s">[14:32]</a> - Behind the scenes - making a dynamic sprite with the Visual Studio Shader Designer </li><li><a href="http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit#time=18m37s">[18:37]</a> - Behind the scenes - making an animated flame with the Visual Studio Shader Designer </li></ul><p>Come watch the Starter Kit and the Visual Studio graphics tools in action to create rich 3D user interfaces for your app.</p><p>For more information, you can find Gokhan on Twitter: <a href="http://twitter.com/gokhansengun">@gokhansengun</a>.</p><p>Roberto is also on Twitter: <a href="http://twitter.com/robertos_br">@robertos_br</a>. Please let us know if you have an app on the Store that uses the VS 3D Starter Kit!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:50b03c8dd163428181baa1c00165746c">]]></description>
      <comments>http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit</comments>
      <itunes:summary>While many people think of 3D applications as primarily being games, 3D graphics also bring educational apps to life.&amp;nbsp; Roberto Sonnino, developer of the Visual Studio 3D Starter Kit, interviews Gokhan&amp;nbsp;Sengun of Netas Telekomunikasyon A.S., who created the Virtual Experiment Laboratory (Sanal Deney Laboratuvarı)&amp;nbsp;app&amp;nbsp;using the Visual Studio 3D Starter Kit. Gokhan discusses how he used the Starter Kit as a base for learning about DirectX programming, and demonstrates how he used the Visual Studio Shader Designer to create some of the effects in his app. [00:00] - Gokhan and Roberto talk about the app and Gokhan&#39;s experiences with DirectX and the Starter Kit [10:56] - Gokhan demos the Virtual Experiment Laboratory app [14:32] - Behind the scenes - making a dynamic sprite with the Visual Studio Shader Designer [18:37] - Behind the scenes - making an animated flame with the Visual Studio Shader Designer Come watch the Starter Kit and the Visual Studio graphics tools in action to create rich 3D user interfaces for your app. For more information, you can find Gokhan on Twitter: @gokhansengun. Roberto is also on Twitter: @robertos_br. Please let us know if you have an app on the Store that uses the VS 3D Starter Kit! </itunes:summary>
      <itunes:duration>1455</itunes:duration>
      <link>http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit</link>
      <pubDate>Tue, 21 May 2013 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun.mp3" expression="full" duration="1455" fileSize="23295627" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun.mp4" expression="full" duration="1455" fileSize="138559545" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun.webm" expression="full" duration="1455" fileSize="84731635" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun.wma" expression="full" duration="1455" fileSize="11777707" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun.wmv" expression="full" duration="1455" fileSize="79267847" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun_high.mp4" expression="full" duration="1455" fileSize="304421714" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun_mid.mp4" expression="full" duration="1455" fileSize="212322263" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun_Source.wmv" expression="full" duration="1455" fileSize="192548446" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun.ism/manifest" expression="full" duration="1455" fileSize="6266" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/deea/a1e2dc1a-47fb-40ab-90d9-63250d62deea/VS3DStarterKitInterviewGokhanSengun.wmv" length="79267847" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Roberto Sonnino - MSFT</dc:creator>
      <itunes:author>Roberto Sonnino - MSFT</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Creating-the-Virtual-Experiment-Laboratory-app-with-the-Visual-Studio-3D-Starter-Kit/rss</wfw:commentRss>
      <category>3D Modeling</category>
      <category>C++</category>
      <category>Direct 3D</category>
      <category>DirectX</category>
      <category>Graphics</category>
      <category>Interview</category>
      <category>Programming</category>
      <category>XAML</category>
      <category>Windows 8</category>
      <category>Windows Store App</category>
    </item>
  <item>
      <title>TechNet Radio: IT Time - (Part 1) Upgrading from Windows Server 2008 to Windows Server 2012 – Overview </title>
      <description><![CDATA[<p>Its IT Time and in today’s episode <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117943">Blain Barton</a> walks us through the necessary steps and considerations you should think about when upgrading from Windows Server 2008 to <a href="http://aka.ms/TryWindowServer2012" target="_blank">Windows Server 2012</a>. Tune in as he lays out the necessary hardware and disk requirements, which Windows Clients and Servers are supported as well as what Functional Levels, Operations Master Roles and Active Directory changes you need to be made aware of.</p><p>__________________________</p><p><strong>Experience Microsoft's latest products with these FREE downloads! <br><br></strong><a href="http://lab.earlyexperts.net/"><strong><img src="http://blogs.technet.com/resized-image.ashx/__size/16x16/__key/communityserver-components-userfiles/00-00-24-10-58-Attached&#43;Files/1376.download.png" alt=" " width="17" height="16"></strong></a><strong>Build Your Lab!</strong> Download&nbsp; <a href="http://aka.ms/TryWindowServer2012" target="_blank"><strong>Windows Server 2012</strong></a>,&nbsp; <a href="http://aka.ms/PrivateCloudTrial" target="_blank"><strong>System Center 2012 SP1</strong></a> and&nbsp; <a href="http://aka.ms/TryHyper-V" target="_blank"><strong>Hyper-V Server 2012</strong></a> and get the best virtualization platform and private cloud management solution on the market. <strong>Try it FREE now!</strong></p><p><a href="http://aka.ms/lgws2012onazvm"><strong><img src="http://blogs.technet.com/resized-image.ashx/__size/16x16/__key/communityserver-components-userfiles/00-00-24-10-58-Attached&#43;Files/2047.cloud.png" alt=" " border="0"></strong></a> <strong>Don’t Have a Lab?</strong> Build Your Lab in the Cloud with <a href="http://aka.ms/SilverLining" target="_blank"><strong>Windows Azure Virtual Machines</strong></a>. Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. <a href="http://aka.ms/SilverLining" target="_blank"><strong>FREE Download</strong></a></p><p>__________________________<br><br><a href="http://earlyexperts.net/" target="_blank"><strong>Become an &quot;Early Expert&quot; at IT Pros ROCK!</strong></a></p><p><a href="http://earlyexperts.net/" target="_blank"><img src="http://blogs.technet.com/resized-image.ashx/__size/240x180/__key/communityserver-components-userfiles/00-00-24-10-58-Attached&#43;Files/3652.ws2012ee_2D00_apprentice_2D00_sample_2D00_small.png" alt=" " align="right" border="0"></a>The Windows Server 2012 &quot;Early Experts&quot; Challenge provides a <strong>FREE online study group with certification exam preparation materials</strong> for quickly learning about the latest version of Windows Server! The Challenge involves a series of Knowledge Quests - starting with the Apprentice Quest below - and each Quest ends with a special completion certificate for you to promote your new knowledge! To make it easy to participate, each Quest is developed in a modular format that you can complete based on your own schedule and availability.</p><p><strong>If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:</strong></p><p><strong>Websites &amp; Blogs:</strong></p><ul><li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117943">Blain Barton’s Blog</a> </li></ul><p><strong>Videos:</strong></p><ul><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-Time-The-Scripting-Guys-Top-5-PowerShell-30-Tips-and-Tricks">TechNet Radio: IT Time - The Scripting Guy’s Top 5 PowerShell 3.0 Tips and Tricks</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-Time-PowerShell-30-Step-by-Step-with-the-Scripting-Guy">TechNet Radio: IT Time - PowerShell 3.0 Step-by-Step with the Scripting Guy</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-Time--Get-Your-Script-on-Check-out-PowerShell-Saturdays">TechNet Radio: IT Time – Get Your Script on! Check out PowerShell Saturdays</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-Time--PowerShell-30-Integrated-Scripting-Environment-Overview">TechNet Radio: IT Time – PowerShell 3.0 Integrated Scripting Environment Overview</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-Time-Automating-and-Managing-tasks-in-Windows-Azure-with-PowerShell">TechNet Radio: IT Time - Automating and Managing tasks in Windows Azure with PowerShell</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-Time-Halloween-Special-Top-10-Reasons-NOT-to-Fear-PowerShell-30">TechNet Radio: Top 10 Reasons NOT to Fear PowerShell 3.0</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-Time--PowerShell-Summit-and-the-2013-Scripting-Games">TechNet Radio: IT Time – PowerShell Summit and the 2013 Scripting Games</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-IT-TimeGet-Certified-Why-Microsoft-Certification-Matters">TechNet Radio: IT Time–Get Certified! Why Microsoft Certification Matters</a> </li></ul><p><strong>Virtual Labs:</strong></p><ul><li><a href="http://bit.ly/u9N9vj ">TechNet Virtual Labs: System Center 2012</a> </li></ul><p><a href="http://twitter.com/technetradio" target="_blank"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3806.Twitter.png" alt=" " width="15" height="15" border="0"></a> <a href="http://twitter.com/technetradio" target="_blank">Follow @technetradio</a><br><a href="http://www.facebook.com/MicrosoftTechNetRadio" target="_blank"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3487.Facebook.png" alt=" " width="15" height="15" border="0"></a> <a href="http://www.facebook.com/MicrosoftTechNetRadio" target="_blank"><u>Become a Fan @ facebook.com/MicrosoftTechNetRadio</u></a><br><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4" target="_blank"><img src="http://blogs.msdn.com/resized-image.ashx/__size/28x0/__key/communityserver-components-userfiles/00-00-33-52-95-Attached&#43;Files/1512.itunes.png" alt="" width="15" height="15"></a> Subscribe to our podcast via <a href="http://itunes.apple.com/us/podcast/technet-radio-mp4-channel-9/id546970030">iTunes</a>, <a href="http://stitcher.com/s?fid=26282">Stitcher</a>, or <a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4">RSS</a></p><h4>&nbsp;</h4> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d942a65ab1604912b6a5a1af01249802">]]></description>
      <comments>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-IT-Time-Part-1-Upgrading-from-Windows-Server-2008-to-Windows-Server-2012--Overview</comments>
      <itunes:summary>Its IT Time and in today’s episode Blain Barton walks us through the necessary steps and considerations you should think about when upgrading from Windows Server 2008 to Windows Server 2012. Tune in as he lays out the necessary hardware and disk requirements, which Windows Clients and Servers are supported as well as what Functional Levels, Operations Master Roles and Active Directory changes you need to be made aware of. __________________________ Experience Microsoft&#39;s latest products with these FREE downloads! Build Your Lab! Download&amp;nbsp; Windows Server 2012,&amp;nbsp; System Center 2012 SP1 and&amp;nbsp; Hyper-V Server 2012 and get the best virtualization platform and private cloud management solution on the market. Try it FREE now!  Don’t Have a Lab? Build Your Lab in the Cloud with Windows Azure Virtual Machines. Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. FREE Download __________________________Become an &amp;quot;Early Expert&amp;quot; at IT Pros ROCK! The Windows Server 2012 &amp;quot;Early Experts&amp;quot; Challenge provides a FREE online study group with certification exam preparation materials for quickly learning about the latest version of Windows Server! The Challenge involves a series of Knowledge Quests - starting with the Apprentice Quest below - and each Quest ends with a special completion certificate for you to promote your new knowledge! To make it easy to participate, each Quest is developed in a modular format that you can complete based on your own schedule and availability. If you&#39;re interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information: Websites &amp;amp; Blogs: Blain Barton’s Blog Videos: TechNet Radio: IT Time - The Scripting Guy’s Top 5 PowerShell 3.0 Tips and Tricks TechNet Radio: IT Time - PowerShell 3.0 Step-by-Step with the Scripting Guy TechNet Radio: IT Time – Get Your Script on! Check out PowerShell Satur</itunes:summary>
      <itunes:duration>1567</itunes:duration>
      <link>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-IT-Time-Part-1-Upgrading-from-Windows-Server-2008-to-Windows-Server-2012--Overview</link>
      <pubDate>Tue, 21 May 2013 11:00:48 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-IT-Time-Part-1-Upgrading-from-Windows-Server-2008-to-Windows-Server-2012--Overview</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_512.jpg" height="287" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_960.jpg" height="538" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012.mp3" expression="full" duration="1567" fileSize="25088081" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012.mp4" expression="full" duration="1567" fileSize="152902594" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012.webm" expression="full" duration="1567" fileSize="51128332" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012.wma" expression="full" duration="1567" fileSize="12687919" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_high.mp4" expression="full" duration="1567" fileSize="365115709" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_mid.mp4" expression="full" duration="1567" fileSize="242830920" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_Source.wmv" expression="full" duration="1567" fileSize="213135107" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/049a/f9320f44-4fdf-42cd-9c46-14152d45049a/TNRITTimePart1UpgradeWS2012_Source.wmv" length="213135107" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ChrisCaldwell, TechNet Radio, Blain Barton</dc:creator>
      <itunes:author>ChrisCaldwell, TechNet Radio, Blain Barton</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-IT-Time-Part-1-Upgrading-from-Windows-Server-2008-to-Windows-Server-2012--Overview/RSS</wfw:commentRss>
      <category>Active Directory</category>
      <category>HyperV</category>
      <category>Hyper-V</category>
      <category>Virtualization</category>
      <category>Windows Server</category>
      <category>Windows Server 2008</category>
      <category>Windows Server 2008 R2</category>
      <category>Private Cloud</category>
      <category>Windows Server 2012</category>
    </item>
  <item>
      <title>Ping 178: Xbox points, Microsoft Tattoos, Star Trek lands</title>
      <description><![CDATA[<p>The good times just don't stop and this week was an absolute blast. Watch Paul and Laura bring you the news and please chime in with your comments on these stories and more:</p><p><a href="http://www.makeuseof.com/tag/microsoft-plans-to-kill-xbox-live-points-system-introduces-real-currency-updates/">Xbox points for dollars</a>&nbsp; <a href="http://channel9.msdn.com/Shows/PingShow/Ping-178-Facebook--Microsoft-make-it-official-Xbox-points-Microsoft-Tattoos-Star-Trek-lands#time=04m57s">[04:57]</a></p><p><a href="http://betabeat.com/2013/05/microsoft-tramp-stamp-anyone-indian-tech-employees-getting-company-logo-tattoos/">Microsoft tramp stamp!</a>&nbsp; <a href="http://channel9.msdn.com/Shows/PingShow/Ping-178-Facebook--Microsoft-make-it-official-Xbox-points-Microsoft-Tattoos-Star-Trek-lands#time=11m24s">[11:24]</a></p><p><a href="http://www.latimes.com/entertainment/envelope/cotown/la-fi-ct-star-trek-microsoft-20130515,0,3132910.story">Star Trek and Microsoft</a>&nbsp; <a href="http://channel9.msdn.com/Shows/PingShow/Ping-178-Facebook--Microsoft-make-it-official-Xbox-points-Microsoft-Tattoos-Star-Trek-lands#time=17m07s">[17:07]</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f6714e2569c84172bcf7a1c4015ab367">]]></description>
      <comments>http://channel9.msdn.com/Shows/PingShow/Ping-178-Facebook--Microsoft-make-it-official-Xbox-points-Microsoft-Tattoos-Star-Trek-lands</comments>
      <itunes:summary>The good times just don&#39;t stop and this week was an absolute blast. Watch Paul and Laura bring you the news and please chime in with your comments on these stories and more: Xbox points for dollars&amp;nbsp; [04:57] Microsoft tramp stamp!&amp;nbsp; [11:24] Star Trek and Microsoft&amp;nbsp; [17:07] </itunes:summary>
      <itunes:duration>1078</itunes:duration>
      <link>http://channel9.msdn.com/Shows/PingShow/Ping-178-Facebook--Microsoft-make-it-official-Xbox-points-Microsoft-Tattoos-Star-Trek-lands</link>
      <pubDate>Tue, 21 May 2013 04:17:57 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/PingShow/Ping-178-Facebook--Microsoft-make-it-official-Xbox-points-Microsoft-Tattoos-Star-Trek-lands</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev.mp3" expression="full" duration="1078" fileSize="17264856" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev.mp4" expression="full" duration="1078" fileSize="103047379" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev.webm" expression="full" duration="1078" fileSize="130488740" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev.wma" expression="full" duration="1078" fileSize="8731651" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev.wmv" expression="full" duration="1078" fileSize="147266489" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev_high.mp4" expression="full" duration="1078" fileSize="225876494" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev_mid.mp4" expression="full" duration="1078" fileSize="157838697" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev_Source.wmv" expression="full" duration="1078" fileSize="638572863" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev.ism/manifest" expression="full" duration="1078" fileSize="8398" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/f824/2c69e122-afb7-4f54-bdbc-30835dfff824/Ping178rev.wmv" length="147266489" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/PingShow/Ping-178-Facebook--Microsoft-make-it-official-Xbox-points-Microsoft-Tattoos-Star-Trek-lands/RSS</wfw:commentRss>
      <category>India</category>
      <category>PingShow</category>
      <category>Windows Phone</category>
      <category>Xbox 360</category>
      <category>Star Trek</category>
      <category>Tattoo</category>
    </item>
  <item>
      <title>(Episode 17) Windows 8 Tips: Security and Privacy</title>
      <description><![CDATA[<p>In part 5 of their Windows 8 Tips and Tricks series, <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117949">Kevin Remde</a> and Principal Technical Account Manager <a href="http://channel9.msdn.com/Niners/Lext">Lex Thomas</a>&nbsp; briefly introduce you to some of the new security-centric improvements in Windows 8.</p><ul><li>[<a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy#time=2m04s">2:04</a>] <strong>Demo</strong>: Control Your App Privacy </li><li>[<a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy#time=6m12s">6:12</a>] <strong>Demo</strong>: SmartScreen </li><li>[<a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy#time=11m33s">11:33</a>] <strong>Demo</strong>: Automatic Updates </li><li>[<a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy#time=17m31s">17:31</a>] <strong>Demo</strong>: Turn on BitLocker </li></ul><p><strong><br><a href="http://aka.ms/VirtualSummit" target="_blank"><img title="DPE_W8_300x250_0323" src="http://files.channel9.msdn.com/thumbnail/1dec5b2a-7a08-4220-a073-27636e225f57.jpg" alt="DPE_W8_300x250_0323" width="174" height="145" align="right" border="0"></a></strong>There’s never been a better time to build for Windows!&nbsp; <a href="http://aka.ms/MyGreatIdea" target="_blank"><strong>Join the App Builder Program</strong></a> and learn about the Windows ecosystem opportunity, design and monetization tips and partner development frameworks. <br><br><strong>Resources:</strong></p><ul><li><strong><a href="http://aka.ms/Windows8EnterpriseEval" target="_blank">Download the Windows 8 Enterprise Evaluation</a></strong> </li><li><a href="http://www.microsoft.com/en-us/windows/enterprise/products-and-technologies/windows-8/default.aspx">Windows 8 Enterprise</a> </li><li><a href="http://www.microsoft.com/licensing/Windows8">Windows 8 Licensing</a> </li><li><a href="http://windowsteamblog.com/windows/b/springboard/">The Springboard Series Blog</a> </li><li><a href="http://technet.microsoft.com/windows/hh771457.aspx?ocid=wc-mscom-ent">Windows 8 Resources for IT Pros on Springboard</a> </li><li><a href="http://aka.ms/MyGreatIdea" target="_blank">Resources for Developers to Build Windows 8 Apps</a> </li><li><a href="http://partner.microsoft.com/windows8">Windows 8 resources for partners on Microsoft Partner Network</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:497a79d92823423e96cfa1c10000de58">]]></description>
      <comments>http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy</comments>
      <itunes:summary>In part 5 of their Windows 8 Tips and Tricks series, Kevin Remde and Principal Technical Account Manager Lex Thomas&amp;nbsp; briefly introduce you to some of the new security-centric improvements in Windows 8. [2:04] Demo: Control Your App Privacy [6:12] Demo: SmartScreen [11:33] Demo: Automatic Updates [17:31] Demo: Turn on BitLocker There’s never been a better time to build for Windows!&amp;nbsp; Join the App Builder Program and learn about the Windows ecosystem opportunity, design and monetization tips and partner development frameworks. Resources: Download the Windows 8 Enterprise Evaluation Windows 8 Enterprise Windows 8 Licensing The Springboard Series Blog Windows 8 Resources for IT Pros on Springboard Resources for Developers to Build Windows 8 Apps Windows 8 resources for partners on Microsoft Partner Network </itunes:summary>
      <itunes:duration>1413</itunes:duration>
      <link>http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy</link>
      <pubDate>Mon, 20 May 2013 21:00:08 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_512.jpg" height="287" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_960.jpg" height="538" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity.mp3" expression="full" duration="1413" fileSize="22613550" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity.mp4" expression="full" duration="1413" fileSize="144529808" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity.webm" expression="full" duration="1413" fileSize="54309054" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity.wma" expression="full" duration="1413" fileSize="11435251" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_high.mp4" expression="full" duration="1413" fileSize="305775231" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_mid.mp4" expression="full" duration="1413" fileSize="218546294" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_Source.wmv" expression="full" duration="1413" fileSize="303310183" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/bad6/7c91c570-a4c0-4bfc-8ee2-59008be9bad6/Win8TipsSecurity_Source.wmv" length="303310183" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ChrisCaldwell, Kevin Remde, Lex Thomas</dc:creator>
      <itunes:author>ChrisCaldwell, Kevin Remde, Lex Thomas</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-17-Windows-8-Tips-Security-and-Privacy/RSS</wfw:commentRss>
      <category>Security</category>
      <category>Tips</category>
      <category>Tips tricks</category>
      <category>Windows 8</category>
      <category>WindowsContent</category>
    </item>
  <item>
      <title>Best Things to See, Do and Eat in New Orleans </title>
      <description><![CDATA[<p>While you're in New Orleans for TechEd North America 2013, take advantage of the opportunity to experience the one-of-a-kind, historic Crescent City. The New Orleans Convention &amp; Visitors Bureau has created a site exclusively for TechEd attendees—a great place to start at <a href="http://www.neworleanscvb.com/teched">www.neworleanscvb.com/teched</a>, where you'll find everything you need to know about the city, what to do and see, dining, hotel information, and transportation. Plus, download the MeNetwork App, and get discount coupons for more than 50 different attractions, tours and restaurants. International attendees will find helpful hints to make your stay easier as well.</p><p>Since we can't resist giving our advice, here are some essential New Orleans highlights you won't want to miss:</p><p><strong>Must-eat foods and where to get them: </strong></p><p>It's all about the food, right? &nbsp;First of all, you have to have a Po-Boy, but it may be hard to choose between the shrimp, oyster, or endless other varieties. Why not try a half-and-half? For history on the iconic Po-Boy sandwich and a list of local sources: <a href="http://www.neworleansonline.com/neworleans/cuisine/traditionalfoods/poboys.html">http://www.neworleansonline.com/neworleans/cuisine/traditionalfoods/poboys.html</a> &nbsp;(We also hear Crabby Jack's is good: <a href="http://crabbyjacksnola.com/">http://crabbyjacksnola.com/</a>)</p><p>Beyond the Po-Boy, try these favorites:</p><ul><li>Cajun food, live music and dancing at Mulate's (right by the convention center): <a href="http://www.mulates.com/">http://www.mulates.com/</a> </li><li>Muffuletta sandwiches at Napoleon House (come on... get a whole one!) <a href="http://napoleonhouse.com/">http://napoleonhouse.com/</a> </li><li>Oysters from Pascal's Manale: <a href="http://www.neworleansrestaurants.com/pascalsmanale/">http://www.neworleansrestaurants.com/pascalsmanale/</a> </li><li>Crab au Gratin and maybe a little Bread Pudding at Bon Ton Café: <a href="http://www.thebontoncafe.com/">http://www.thebontoncafe.com/</a> </li><li>Beignets and café au lait at Café du Monde: <a href="http://cafedumonde.com/">http://cafedumonde.com/</a> </li><li>BBQ Shrimp or a Crawfish Boil – from anywhere and everywhere! </li></ul><p><strong>Nightlife and music: </strong></p><p>You've heard of Pat O'Brien's and the House of Blues (where we hope you'll join the TechEd Jam Session on Tuesday night). But, maybe you're looking for an after-hours hangout with live music, fried pickles, and... bowling? Mid City Lanes Rock 'n' Bowl is a local institution: <a href="http://www.rocknbowl.com/">http://www.rocknbowl.com/</a></p><p>If bowling is not your thing, try:</p><ul><li>Live local Jazz (no food and standing room only, but a mandatory stop in the French Quarter) at Preservation Hall: <a href="http://preservationhall.com">http://preservationhall.com</a> &nbsp; </li><li>Jazz and dinner at Snug Harbor Jazz Bistro (highly recommended): <a href="http://snugjazz.com/site/">http://snugjazz.com/site/</a> </li><li>Check http://www.neworleanscvb.com/nola-micro/nightlife/ for more hot spots around town </li></ul><p><strong>Culture and Activities:</strong></p><p>If you're planning to extend your stay in NOLA, you'll find plenty to do. The Crescent City is teaming with museums, historical sites, activities, and tours. There are far too many to list, so check out <a href="http://www.neworleanscvb.com/teched">www.neworleanscvb.com/teched</a> for details and special offers for TechEd attendees!</p><p>Some of the most popular:</p><ul><li>Head outdoors for golfing, biking, fishing, or a day in the park: <a href="http://www.neworleansonline.com/neworleans/sports/recreation/">http://www.neworleansonline.com/neworleans/sports/recreation/</a> </li><li>Tours covering everything from NOLA's iconic cemeteries, to Garden District architecture, historic landmarks, and more: <a href="http://www.neworleansonline.com/neworleans/tours/">http://www.neworleansonline.com/neworleans/tours/</a> </li><li>Blaine Kern's Mardi Gras World (to see how they make those amazing floats): <a href="http://www.mardigrasworld.com/">http://www.mardigrasworld.com/</a> </li></ul><p>Finally, if you brought your family, New Orleans offers activities galore, including Audubon Aquarium and Audubon Zoo, City Park, and the Louisiana Children's Museum: <a href="http://www.neworleansonline.com/neworleans/family/">http://www.neworleansonline.com/neworleans/family/</a></p><p>Be sure to check <a href="http://www.neworleanscvb.com/teched">www.neworleanscvb.com/teched</a> for more ideas, and download discount coupons!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7c52b8acc9b341628e0aa1c401579d83">]]></description>
      <comments>http://channel9.msdn.com/Blogs/TechEd/Best-Things-to-See-Do-and-Eat-in-New-Orleans</comments>
      <itunes:summary>While you&#39;re in New Orleans for TechEd North America 2013, take advantage of the opportunity to experience the one-of-a-kind, historic Crescent City. The New Orleans Convention &amp;amp; Visitors Bureau has created a site exclusively for TechEd attendees—a great place to start at www.neworleanscvb.com/teched, where you&#39;ll find everything you need to know about the city, what to do and see, dining, hotel information, and transportation. Plus, download the MeNetwork App, and get discount coupons for more than 50 different attractions, tours and restaurants. International attendees will find helpful hints to make your stay easier as well. Since we can&#39;t resist giving our advice, here are some essential New Orleans highlights you won&#39;t want to miss: Must-eat foods and where to get them:  It&#39;s all about the food, right? &amp;nbsp;First of all, you have to have a Po-Boy, but it may be hard to choose between the shrimp, oyster, or endless other varieties. Why not try a half-and-half? For history on the iconic Po-Boy sandwich and a list of local sources: http://www.neworleansonline.com/neworleans/cuisine/traditionalfoods/poboys.html &amp;nbsp;(We also hear Crabby Jack&#39;s is good: http://crabbyjacksnola.com/) Beyond the Po-Boy, try these favorites: Cajun food, live music and dancing at Mulate&#39;s (right by the convention center): http://www.mulates.com/ Muffuletta sandwiches at Napoleon House (come on... get a whole one!) http://napoleonhouse.com/ Oysters from Pascal&#39;s Manale: http://www.neworleansrestaurants.com/pascalsmanale/ Crab au Gratin and maybe a little Bread Pudding at Bon Ton Caf&#233;: http://www.thebontoncafe.com/ Beignets and caf&#233; au lait at Caf&#233; du Monde: http://cafedumonde.com/ BBQ Shrimp or a Crawfish Boil – from anywhere and everywhere! Nightlife and music:  You&#39;ve heard of Pat O&#39;Brien&#39;s and the House of Blues (where we hope you&#39;ll join the TechEd Jam Session on Tuesday night). But, maybe you&#39;re looking for an after-hours hangout with live music, fried pickles, and... bowling? </itunes:summary>
      <link>http://channel9.msdn.com/Blogs/TechEd/Best-Things-to-See-Do-and-Eat-in-New-Orleans</link>
      <pubDate>Mon, 20 May 2013 20:51:54 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/TechEd/Best-Things-to-See-Do-and-Eat-in-New-Orleans</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/b31a9195-8669-4059-9581-a7b567eff17b.png" height="165" width="220"></media:thumbnail>      
      <dc:creator>D. Begley</dc:creator>
      <itunes:author>D. Begley</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/TechEd/Best-Things-to-See-Do-and-Eat-in-New-Orleans/RSS</wfw:commentRss>
      <category>Tech.Ed</category>
    </item>
  <item>
      <title>Reimagine SharePoint Development: A better way to customize SharePoint </title>
      <description><![CDATA[<p>Join Senior Product Marketing Manager, Keenan Newton, and special guest Partner Director of Apps Program Management, Robert Lefferts, as we kick off our new site centered around migrating SharePoint solutions to apps. We will discuss the history of SharePoint customizations and where the SharePoint development platform is going. We will also highlight the benefits of the cloud app model and answer any questions that you may have.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a1f2ee72f2d8487992ada1c401204ccb">]]></description>
      <comments>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Reimagine-SharePoint-Development-A-better-way-to-customize-SharePoint</comments>
      <itunes:summary>Join Senior Product Marketing Manager, Keenan Newton, and special guest Partner Director of Apps Program Management, Robert Lefferts, as we kick off our new site centered around migrating SharePoint solutions to apps. We will discuss the history of SharePoint customizations and where the SharePoint development platform is going. We will also highlight the benefits of the cloud app model and answer any questions that you may have. </itunes:summary>
      <itunes:duration>2877</itunes:duration>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Reimagine-SharePoint-Development-A-better-way-to-customize-SharePoint</link>
      <pubDate>Mon, 20 May 2013 20:25:20 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Reimagine-SharePoint-Development-A-better-way-to-customize-SharePoint</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive.mp3" expression="full" duration="2877" fileSize="46047013" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive.mp4" expression="full" duration="2877" fileSize="276506270" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive.webm" expression="full" duration="2877" fileSize="202852306" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive.wma" expression="full" duration="2877" fileSize="23277019" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive.wmv" expression="full" duration="2877" fileSize="200117075" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive_high.mp4" expression="full" duration="2877" fileSize="605770865" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive_mid.mp4" expression="full" duration="2877" fileSize="422783811" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive_Source.wmv" expression="full" duration="2877" fileSize="538608534" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive.ism/manifest" expression="full" duration="2877" fileSize="6256" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/cde3/d08f7c0b-f973-4a8d-a113-302d6ca9cde3/ReimagineSharepointDevelopmentLive.wmv" length="200117075" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Keenan Newton</dc:creator>
      <itunes:author>Keenan Newton</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Reimagine-SharePoint-Development-A-better-way-to-customize-SharePoint/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Migrating a SharePoint Event Receiver to a Remote Event Receiver</title>
      <description><![CDATA[<p>Being able to create custom functionality when events occur in SharePoint is a powerful feature.&nbsp; In this video, you will learn how to migrate an event receiver to the new remote event receiver architecture that was introduced in SharePoint 2013 and Office365</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d9f9856c72fd4c3298e1a1c20043eb5f">]]></description>
      <comments>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Event-Receiver-to-a-Remote-Event-Receiver</comments>
      <itunes:summary>Being able to create custom functionality when events occur in SharePoint is a powerful feature.&amp;nbsp; In this video, you will learn how to migrate an event receiver to the new remote event receiver architecture that was introduced in SharePoint 2013 and Office365 </itunes:summary>
      <itunes:duration>744</itunes:duration>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Event-Receiver-to-a-Remote-Event-Receiver</link>
      <pubDate>Mon, 20 May 2013 19:56:29 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Event-Receiver-to-a-Remote-Event-Receiver</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013.mp3" expression="full" duration="744" fileSize="11915522" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013.mp4" expression="full" duration="744" fileSize="77402135" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013.webm" expression="full" duration="744" fileSize="26622152" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013.wma" expression="full" duration="744" fileSize="6028051" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013.wmv" expression="full" duration="744" fileSize="31222517" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013_high.mp4" expression="full" duration="744" fileSize="165948913" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013_mid.mp4" expression="full" duration="744" fileSize="117248246" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013_Source.wmv" expression="full" duration="744" fileSize="148073227" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013.ism/manifest" expression="full" duration="744" fileSize="8654" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/9f97/08dddad8-9312-4ef3-9d8f-e77c34d49f97/MigratingEventReceiver2013.wmv" length="31222517" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Issam Rashid, Keenan Newton</dc:creator>
      <itunes:author>Issam Rashid, Keenan Newton</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Event-Receiver-to-a-Remote-Event-Receiver/RSS</wfw:commentRss>
      <category>Office 365</category>
    </item>
  <item>
      <title>Understanding the differences between Server-Side Object Model and the Client-Side Object Model</title>
      <description><![CDATA[<p>The SharePoint Server Object Model (SSOM) has been the popular API set to writing SharePoint solutions for some time now.&nbsp; With SharePoint 2013, the Client Object Model (CSOM) which was introduced in SharePoint 2010 has become a viable option for supporting many of the SSOM scenarios. In this video, you will discover the similarities and differences between the SharePoint Server Object model versus the Client Object Model.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:83bda1294d1741bda7daa1c200430c15">]]></description>
      <comments>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Understanding-the-differences-between-Server-Side-Object-Model-and-the-Client-Side-Object-Model</comments>
      <itunes:summary>The SharePoint Server Object Model (SSOM) has been the popular API set to writing SharePoint solutions for some time now.&amp;nbsp; With SharePoint 2013, the Client Object Model (CSOM) which was introduced in SharePoint 2010 has become a viable option for supporting many of the SSOM scenarios. In this video, you will discover the similarities and differences between the SharePoint Server Object model versus the Client Object Model. </itunes:summary>
      <itunes:duration>1000</itunes:duration>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Understanding-the-differences-between-Server-Side-Object-Model-and-the-Client-Side-Object-Model</link>
      <pubDate>Mon, 20 May 2013 19:31:54 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Understanding-the-differences-between-Server-Side-Object-Model-and-the-Client-Side-Object-Model</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013.mp3" expression="full" duration="1000" fileSize="16016683" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013.mp4" expression="full" duration="1000" fileSize="101526061" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013.webm" expression="full" duration="1000" fileSize="39608607" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013.wma" expression="full" duration="1000" fileSize="8100811" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013.wmv" expression="full" duration="1000" fileSize="45363269" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013_high.mp4" expression="full" duration="1000" fileSize="221730894" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013_mid.mp4" expression="full" duration="1000" fileSize="154980776" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013_Source.wmv" expression="full" duration="1000" fileSize="261215020" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013.ism/manifest" expression="full" duration="1000" fileSize="8894" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/95e5/243e061e-d2a0-4ba8-9c78-4d51c46f95e5/UnderstandDiffServerSideAndClientSide2013.wmv" length="45363269" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Issam Rashid, Keenan Newton</dc:creator>
      <itunes:author>Issam Rashid, Keenan Newton</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Understanding-the-differences-between-Server-Side-Object-Model-and-the-Client-Side-Object-Model/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Migrating a SharePoint Web Part to an app for SharePoint app part </title>
      <description><![CDATA[<p>Web Parts are the staple user interface component of SharePoint. The recently introduced cloud app model now introduces new ways for creating robust user experiences in SharePoint. One of these user experience types is called an app part which has many similarities to Web Parts and is a natural migration from legacy Web Parts. Learn about how you can migrate your existing SharePoint Web Parts to the app parts with the cloud app model.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2a87c2f59b9c4bb2bddea1c20040baed">]]></description>
      <comments>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Web-Part-to-an-app-for-SharePoint-app-part</comments>
      <itunes:summary>Web Parts are the staple user interface component of SharePoint. The recently introduced cloud app model now introduces new ways for creating robust user experiences in SharePoint. One of these user experience types is called an app part which has many similarities to Web Parts and is a natural migration from legacy Web Parts. Learn about how you can migrate your existing SharePoint Web Parts to the app parts with the cloud app model. </itunes:summary>
      <itunes:duration>762</itunes:duration>
      <link>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Web-Part-to-an-app-for-SharePoint-app-part</link>
      <pubDate>Mon, 20 May 2013 19:31:12 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Web-Part-to-an-app-for-SharePoint-app-part</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013.mp3" expression="full" duration="762" fileSize="12207792" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013.mp4" expression="full" duration="762" fileSize="73695840" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013.webm" expression="full" duration="762" fileSize="40657207" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013.wma" expression="full" duration="762" fileSize="6175247" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013.wmv" expression="full" duration="762" fileSize="42535193" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013_high.mp4" expression="full" duration="762" fileSize="160609101" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013_mid.mp4" expression="full" duration="762" fileSize="112431274" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013_Source.wmv" expression="full" duration="762" fileSize="568410243" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013.ism/manifest" expression="full" duration="762" fileSize="8558" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/c38e/e00b2a2b-ae98-4dc3-a5f7-a2dd4066c38e/WebPartToAppPart2013.wmv" length="42535193" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Issam Rashid, Keenan Newton</dc:creator>
      <itunes:author>Issam Rashid, Keenan Newton</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Reimagine-SharePoint-Development/Migrating-a-SharePoint-Web-Part-to-an-app-for-SharePoint-app-part/RSS</wfw:commentRss>
    </item>
  <item>
      <title>Microsoft DevRadio: Spring Azure Update Review - IaaS, Web Sites, Licensing and more! </title>
      <description><![CDATA[<p><a href="http://aka.ms/SilverLining"><img title="static_120x90" src="http://files.channel9.msdn.com/thumbnail/ee52409d-ceb8-4fd4-a10b-7adce8eaff75.gif" alt="static_120x90" width="120" height="90" align="right" border="0"></a>Like what you heard? <strong>Try </strong><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200154482">Windows Azure</a><strong> for FREE</strong> and enjoy the freedom to use your preferred OS, language, database or tool. Windows Azure can help you <a href="http://www.windowsazure.com/en-us/home/scenarios/web-sites/">deploy sites</a> to a highly scalable environment, deploy and run <a href="http://www.windowsazure.com/en-us/home/scenarios/virtual-machines/">virtual machines</a>, and create highly scalable <a href="http://www.windowsazure.com/en-us/home/scenarios/cloud-services/">application</a> in a rich PaaS environment. Give it a try!</p><p>_________________</p><p><strong>Abstract: </strong><br><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117402">Brian Hitney</a> and <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117942" target="_blank">Peter Laudati</a> review and demo some of the latest updates and features made to <a href="http://aka.ms/SilverLining" target="_blank">Windows Azure</a> such as the general availability of Windows Azure Infrastructure as a Service, Azure Web Sites, the Azure SDK 2.0 for .NET and the <a href="http://www.windowsazure.com/en-us/pricing/details/virtual-machines/" target="_blank">new licensing and pricing model.</a></p><p><strong>&nbsp;</strong><strong>After watching this video, follow these next steps: </strong></p><p><strong>Step #1 –</strong> <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200154482">Try Windows Azure: No cost. No obligation. 90-Day FREE trial.</a> <br><strong>Step #2 –</strong> <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200113720">Download the Tools for Windows 8 App Development</a> <br><strong>Step #3 –</strong> <a href="http://aka.ms/MyGreatIdea">Start building your own Apps for Windows 8</a></p><p><strong><a href="http://channel9.msdn.com/Blogs/DevRadio/feed/mp3"><img src="http://blogs.msdn.com/resized-image.ashx/__size/28x0/__key/communityserver-components-userfiles/00-00-33-52-95-Attached&#43;Files/1512.itunes.png" alt="" width="15" height="15"></a> Subscribe to our podcast via <a href="http://itunes.apple.com/us/podcast/devradio-mp4-channel-9/id544163838">iTunes</a>, Windows Phone Podcast Marketplace or <a href="http://channel9.msdn.com/Blogs/DevRadio/feed/mp4">RSS</a></strong></p><p><strong>If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:</strong></p><p><strong>Blogs &amp; Articles </strong></p><ul><li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117402">Brian Hitney’s blog</a> </li><li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117942">Peter Laudati’s blog</a> </li><li><a href="http://weblogs.asp.net/scottgu/archive/2013/04/16/windows-azure-general-availability-of-infrastructure-as-a-service-iaas.aspx" target="_blank">Windows Azure: General Availability of Infrastructure as a Service (IaaS)</a> </li><li><a href="http://weblogs.asp.net/scottgu/archive/2013/04/26/windows-azure-improvements-to-virtual-networks-virtual-machines-cloud-services-and-a-new-ruby-sdk.aspx" target="_blank">Windows Azure: Improvements to Virtual Networks, Virtual Machines, Cloud Services and a new Ruby SDK</a> </li><li><a href="http://weblogs.asp.net/scottgu/archive/2013/04/30/announcing-the-release-of-windows-azure-sdk-2-0-for-net.aspx" target="_blank">Announcing the release of Windows Azure SDK 2.0 for .NET</a> </li></ul><p><strong>Videos:</strong></p><ul><li><a href="http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-How-to-Get-Started-with-Windows-Azure">Microsoft DevRadio: How to Get Started with Windows Azure</a> </li><li><a href="http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-What-is-Windows-Azure-Web-Sites">Microsoft DevRadio: (Part 1) What is Windows Azure Web Sites?</a> </li><li><a href="http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-Practical-Azure-with-Jim-ONeil--Azure-Basics">Microsoft DevRadio: (Part 2) Windows Azure Web Sites Explained</a> </li><li><a href="http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-How-to-Integrate-TFS-Projects-with-Windows-Azure-Web-Sites">Microsoft DevRadio: How to Integrate TFS Projects with Windows Azure Web Sites</a> </li></ul><p><strong>Virtual Labs:</strong></p><ul><li><a href="http://msdn.microsoft.com/en-us/dd540819.aspx">MSDN Virtual Labs: Windows Azure</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d349a3b70cab466483faa1c000d4f35a">]]></description>
      <comments>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Spring-Azure-Update-Review-IaaS-Web-Sites-Licensing-and-more</comments>
      <itunes:summary>Like what you heard? Try Windows Azure for FREE and enjoy the freedom to use your preferred OS, language, database or tool. Windows Azure can help you deploy sites to a highly scalable environment, deploy and run virtual machines, and create highly scalable application in a rich PaaS environment. Give it a try! _________________ Abstract: Brian Hitney and Peter Laudati review and demo some of the latest updates and features made to Windows Azure such as the general availability of Windows Azure Infrastructure as a Service, Azure Web Sites, the Azure SDK 2.0 for .NET and the new licensing and pricing model. &amp;nbsp;After watching this video, follow these next steps:  Step #1 – Try Windows Azure: No cost. No obligation. 90-Day FREE trial. Step #2 – Download the Tools for Windows 8 App Development Step #3 – Start building your own Apps for Windows 8  Subscribe to our podcast via iTunes, Windows Phone Podcast Marketplace or RSS If you&#39;re interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information: Blogs &amp;amp; Articles  Brian Hitney’s blog Peter Laudati’s blog Windows Azure: General Availability of Infrastructure as a Service (IaaS) Windows Azure: Improvements to Virtual Networks, Virtual Machines, Cloud Services and a new Ruby SDK Announcing the release of Windows Azure SDK 2.0 for .NET Videos: Microsoft DevRadio: How to Get Started with Windows Azure Microsoft DevRadio: (Part 1) What is Windows Azure Web Sites? Microsoft DevRadio: (Part 2) Windows Azure Web Sites Explained Microsoft DevRadio: How to Integrate TFS Projects with Windows Azure Web Sites Virtual Labs: MSDN Virtual Labs: Windows Azure </itunes:summary>
      <itunes:duration>1476</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Spring-Azure-Update-Review-IaaS-Web-Sites-Licensing-and-more</link>
      <pubDate>Mon, 20 May 2013 17:00:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Spring-Azure-Update-Review-IaaS-Web-Sites-Licensing-and-more</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_512.jpg" height="287" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_960.jpg" height="538" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews.mp3" expression="full" duration="1476" fileSize="23624665" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews.mp4" expression="full" duration="1476" fileSize="142399966" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews.webm" expression="full" duration="1476" fileSize="155094153" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews.wma" expression="full" duration="1476" fileSize="11945931" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_high.mp4" expression="full" duration="1476" fileSize="310482048" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_mid.mp4" expression="full" duration="1476" fileSize="216298024" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_Source.wmv" expression="full" duration="1476" fileSize="582142561" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/a0e0/1ba64827-612c-4432-8a26-907427d3a0e0/DevRadioSpringAzureUpdateReviews_Source.wmv" length="582142561" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian, Peter Laudati, DevRadio, ChrisCaldwell</dc:creator>
      <itunes:author>Brian, Peter Laudati, DevRadio, ChrisCaldwell</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Spring-Azure-Update-Review-IaaS-Web-Sites-Licensing-and-more/RSS</wfw:commentRss>
      <category>Windows Azure</category>
      <category>Windows Azure Platform</category>
    </item>
  <item>
      <title>TechNet Radio: Taste of Premier - Multi-Forest Directory Consolidation with Office 365-D/ITAR</title>
      <description><![CDATA[<p><a href="http://channel9.msdn.com/Niners/Lext" target="_blank">Lex Thomas</a> welcomes Rabih Andari and George Bryan from the Microsoft Consulting Services team as they discuss a tool they developed that helps migrate large organizations to Office 365. Tune in as they share with us an interesting case study on how this tool helped automate the process in which they consolidated a very complex multi-forest, multi-domain environment without any interruption of service while saving the company millions of dollars.</p><ul><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR#time=3m56s">3:56</a>] What was the situation? How did Microsoft Consulting Services help? </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR#time=8m22s">8:22</a>] What was the customer experience like? </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR#time=12m15s">12:15</a>] How is this migration tool different from other tools / services in the market? </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR#time=17m50s">17:50</a>] How does the migration process actually work? </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR#time=20m05s">20:05</a>] How does this all work from a technical standpoint? </li><li>[<a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR#time=36m20s">36:20</a>] How can customers interested in this service contact you? </li></ul><p><strong><br><a href="mailto:topp@microsoft.com" target="_blank">Click here</a></strong><strong> to send your comments or questions to the “Taste of Premier” Podcast show!</strong></p><p>__________________________</p><p><strong>Experience Microsoft's latest products with these FREE downloads! <br><br></strong><a href="http://lab.earlyexperts.net/"><strong><img src="http://blogs.technet.com/resized-image.ashx/__size/16x16/__key/communityserver-components-userfiles/00-00-24-10-58-Attached&#43;Files/1376.download.png" alt=" " width="17" height="16"></strong></a><strong>Build Your Lab!</strong> Download&nbsp; <a href="http://aka.ms/TryWindowServer2012"><strong>Windows Server 2012</strong></a>,&nbsp; <a href="http://aka.ms/PrivateCloudTrial"><strong>System Center 2012 SP1</strong></a> and&nbsp; <a href="http://aka.ms/TryHyper-V"><strong>Hyper-V Server 2012</strong></a> and get the best virtualization platform and private cloud management solution on the market. <strong>Try it FREE now!</strong></p><p><a href="http://aka.ms/lgws2012onazvm"><strong><img src="http://blogs.technet.com/resized-image.ashx/__size/16x16/__key/communityserver-components-userfiles/00-00-24-10-58-Attached&#43;Files/2047.cloud.png" alt=" " border="0"></strong></a> <strong>Don’t Have a Lab?</strong> Build Your Lab in the Cloud with <a href="http://aka.ms/SilverLining"><strong>Windows Azure Virtual Machines</strong></a>. Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. <a href="http://aka.ms/SilverLining"><strong>FREE Download</strong></a></p><p>__________________________</p><p><strong><strong>If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:</strong> </strong></p><p><strong>Websites &amp; Blogs:</strong></p><ul><li><a href="http://www.microsoft.com/microsoftservices/en/us/home.aspx" target="_blank">Microsoft Services Premier Support</a> </li></ul><p><strong>Videos: </strong></p><ul><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier--How-to-Enable-Hyper-V-on-Windows-8-Release-Preview" target="_blank">TechNet Radio: Taste of Premier – How to Enable Hyper-V on Windows 8 </a></li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-How-Windows-To-Go-for-Windows-8-can-Work-for-You" target="_blank">TechNet Radio: Taste of Premier - How Windows To Go for Windows 8 can Work for You</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Premier-Support-for-Developers--Surface-Surface-Surface" target="_blank">TechNet Radio: Taste of Premier - Premier Support for Developers &amp; “Surface! Surface! Surface!”</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Whats-New-in-Windows-Phone-8" target="_blank">TechNet Radio: Taste of Premier - What’s New in Windows Phone 8</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Whats-New-in-Office-2013" target="_blank">TechNet Radio: Taste of Premier - What’s New in Office 2013</a> </li><li><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/TechNet-Radio-Taste-of-Premier-Cyber-Security-and-How-to-Protect-Your-Assets" target="_blank">TechNet Radio: Taste of Premier - Cyber Security and How to Protect Your Assets</a> </li><li><a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-12-Windows-8-Tips-Getting-Started" target="_blank">Windows 8 Tips: Getting Started</a> </li><li><a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-13-Windows-8-Tips-Mastering-the-Interface" target="_blank">Windows 8 Tips: Mastering the Interface</a> </li><li><a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-14-Windows-8-Tips-Productivity" target="_blank">Windows 8 Tips: Productivity</a> </li><li><a href="http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-16-Windows-8-Tips-New-Options-and-Features" target="_blank">Windows 8 Tips: New Options and Features</a> </li></ul><p><a href="http://twitter.com/technetradio"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3806.Twitter.png" alt=" " width="15" height="15" border="0"></a> <a href="http://twitter.com/technetradio">Follow @technetradio</a><br><a href="http://www.facebook.com/MicrosoftTechNetRadio"><img src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-60-29-devsdevsdevs/3487.Facebook.png" alt=" " width="15" height="15" border="0"></a> <a href="http://www.facebook.com/MicrosoftTechNetRadio"><u>Become a Fan @ facebook.com/MicrosoftTechNetRadio</u></a><br><a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4"><img src="http://blogs.msdn.com/resized-image.ashx/__size/28x0/__key/communityserver-components-userfiles/00-00-33-52-95-Attached&#43;Files/1512.itunes.png" alt="" width="15" height="15"></a> Subscribe to our podcast via <a href="http://itunes.apple.com/us/podcast/technet-radio-mp4-channel-9/id546970030">iTunes</a>, <a href="http://stitcher.com/s?fid=26282">Stitcher</a>, or <a href="http://channel9.msdn.com/Shows/TechNet&#43;Radio/feed/mp4">RSS</a></p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b2629ec2376c41be9c06a1c00150293d">]]></description>
      <comments>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR</comments>
      <itunes:summary>Lex Thomas welcomes Rabih Andari and George Bryan from the Microsoft Consulting Services team as they discuss a tool they developed that helps migrate large organizations to Office 365. Tune in as they share with us an interesting case study on how this tool helped automate the process in which they consolidated a very complex multi-forest, multi-domain environment without any interruption of service while saving the company millions of dollars. [3:56] What was the situation? How did Microsoft Consulting Services help? [8:22] What was the customer experience like? [12:15] How is this migration tool different from other tools / services in the market? [17:50] How does the migration process actually work? [20:05] How does this all work from a technical standpoint? [36:20] How can customers interested in this service contact you? Click here to send your comments or questions to the “Taste of Premier” Podcast show! __________________________ Experience Microsoft&#39;s latest products with these FREE downloads! Build Your Lab! Download&amp;nbsp; Windows Server 2012,&amp;nbsp; System Center 2012 SP1 and&amp;nbsp; Hyper-V Server 2012 and get the best virtualization platform and private cloud management solution on the market. Try it FREE now!  Don’t Have a Lab? Build Your Lab in the Cloud with Windows Azure Virtual Machines. Try Windows Azure for free with no cost or obligations, and use any OS, language, database or tool. FREE Download __________________________ If you&#39;re interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:  Websites &amp;amp; Blogs: Microsoft Services Premier Support Videos:  TechNet Radio: Taste of Premier – How to Enable Hyper-V on Windows 8 TechNet Radio: Taste of Premier - How Windows To Go for Windows 8 can Work for You TechNet Radio: Taste of Premier - Premier Support for Developers &amp;amp; “Surface! Surface! Surface!” TechNet Radio: Taste of Premier - What’s New in Windows</itunes:summary>
      <itunes:duration>2287</itunes:duration>
      <link>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR</link>
      <pubDate>Mon, 20 May 2013 15:00:41 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_512.jpg" height="287" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_960.jpg" height="538" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365.mp3" expression="full" duration="2287" fileSize="36607325" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365.mp4" expression="full" duration="2287" fileSize="220035891" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365.webm" expression="full" duration="2287" fileSize="168965766" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365.wma" expression="full" duration="2287" fileSize="18509671" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_high.mp4" expression="full" duration="2287" fileSize="481305927" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_mid.mp4" expression="full" duration="2287" fileSize="336767315" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_Source.wmv" expression="full" duration="2287" fileSize="995755427" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/842e/057f403e-5e3b-4e73-913c-bfb4954e842e/TNRTOPPOffice365_Source.wmv" length="995755427" type="video/x-ms-wmv"></enclosure>
      <dc:creator>ChrisCaldwell, TechNet Radio, Lex Thomas</dc:creator>
      <itunes:author>ChrisCaldwell, TechNet Radio, Lex Thomas</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/TechNet+Radio/TechNet-Radio-Taste-of-Premier-Multi-Forest-Directory-Consolidation-with-Office-365-DITAR/RSS</wfw:commentRss>
      <category>Active Directory</category>
      <category>ActiveDirectory</category>
      <category>Office 365</category>
    </item>
  <item>
      <title>Defrag Tools: #41 - WPT - Command Line</title>
      <description><![CDATA[<p>In this episode of <strong>Defrag Tools</strong>, Andrew Richards, Chad Beeder and Larry Larsen continue walking you through the Windows Performance Toolkit (WPT).</p><p><strong>Resources:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-23-Windows-8-SDK">Defrag Tools: #23 - Windows 8 SDK</a><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-29-WinDbg-ETW-Logging">Defrag Tools: #29 - WinDbg - ETW Logging</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc709422.aspx">Windows Performance Analysis Developer Center</a><br><a href="http://msdn.microsoft.com/en-us/performance/cc825801.aspx">Windows Performance Toolkit</a><br><a href="http://channel9.msdn.com/Events/Speakers/Michael-Milirud">Channel 9 Videos</a><br><a href="http://blogs.msdn.com/b/ntdebugging/archive/2008/04/03/windows-performance-toolkit-xperf.aspx">NTDebugging Blog Article</a><br><a href="http://blogs.technet.com/b/askpfeplat/archive/2013/03/22/troubleshooting-windows-performance-issues-using-the-windows-performance-recorder.aspx">PFE Blog Series</a></p><p><strong>Timeline:</strong><br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=00m00s">[00:00]</a> - UI vs. Command Line<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=02m15s">[02:15]</a> - wpr.exe -profiles<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=02m48s">[02:48]</a> - wpr.exe -profiledetails &lt;profile&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=05m30s">[05:30]</a> - wpr.exe -start &lt;profile&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=06m06s">[06:06]</a> - wpr.exe -stop result.etl<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=09m25s">[09:25]</a> - xperf.exe -help<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=09m30s">[09:30]</a> - xperf.exe -providers kg<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=12m18s">[12:18]</a> - xperf.exe -providers kf<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=16m47s">[16:47]</a> - xperf.exe -on &lt;FLAG&#43;FLAG&#43;...&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=18m17s">[18:17]</a> - xperf.exe -stop -d result.etl<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=21m42s">[21:42]</a> - xperf.exe ... -BufferSize &lt;Size in KB&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=25m55s">[25:55]</a> - xperf.exe ... -MinBuffers &lt;Number&gt; -MaxBuffers &lt;Number&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=27m08s">[27:08]</a> - xperf.exe ... -MaxFile &lt;Size in KB&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=27m44s">[27:44]</a> - xperf.exe ... -FileMode Circular<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=30m42s">[30:42]</a> - xperf.exe -merge &lt;in-file1&gt; &lt;in-file2&gt; &lt;out-file&gt;<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=32m28s">[32:28]</a> - Andrew's Scripts on SkyDrive [<a href="http://sdrv.ms/10gEM24">link</a>]<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=33m15s">[33:15]</a> - xperf.exe -help stackwalk<br><a href="http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line#time=35m10s">[35:10]</a> - xperf.exe ... -stackwalk &lt;Stack&#43;Stack&#43;...&gt;</p><p><strong>Examples:</strong><br>wpr.exe -start GeneralProfile<br>pause<br>wpr.exe&nbsp;-stop result.etl</p><p>xperf.exe -on Base -stackwalk Profile -BufferSize 1024 -MinBuffers 256 -MaxBuffes 256 -MaxFile 256 -FileMode Circular<br>pause<br>xperf.exe -stop -d result.etl</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9d5ca00f06c247b096cfa1b90147bcdf">]]></description>
      <comments>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line</comments>
      <itunes:summary>In this episode of Defrag Tools, Andrew Richards, Chad Beeder and Larry Larsen continue walking you through the Windows Performance Toolkit (WPT). Resources:Defrag Tools: #23 - Windows 8 SDKDefrag Tools: #29 - WinDbg - ETW LoggingWindows Performance Analysis Developer CenterWindows Performance ToolkitChannel 9 VideosNTDebugging Blog ArticlePFE Blog Series Timeline:[00:00] - UI vs. Command Line[02:15] - wpr.exe -profiles[02:48] - wpr.exe -profiledetails &amp;lt;profile&amp;gt;[05:30] - wpr.exe -start &amp;lt;profile&amp;gt;[06:06] - wpr.exe -stop result.etl[09:25] - xperf.exe -help[09:30] - xperf.exe -providers kg[12:18] - xperf.exe -providers kf[16:47] - xperf.exe -on &amp;lt;FLAG&amp;#43;FLAG&amp;#43;...&amp;gt;[18:17] - xperf.exe -stop -d result.etl[21:42] - xperf.exe ... -BufferSize &amp;lt;Size in KB&amp;gt;[25:55] - xperf.exe ... -MinBuffers &amp;lt;Number&amp;gt; -MaxBuffers &amp;lt;Number&amp;gt;[27:08] - xperf.exe ... -MaxFile &amp;lt;Size in KB&amp;gt;[27:44] - xperf.exe ... -FileMode Circular[30:42] - xperf.exe -merge &amp;lt;in-file1&amp;gt; &amp;lt;in-file2&amp;gt; &amp;lt;out-file&amp;gt;[32:28] - Andrew&#39;s Scripts on SkyDrive [link][33:15] - xperf.exe -help stackwalk[35:10] - xperf.exe ... -stackwalk &amp;lt;Stack&amp;#43;Stack&amp;#43;...&amp;gt; Examples:wpr.exe -start GeneralProfilepausewpr.exe&amp;nbsp;-stop result.etl xperf.exe -on Base -stackwalk Profile -BufferSize 1024 -MinBuffers 256 -MaxBuffes 256 -MaxFile 256 -FileMode Circularpausexperf.exe -stop -d result.etl </itunes:summary>
      <itunes:duration>2263</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line</link>
      <pubDate>Mon, 20 May 2013 14:24:52 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.mp3" expression="full" duration="2263" fileSize="36217420" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.mp4" expression="full" duration="2263" fileSize="216604232" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.webm" expression="full" duration="2263" fileSize="119038639" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.wma" expression="full" duration="2263" fileSize="18308403" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.wmv" expression="full" duration="2263" fileSize="118230239" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_high.mp4" expression="full" duration="2263" fileSize="476105801" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_mid.mp4" expression="full" duration="2263" fileSize="332229259" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41_Source.wmv" expression="full" duration="2263" fileSize="463653860" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.ism/manifest" expression="full" duration="2263" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/2411/6c6a8a97-929f-458f-ae17-8749f75f2411/DefragTools41.wmv" length="118230239" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Larry Larsen, Andrew Richards, Chad Beeder</dc:creator>
      <itunes:author>Larry Larsen, Andrew Richards, Chad Beeder</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-41-WPT-Command-Line/RSS</wfw:commentRss>
      <category>Debugging</category>
      <category>Performance</category>
      <category>Troubleshooting</category>
    </item>
  <item>
      <title>Andy and Okra is your Windows 8 App Store MVVM app building supercharger...</title>
      <description><![CDATA[<p>Today's Modern Monday project by Andrew Wilkinson is one of those kinds of projects that makes me love developers.</p><p>Imagine this...</p><blockquote><p>Building Windows 8 MVVM app... Gaa, don't like the available templates, but good enough to start with. hack, hack, hack.</p><p>Building second app. Ahh, templates again... hack, hack, hack...</p><p>Third app. Project templates... Oh this is silly, enough! Creating own darn project templates. And while I'm at it, Item templates too!</p><p>That took a bit, but now, wow, building app's is faster, with much less hacking.</p><p>App four, five, six... This is nice! You know, having gotten so much from the community, it would be cool to gave back. Bet there are others who could use these templates! ...</p></blockquote><h2><a href="http://andyonwpf.blogspot.co.uk/2013/05/windows-store-mvvm-templates-for-visual.html">Windows Store MVVM Templates for Visual Studio</a></h2><blockquote><p>If you have ever tried to create a Windows Store application using the MVVM pattern then you will probably have found that the Visual Studio project and item templates are a bit cumbersome. I often find myself adding a new page to my projects using one of the default templates, only to need to rewrite it to follow the MVVM pattern before I can even start adding application specific logic. What if there was a way to take advantage of the selection of project and page templates provided by Visual Studio, but have them produce fully MVVM compliant code?</p><p>Well today I’d like to announce the release of a free extension for Visual Studio 2012 (including the Express editions for Windows 8) that provides just that. It is based upon the open source <a href="http://okra.codeplex.com/">Okra App Framework</a>, and provides almost all of the Visual Studio Windows Store templates in an MVVM friendly manner.</p><h4>Installing the Extension</h4><p>The “Windows Store MVVM Templates for the Okra App Framework” ...</p><h4>What Templates are Provided?</h4><p>There are two types of template included, project templates and item templates. The project templates are designed to get you started with a new application and provide exactly the same behaviour as the default Visual Studio templates (but written following the MVVM pattern).</p><ul><li>Okra Basic App - A single-page Okra App Framework project with no predefined controls or layout. </li><li>Okra Grid App - A three-page Okra App Framework project that navigates among grouped items arranged in a grid. Dedicated pages display group and item details. </li><li>Okra Split App - A two-page Okra App Framework project that navigates among grouped items. The first page allows group selection while the second displays an item list alongside details for the selected item. </li></ul><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B2%5D-133.png" alt="image" width="500" height="346" border="0"></p><p>...</p><p>Also included are a number of item templates that allow you to add new pages to any existing Okra App Framework based application, whether created using the project templates or not.</p><ul><li>Basic Page (MVVM) </li><li>Split Page (MVVM) </li><li>Items Page (MVVM) </li><li>Item Detail Page (MVVM) </li><li>Grouped Items Page (MVVM) </li><li>Group Detail Page (MVVM) </li><li>Search Contract (MVVM) </li><li>Share Target Contract (MVVM) </li><li>Settings Pane (MVVM) </li></ul><p>...</p><h4>What do the MVVM Pages Look Like?</h4><p>All the page templates (and each of the pages in the project templates) include the following files,</p><p>...</p></blockquote><p>If you're building Modern UI MVVM app's, looks like this should really help speed up your delivery and help you focus on what will make your app great...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:18e08633c74645339bd1a1c20149d595">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Andy-and-Okra-is-your-Windows-8-App-Store-MVVM-app-building-supercharger</comments>
      <itunes:summary>Today&#39;s Modern Monday project by Andrew Wilkinson is one of those kinds of projects that makes me love developers. Imagine this... Building Windows 8 MVVM app... Gaa, don&#39;t like the available templates, but good enough to start with. hack, hack, hack. Building second app. Ahh, templates again... hack, hack, hack... Third app. Project templates... Oh this is silly, enough! Creating own darn project templates. And while I&#39;m at it, Item templates too! That took a bit, but now, wow, building app&#39;s is faster, with much less hacking. App four, five, six... This is nice! You know, having gotten so much from the community, it would be cool to gave back. Bet there are others who could use these templates! ... Windows Store MVVM Templates for Visual StudioIf you have ever tried to create a Windows Store application using the MVVM pattern then you will probably have found that the Visual Studio project and item templates are a bit cumbersome. I often find myself adding a new page to my projects using one of the default templates, only to need to rewrite it to follow the MVVM pattern before I can even start adding application specific logic. What if there was a way to take advantage of the selection of project and page templates provided by Visual Studio, but have them produce fully MVVM compliant code? Well today I’d like to announce the release of a free extension for Visual Studio 2012 (including the Express editions for Windows 8) that provides just that. It is based upon the open source Okra App Framework, and provides almost all of the Visual Studio Windows Store templates in an MVVM friendly manner. Installing the ExtensionThe “Windows Store MVVM Templates for the Okra App Framework” ... What Templates are Provided?There are two types of template included, project templates and item templates. The project templates are designed to get you started with a new application and provide exactly the same behaviour as the default Visual Studio templates (but written following th</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Andy-and-Okra-is-your-Windows-8-App-Store-MVVM-app-building-supercharger</link>
      <pubDate>Mon, 20 May 2013 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Andy-and-Okra-is-your-Windows-8-App-Store-MVVM-app-building-supercharger</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/3d21aad9-0594-4180-9dfc-f0c641cfbd19.png" height="69" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/1a2a2963-9220-4b3e-bc58-feedcaaa0d46.png" height="152" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Andy-and-Okra-is-your-Windows-8-App-Store-MVVM-app-building-supercharger/RSS</wfw:commentRss>
      <category>C#</category>
      <category>Coding4Fun</category>
      <category>MVVM</category>
      <category>XAML</category>
      <category>Windows Store App</category>
    </item>
  <item>
      <title>Episode 107 - Service Bus updates in Windows Azure SDK 2.0</title>
      <description><![CDATA[<p>In this episode <a href="http://nickharris.net/">Nick Harris</a>&nbsp;and <a href="http://ntotten.com/">Nathan Totten </a>are joined by <a href="http://twitter.com/AbhishekRLal">Abhishek Lal</a> <span>–&nbsp;Senior </span>Program&nbsp;Manager on Windows&nbsp;Azure&nbsp;<span>– who&nbsp;demonstrates what's new&nbsp;for Service Bus in the Windows Azure SDK 2.0 update including OnMessage receiver, Message Browse and SAS.</span></p><p>Links to deck, demo source code and update shown on the show follow:</p><ul><li><a href="http://abhishekrlal.com/?attachment_id=183" target="_blank">Slides </a>presented&nbsp; </li><li><a href="" target="_blank">What's new in Service Bus for SDK 2.0 release</a> </li><li>Code samples: <a href="http://code.msdn.microsoft.com/windowsazure/OnMessage-programing-model-58451157">OnMessage</a>, <a href="http://code.msdn.microsoft.com/windowsazure/Service-Bus-Message-Browse-4e434ffe">Message Browse</a>, <a href="http://code.msdn.microsoft.com/windowsazure/Shared-Access-Signature-0a88adf8">SAS</a> </li></ul><p><a href="https://www.facebook.com/CloudCoverShow"><span>Like Cloud Cover on Facebook!</span></a></p><p><a class="twitter-follow-button" href="https://twitter.com/cloudcovershow">Follow @CloudCoverShow</a><br><a class="twitter-follow-button" href="https://twitter.com/cloudnick">Follow @cloudnick</a> <br><a class="twitter-follow-button" href="https://twitter.com/ntotten">Follow @ntotten</a> <br><a class="twitter-follow-button" href="https://twitter.com/abhishekrlal">Follow @abhishekrlal</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4344d91910d3405eb620a1bf0122d58a">]]></description>
      <comments>http://channel9.msdn.com/Shows/Cloud+Cover/Episode-107-Service-Bus-updates-in-Windows-Azure-SDK-20</comments>
      <itunes:summary>In this episode Nick Harris&amp;nbsp;and Nathan Totten are joined by Abhishek Lal –&amp;nbsp;Senior Program&amp;nbsp;Manager on Windows&amp;nbsp;Azure&amp;nbsp;– who&amp;nbsp;demonstrates what&#39;s new&amp;nbsp;for Service Bus in the Windows Azure SDK 2.0 update including OnMessage receiver, Message Browse and SAS. Links to deck, demo source code and update shown on the show follow: Slides presented&amp;nbsp; What&#39;s new in Service Bus for SDK 2.0 release Code samples: OnMessage, Message Browse, SAS Like Cloud Cover on Facebook! Follow @CloudCoverShowFollow @cloudnick Follow @ntotten Follow @abhishekrlal </itunes:summary>
      <itunes:duration>2497</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Cloud+Cover/Episode-107-Service-Bus-updates-in-Windows-Azure-SDK-20</link>
      <pubDate>Fri, 17 May 2013 22:32:22 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Cloud+Cover/Episode-107-Service-Bus-updates-in-Windows-Azure-SDK-20</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108.mp3" expression="full" duration="2497" fileSize="39960273" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108.mp4" expression="full" duration="2497" fileSize="238355936" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108.webm" expression="full" duration="2497" fileSize="149394575" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108.wma" expression="full" duration="2497" fileSize="20200923" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108.wmv" expression="full" duration="2497" fileSize="150370571" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108_high.mp4" expression="full" duration="2497" fileSize="521734362" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108_mid.mp4" expression="full" duration="2497" fileSize="365998178" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108_Source.wmv" expression="full" duration="2497" fileSize="390912021" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108.ism/manifest" expression="full" duration="2497" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/4879/46858690-ef6f-4796-82b6-a567e99b4879/CloudCover108.wmv" length="150370571" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Nathan Totten, Nick Harris, Abhishek Lal</dc:creator>
      <itunes:author>Nathan Totten, Nick Harris, Abhishek Lal</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Cloud+Cover/Episode-107-Service-Bus-updates-in-Windows-Azure-SDK-20/RSS</wfw:commentRss>
      <category>Cloud Computing</category>
      <category>Service Bus</category>
      <category>Windows Azure</category>
    </item>
  <item>
      <title>TWC9: New Win Dev Center, Charles Petzold, ALM Rangers and more</title>
      <description><![CDATA[<p>This week on Channel 9, Mark and Dan discuss the week's top developer news, including;</p><ul><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=1m07s">[01:07]</a> <a href="http://blogs.msdn.com/b/windowsappdev/archive/2013/05/14/introducing-a-new-windows-dev-center-experience.aspx">Introducing a new Windows Dev Center experience</a>, <a href="http://msdn.microsoft.com/en-us/windows/default.aspx">Windows Dev Center</a> </li><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=2m25s">[02:25]</a> <a href="http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/14/windows-keeps-getting-better.aspx">Windows 8.1 at //build (Windows Keeps Getting Better)</a> (Brandon LeBlanc) </li><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=3m25s">[03:25]</a> Channel 9 Highlight: <a href="http://channel9.msdn.com/posts/MVA-Live-QA-Programming-Windows-with-Charles-Petzold">Programming Windows with Charles Petzold</a> (Charles Petzold, Jaime Rodriguez) </li><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=4m44s">[04:44]</a> <a href="http://channel9.msdn.com/coding4fun/articles/MissionControl-A-Flexible-API-for-Remote-Device-Control">MissionControl - A Flexible API for Remote Device Control</a> (Clint Rutkas, Den Delimarsky) </li><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=6m08s">[06:08]</a> <a href="http://blogs.msdn.com/b/willy-peter_schaub/archive/2013/05/16/visual-studio-alm-ranger-solutions-catalog.aspx">Visual Studio ALM Ranger Solutions Catalog</a> (Willy-P. Schaub) </li><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=7m30s">[07:30]</a> <a href="http://www.clemensreijnen.nl/post/2013/05/12/6-Testing-with-Visual-Studio-2012-Agile-TMap-_-The-QUALITY-A-Z-Roadshow.aspx">Testing with Visual Studio 2012 Agile TMap The QUALITY A-Z Roadshow</a> (Clemens Reijnen) </li><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=8m20s">[08:20]</a> Channel 9 Highlight: <a href="http://channel9.msdn.com/coding4fun/articles/Getting-started-with-Cinder-for-Windows-Store-Apps">Getting started with Cinder for Windows Store Apps</a> (Rick Barraza) </li><li><a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=9m30s">[09:30]</a> <a href="http://primaryobjects.com/CMS/Article152.aspx">Solving Mazes with AI Pathfinding Techniques: A* vs Tremaux</a> (Kory Becker) </li></ul><p><strong>Picks of the Week!</strong></p><ul><li>Mark's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=12m04s">[12:04]</a> <a href="http://visualstudiogallery.msdn.microsoft.com/33b0242d-7158-4d39-9a01-0a08cf7c28bd">Farticus</a> (Sayed Hashimi, Mads Kristensen) </li><li>Dan's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013#time=13m27s">[13:27]</a> <a href="http://www.quora.com/Blue-Screen-of-Death/Who-designed-the-original-Windows-Blue-Screen-of-Death">Blue Screen of Death: Who designed the original Windows Blue Screen of Death?</a> (John Vert) </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:fecc85bdd7aa487fb410a1c1015bf052">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013</comments>
      <itunes:summary>This week on Channel 9, Mark and Dan discuss the week&#39;s top developer news, including; [01:07] Introducing a new Windows Dev Center experience, Windows Dev Center [02:25] Windows 8.1 at //build (Windows Keeps Getting Better) (Brandon LeBlanc) [03:25] Channel 9 Highlight: Programming Windows with Charles Petzold (Charles Petzold, Jaime Rodriguez) [04:44] MissionControl - A Flexible API for Remote Device Control (Clint Rutkas, Den Delimarsky) [06:08] Visual Studio ALM Ranger Solutions Catalog (Willy-P. Schaub) [07:30] Testing with Visual Studio 2012 Agile TMap The QUALITY A-Z Roadshow (Clemens Reijnen) [08:20] Channel 9 Highlight: Getting started with Cinder for Windows Store Apps (Rick Barraza) [09:30] Solving Mazes with AI Pathfinding Techniques: A* vs Tremaux (Kory Becker) Picks of the Week! Mark&#39;s Pick of the Week:[12:04] Farticus (Sayed Hashimi, Mads Kristensen) Dan&#39;s Pick of the Week:[13:27] Blue Screen of Death: Who designed the original Windows Blue Screen of Death? (John Vert) </itunes:summary>
      <itunes:duration>892</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013</link>
      <pubDate>Fri, 17 May 2013 22:01:54 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013.mp3" expression="full" duration="892" fileSize="14281665" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013.mp4" expression="full" duration="892" fileSize="84684810" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013.webm" expression="full" duration="892" fileSize="59844057" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013.wma" expression="full" duration="892" fileSize="7223643" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013.wmv" expression="full" duration="892" fileSize="58175165" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013_high.mp4" expression="full" duration="892" fileSize="186242244" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013_mid.mp4" expression="full" duration="892" fileSize="129970348" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013_Source.wmv" expression="full" duration="892" fileSize="114015756" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013.ism/manifest" expression="full" duration="892" fileSize="6036" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/50e9/428670cd-e541-48ab-9294-0043ef1450e9/TWC905172013.wmv" length="58175165" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Dan Fernandez, Greg Duncan, Mark DeFalco</dc:creator>
      <itunes:author>Dan Fernandez, Greg Duncan, Mark DeFalco</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-17-2013/RSS</wfw:commentRss>
      <category>ALM</category>
      <category>C#</category>
      <category>Visual Studio</category>
      <category>Windows 8</category>
      <category>Visual Studio 2012</category>
    </item>
  <item>
      <title>Episode 7:  Microsoft Workloads &amp; Microsoft Platforms</title>
      <description><![CDATA[<p>In episode 7, Brad discusses Wednesday's <a href="http://blogs.technet.com/b/in_the_cloud/archive/2013/05/15/better-together-microsoft-workloads-amp-platforms.aspx">&quot;Better Together'</a> post in greater detail.&nbsp; He looks at the performance benefits of running Microsoft workloads (Exchange, SharePoint, etc.) on Microsoft platforms (Windows, Windows Server, Hyper-V, System Center, etc.), and how IT teams can combine these tools to maximize the speed, compute, and performance of enterprise workloads.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:28b91e4939bf4769b41ea1c101089bee">]]></description>
      <comments>http://channel9.msdn.com/posts/Episode-7-Microsoft-Workloads--Microsoft-Platforms</comments>
      <itunes:summary>In episode 7, Brad discusses Wednesday&#39;s &amp;quot;Better Together&#39; post in greater detail.&amp;nbsp; He looks at the performance benefits of running Microsoft workloads (Exchange, SharePoint, etc.) on Microsoft platforms (Windows, Windows Server, Hyper-V, System Center, etc.), and how IT teams can combine these tools to maximize the speed, compute, and performance of enterprise workloads. </itunes:summary>
      <itunes:duration>1226</itunes:duration>
      <link>http://channel9.msdn.com/posts/Episode-7-Microsoft-Workloads--Microsoft-Platforms</link>
      <pubDate>Fri, 17 May 2013 18:18:36 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Episode-7-Microsoft-Workloads--Microsoft-Platforms</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms.mp3" expression="full" duration="1226" fileSize="19619428" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms.mp4" expression="full" duration="1226" fileSize="80729253" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms.webm" expression="full" duration="1226" fileSize="27926665" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms.wma" expression="full" duration="1226" fileSize="9921235" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms.wmv" expression="full" duration="1226" fileSize="41665481" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms_high.mp4" expression="full" duration="1226" fileSize="170086103" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms_mid.mp4" expression="full" duration="1226" fileSize="126780600" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms_Source.wmv" expression="full" duration="1226" fileSize="65514835" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms.ism/manifest" expression="full" duration="1226" fileSize="5396" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/c2f6/1617b2d0-a43e-40b6-8596-b183898cc2f6/ITCep7MsftWorkloadsMsftPlatforms.wmv" length="41665481" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BenHa</dc:creator>
      <itunes:author>BenHa</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Episode-7-Microsoft-Workloads--Microsoft-Platforms/rss</wfw:commentRss>
    </item>
  <item>
      <title>Episode 5: Hybrid Cloud Management</title>
      <description><![CDATA[<p>In this episode Brad talks about Hybrid Cloud Management and <a href="http://www.crn.com/news/cloud/240153005/microsoft-leaps-ahead-of-vmware-in-hybrid-cloud-management.htm?pgno=1"><em>CRN</em>'s recent piece</a> entitled &quot;Microsoft Leaps Ahead of VMware in Hybrid Cloud Management.&quot;&nbsp; You can read Brad's post on this same topic <a href="http://blogs.technet.com/b/in_the_cloud/archive/2013/04/26/crn-microsoft-leaps-ahead-of-vmware-in-hybrid-cloud-management.aspx">here</a>.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c3434e1cae8b4f238e74a1b30108be70">]]></description>
      <comments>http://channel9.msdn.com/posts/Episode-5-Hybrid-Cloud-Management</comments>
      <itunes:summary>In this episode Brad talks about Hybrid Cloud Management and CRN&#39;s recent piece entitled &amp;quot;Microsoft Leaps Ahead of VMware in Hybrid Cloud Management.&amp;quot;&amp;nbsp; You can read Brad&#39;s post on this same topic here. </itunes:summary>
      <itunes:duration>938</itunes:duration>
      <link>http://channel9.msdn.com/posts/Episode-5-Hybrid-Cloud-Management</link>
      <pubDate>Fri, 17 May 2013 16:53:40 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Episode-5-Hybrid-Cloud-Management</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement.mp3" expression="full" duration="938" fileSize="15014752" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement.mp4" expression="full" duration="938" fileSize="54192409" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement.webm" expression="full" duration="938" fileSize="21530982" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement.wma" expression="full" duration="938" fileSize="7596139" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement.wmv" expression="full" duration="938" fileSize="31881041" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement_high.mp4" expression="full" duration="938" fileSize="103070696" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement_mid.mp4" expression="full" duration="938" fileSize="77409871" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement_Source.wmv" expression="full" duration="938" fileSize="48237843" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement.ism/manifest" expression="full" duration="938" fileSize="5356" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/90ff/ac88d593-7fdf-445c-8f7c-24480a2690ff/ITCep5HybridCloudManagement.wmv" length="31881041" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BenHa</dc:creator>
      <itunes:author>BenHa</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Episode-5-Hybrid-Cloud-Management/rss</wfw:commentRss>
    </item>
  <item>
      <title>Developer Diaries: Jing Chan gets over 1 Million Facebook &quot;likes&quot;</title>
      <description><![CDATA[<p>Jing Chan talks about his personal history as a developer and his experience creating <a href="http://www.windowsphone.com/en-us/store/app/camwow/d9b26305-6c0d-4a9e-8960-00568a355d69">CamWow</a>.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:423cd36dae9e49e7924ba1bf013c350b">]]></description>
      <comments>http://channel9.msdn.com/Series/Developer-Diaries/Developer-DIaries-Jing-Chan-gets-over-1-Million-Facebook-likes</comments>
      <itunes:summary>Jing Chan talks about his personal history as a developer and his experience creating CamWow. </itunes:summary>
      <itunes:duration>875</itunes:duration>
      <link>http://channel9.msdn.com/Series/Developer-Diaries/Developer-DIaries-Jing-Chan-gets-over-1-Million-Facebook-likes</link>
      <pubDate>Fri, 17 May 2013 16:53:34 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/Developer-Diaries/Developer-DIaries-Jing-Chan-gets-over-1-Million-Facebook-likes</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan_512.jpg" height="288" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan_960.jpg" height="540" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan.mp3" expression="full" duration="875" fileSize="14011629" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan.mp4" expression="full" duration="875" fileSize="84196481" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan.webm" expression="full" duration="875" fileSize="78529454" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan.wma" expression="full" duration="875" fileSize="7088463" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan.wmv" expression="full" duration="875" fileSize="75684743" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan_high.mp4" expression="full" duration="875" fileSize="184806855" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan_mid.mp4" expression="full" duration="875" fileSize="129131621" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan_Source.wmv" expression="full" duration="875" fileSize="260997245" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan.ism/manifest" expression="full" duration="875" fileSize="7576" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/4d94/2a97c2e9-9562-4e81-a500-428fee234d94/JingChan.wmv" length="75684743" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Laura Foy</dc:creator>
      <itunes:author>Laura Foy</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/Developer-Diaries/Developer-DIaries-Jing-Chan-gets-over-1-Million-Facebook-likes/RSS</wfw:commentRss>
      <category>Developer Community</category>
      <category>Windows Phone</category>
      <category>Apps</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Episode 4:  Hybrid IT</title>
      <description><![CDATA[<p>Getting beyond the buzzwords and talking about public, private, hosted clouds, and on-premise deployments.</p><p>To get a head start, check out one of Brad's previous blog posts on the topic:&nbsp; <a href="http://blogs.technet.com/b/in_the_cloud/archive/2013/03/25/transforming-the-data-center-and-hybrid-it.aspx">http://blogs.technet.com/b/in_the_cloud/archive/2013/03/25/transforming-the-data-center-and-hybrid-it.aspx</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:48dd17a161f9433782d5a1ac0166e55c">]]></description>
      <comments>http://channel9.msdn.com/posts/Episode-4-Hybrid-IT</comments>
      <itunes:summary>Getting beyond the buzzwords and talking about public, private, hosted clouds, and on-premise deployments. To get a head start, check out one of Brad&#39;s previous blog posts on the topic:&amp;nbsp; http://blogs.technet.com/b/in_the_cloud/archive/2013/03/25/transforming-the-data-center-and-hybrid-it.aspx </itunes:summary>
      <itunes:duration>967</itunes:duration>
      <link>http://channel9.msdn.com/posts/Episode-4-Hybrid-IT</link>
      <pubDate>Fri, 17 May 2013 16:53:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Episode-4-Hybrid-IT</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT_100.jpg" height="60" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT_220.jpg" height="133" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT_512.jpg" height="311" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT_960.jpg" height="583" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT.mp3" expression="full" duration="967" fileSize="15474076" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT.mp4" expression="full" duration="967" fileSize="87510126" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT.webm" expression="full" duration="967" fileSize="24856169" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT.wma" expression="full" duration="967" fileSize="7827447" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT.wmv" expression="full" duration="967" fileSize="32604313" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT_high.mp4" expression="full" duration="967" fileSize="140291239" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT_mid.mp4" expression="full" duration="967" fileSize="143607818" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT_Source.wmv" expression="full" duration="967" fileSize="45428723" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/f342/a90ed2be-018d-405c-a716-f2d87915f342/ITCEp4HybridIT.wmv" length="32604313" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BenHa</dc:creator>
      <itunes:author>BenHa</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Episode-4-Hybrid-IT/rss</wfw:commentRss>
    </item>
  <item>
      <title>Episode 3:  Enabling the Modern Workforce</title>
      <description><![CDATA[<p>In this episode Brad examines how IT can enable and support&nbsp;the modern workforce, and how the Consumerization of IT across different device form factors plays a major role in this support.</p><p>To learn more check out Brad's post about corporate computing trends:&nbsp; <a href="http://blogs.technet.com/b/in_the_cloud/archive/2013/04/04/three-big-trends-for-corporate-computing-and-what-to-do-about-them.aspx">http://blogs.technet.com/b/in_the_cloud/archive/2013/04/04/three-big-trends-for-corporate-computing-and-what-to-do-about-them.aspx</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/All/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1b82a3ed589048f297a4a1a5011b9198">]]></description>
      <comments>http://channel9.msdn.com/posts/Episode-3-Enabling-the-Modern-Workforce</comments>
      <itunes:summary>In this episode Brad examines how IT can enable and support&amp;nbsp;the modern workforce, and how the Consumerization of IT across different device form factors plays a major role in this support. To learn more check out Brad&#39;s post about corporate computing trends:&amp;nbsp; http://blogs.technet.com/b/in_the_cloud/archive/2013/04/04/three-big-trends-for-corporate-computing-and-what-to-do-about-them.aspx </itunes:summary>
      <itunes:duration>1112</itunes:duration>
      <link>http://channel9.msdn.com/posts/Episode-3-Enabling-the-Modern-Workforce</link>
      <pubDate>Fri, 17 May 2013 16:52:54 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Episode-3-Enabling-the-Modern-Workforce</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce_100.jpg" height="60" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce_220.jpg" height="133" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce_512.jpg" height="311" width="512"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce_960.jpg" height="583" width="960"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce.mp3" expression="full" duration="1112" fileSize="17802547" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce.mp4" expression="full" duration="1112" fileSize="100140317" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce.webm" expression="full" duration="1112" fileSize="29065447" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce.wma" expression="full" duration="1112" fileSize="9005015" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce.wmv" expression="full" duration="1112" fileSize="37517455" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce_high.mp4" expression="full" duration="1112" fileSize="160501430" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce_mid.mp4" expression="full" duration="1112" fileSize="164102508" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce_Source.wmv" expression="full" duration="1112" fileSize="52248122" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/c3ff/e9c10005-6ab7-404c-9e9e-d38c9fb6c3ff/ITCEp3EnablingTheModernWorkforce.wmv" length="37517455" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BenHa</dc:creator>
      <itunes:author>BenHa</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Episode-3-Enabling-the-Modern-Workforce/rss</wfw:commentRss>
    </item>    
</channel>
</rss>