<?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/Feeds/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/</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/</link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 10:57:13 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 10:57:13 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
			<title>Ludus Windows 8 Game Starter Kit - Pleasing the Platformer in you...</title>
			<description><![CDATA[<p>Todays' project by Christer Kaitila is a kit that will help you quickly and easily build Windows 8 Platform games. Almost painfully easy to create games... If you've ever wanted to create your own platform game, and you've got a weekend, this kit is just for you...</p><h2><a href="http://wootstudio.ca/win8platstarter" target="_blank">Windows 8 Platformer Game Starter Kit</a></h2><blockquote><p><a href="http://wootstudio.ca/win8platstarter" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B7%5D-39.png" alt="image" width="500" height="284" border="0"></a></p><p>Platformer Game Starter Kit<small>(includes 2 HTML5-based examples)</small></p><p>Don't start from scratch. Our Platformer Game Starter Kit for Windows 8 will get you going with full code &amp; free game art.</p><h4>How</h4><hr><p>Feel free to take the examples, mix them up and build your own great game for the Windows Store following these steps:</p><ol><li><a href="http://msdn.microsoft.com/en-us/windows/apps/br229516">Download your free Visual Studio for Windows 8</a> for all the tools you will need. </li><li>Download the <a href="http://wootstudio.ca/win8platstarter">Platformer Game Starter Kit</a>. </li><li>Mix it up and build your own epic game. </li><li><a href="https://appdev.microsoft.com/StorePortals/en-us/Account/Signup/Start/">Open a Windows Store Developer Account.</a> </li><li><a href="http://manager1201.agilitycms.com/Dialogs/wootstudio@microsoft.com">Let us know about it</a> and we can even give you free advice on making it great and help pass store certification. </li><li>Publish it to the Windows Store. </li></ol><p>We know everyone is not a game artist, so we have provided you with some free game art and other places you can find royalty-free art for your game.</p><p><a href="http://wootstudio.ca/win8platstarter" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B6%5D-67.png" alt="image" width="500" height="285" border="0"></a></p></blockquote><h2><a href="https://github.com/Mcfunkypants/Ludus" target="_blank">Ludus Game Starter Kit</a></h2><blockquote><p>An HTML5 Platformer Game Starter Kit for Windows8 Store</p><p>by Christer (McFunkypants) Kaitila <a href="http://mcfunkypants.com/">http://mcfunkypants.com</a></p><p>Source: <a href="https://github.com/mcfunkypants/ludus">https://github.com/mcfunkypants/ludus</a></p><p>Demos: <a href="http://www.mcfunkypants.com/ludus">http://www.mcfunkypants.com/ludus</a></p><p>Welcome to Ludus, brave adventurer!</p><p>Ludus is a dirt-simple game engine that uses html5 canvas. It was designed specifically for mario/sonic style platformer games but could be used for any genre with minimal changes. It boasts great performance, and requires only free tools.</p><p>The word Ludus means PLAY/GAME/TRAINING in latin. The Ludus engine is designed to be a great way to learn to make games.</p><p>Sure, there are bigger and more complex game engines.</p><p>This one is designed to be easy to play around with.</p><p>Why? It was created to run real-world games that have a beginning, middle, and end. It was optimized to run on less powerful systems and touch-screen tablets. It is simple, but goes beyond the level of a &quot;tech demo&quot; to encapsulate all the required functionality you might need to make a polished game, such as GUI and sound.</p><p>...</p><p>IT'S POSSIBLE TO MAKE A GAME USING LUDUS IN A WEEKEND.</p><p>You could make your own game just by changing the artwork: it is possible to make a new game without ever touching a line of code. All you would need to do is modify the .png and .mp3 art assets as well as the level#.js level data files.</p><p>The best tool to create in-game worlds is TILED (<a href="http://www.mapeditor.org/">http://www.mapeditor.org</a>) which exports data in .json format.</p><p>Check out the example .tmx source files and see if you can make your own game! Once you've made a level, export as .json and then run the _buildlevels.bat file to convert JSON to JSONP data to a new level#.js file.</p><p>The one important thing to remember is that each layer is important. The order matters. The bottom-most layer is for regular world tiles that the player will collide with. The rest are for pickups, bouncy platforms, dangerous spikes, and so on.</p><p>Additionally, you should modify the game settings in the MAP MENU -&gt; MAP PROPERTIES dialog. Gravity, speed and the player's starting position are all stored there.</p><p>HACKING THE SOURCE CODE</p><p>The only source code file you will want to modify, if you choose to start coding, is ludus.js. Inside, you'll notice all sorts of variables at the top which you can modify to your heart's content. Note that some of these variables are overwritten by whatever is defined inside the level data.</p><p>With regard to the structure of the code, the most important thing to know is that the game is controlled by STATE objects.</p><p>Each state (title screen, in-game, and between level transitions) is a class object that has a .setup(), .update() and .draw() function. You could add new states for things like boss battles, inventory screens or a high score table.</p><p>See these class constructors: function TitleScreenState() function LevelTransitionScreenState() function PlayState()</p><p>HAVE FUN!</p><p>...</p></blockquote><p>Let's take a peek at the two included example games (In Visual Studio of course!)...</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B10%5D-38.png" alt="image" width="500" height="270" border="0"></p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B16%5D-26.png" alt="image" width="500" height="270" border="0"></p><p>Both games ran for me the first time with no issues and were fun (in a platformer kind of way). Sure there's only 3 levels, but hey, if there was too much done it would take all the coding fun away!</p><p>So either start from scratch or copy off of these, this kit and the provided free artwork, framework and code will have you building your next great Windows 8 game...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f3c2e08dcdbd40af9106a1bb0129a6a1">]]></description>
			<comments>http://channel9.msdn.com/coding4fun/blog/Ludus-Windows-8-Game-Starter-Kit-Pleasing-the-Platformer-in-you</comments>
			<itunes:summary>Todays&#39; project by Christer Kaitila is a kit that will help you quickly and easily build Windows 8 Platform games. Almost painfully easy to create games... If you&#39;ve ever wanted to create your own platform game, and you&#39;ve got a weekend, this kit is just for you... Windows 8 Platformer Game Starter Kit Platformer Game Starter Kit(includes 2 HTML5-based examples) Don&#39;t start from scratch. Our Platformer Game Starter Kit for Windows 8 will get you going with full code &amp;amp; free game art. HowFeel free to take the examples, mix them up and build your own great game for the Windows Store following these steps: Download your free Visual Studio for Windows 8 for all the tools you will need. Download the Platformer Game Starter Kit. Mix it up and build your own epic game. Open a Windows Store Developer Account. Let us know about it and we can even give you free advice on making it great and help pass store certification. Publish it to the Windows Store. We know everyone is not a game artist, so we have provided you with some free game art and other places you can find royalty-free art for your game.  Ludus Game Starter KitAn HTML5 Platformer Game Starter Kit for Windows8 Store by Christer (McFunkypants) Kaitila http://mcfunkypants.com Source: https://github.com/mcfunkypants/ludus Demos: http://www.mcfunkypants.com/ludus Welcome to Ludus, brave adventurer! Ludus is a dirt-simple game engine that uses html5 canvas. It was designed specifically for mario/sonic style platformer games but could be used for any genre with minimal changes. It boasts great performance, and requires only free tools. The word Ludus means PLAY/GAME/TRAINING in latin. The Ludus engine is designed to be a great way to learn to make games. Sure, there are bigger and more complex game engines. This one is designed to be easy to play around with. Why? It was created to run real-world games that have a beginning, middle, and end. It was optimized to run on less powerful systems and touch-screen tablets. It</itunes:summary>
			<link>http://channel9.msdn.com/coding4fun/blog/Ludus-Windows-8-Game-Starter-Kit-Pleasing-the-Platformer-in-you</link>
			<pubDate>Mon, 13 May 2013 13:00:00 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Ludus-Windows-8-Game-Starter-Kit-Pleasing-the-Platformer-in-you</guid>
			<media:thumbnail url="http://files.channel9.msdn.com/thumbnail/8191f172-fad1-44cb-923c-21e88b28d66b.png" height="57" width="100"></media:thumbnail>
			<media:thumbnail url="http://files.channel9.msdn.com/thumbnail/079b8c14-a199-45a8-94fd-db8b6d1ab97c.png" height="125" width="220"></media:thumbnail>
			<media:thumbnail url="http://files.channel9.msdn.com/thumbnail/b694a683-94f7-4374-b2f1-49a8e74b2557.png" height="288" width="512"></media:thumbnail>
			<dc:creator>Greg Duncan</dc:creator>
			<itunes:author>Greg Duncan</itunes:author>
			<slash:comments>5</slash:comments>
			<wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Ludus-Windows-8-Game-Starter-Kit-Pleasing-the-Platformer-in-you/RSS</wfw:commentRss>
			<category>Coding4Fun</category>
			<category>HTML5</category>
			<category>JavaScript</category>
			<category>Game Development</category>
			<category>Windows 8</category>
			<category>Windows Store App</category>
	</item>
	<item>
			<title>Reimagine SharePoint Development: A better way to customize SharePoint  | Reimagine SharePoint Development </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/Feeds/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>Defrag Tools: #41 - WPT - Command Line | Defrag Tools</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/Feeds/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>2</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>TWC9: New Win Dev Center, Charles Petzold, ALM Rangers and more | This Week On Channel 9</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/Feeds/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 107 - Service Bus updates in Windows Azure SDK 2.0 | Windows Azure Cloud Cover Show</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/Feeds/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>0</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>Countdown to TechEd: All About Foundation Sessions, MS Store and Travel Tips | The Countdown Show</title>
			<description><![CDATA[<p>Episode #8 of the 2013 countdown season has Joey and Rick&nbsp;sneaking into the Green Screen studio to record this episode. Lots of great information about the Foundation sessions, the new Channel 9 event application for Teched (and beyond) and&nbsp;the differences between the conference store&nbsp;vs the newly announced Microsoft Store.&nbsp;&nbsp;For everyone traveling to TechEd NorthAmerica and Europe -&nbsp;we wrap up with some helpful travel tips we've collected along the way.</p><ul><li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013?sort=sequential&amp;direction=desc&amp;term=&amp;y=Foundational" target="_blank">The Complete&nbsp;Foundation Session list</a> </li><li><a href="http://channel9.msdn.com/Blogs/TechEd/Microsoft-Retail-Store-Open-for-Business-at-TechEd-North-America" target="_blank">Details</a> on the Microsoft Store </li><li><a href="http://www.windowsphone.com/en-us/store/app/ch9-events/d0b702c7-90a2-4e71-aaaf-ca66f04ba418" target="_blank">Get the Windows Phone App </a>for Channel 9 events </li></ul><p>Get out there&nbsp;and interact Online:</p><ul><li>C9 TechEd Forums (<a href="http://channel9.msdn.com/Forums/TechEdNA">NorthAmerica</a>&nbsp;and&nbsp;<a href="http://channel9.msdn.com/Forums/TechEdEU">Europe</a>) </li><li>Twitter: use the&nbsp;<a href="https://twitter.com/search?q=%23msteched" target="_blank">#msteched&nbsp;</a>hashtag for NA,&nbsp;<a href="https://twitter.com/search?q=%23tee13" target="_blank">#TEE13</a>&nbsp;for Europe. </li><li>Facebook:&nbsp;<a href="http://www.facebook.com/teched" target="_blank">NorthAmerica</a>&nbsp;and&nbsp;<a href="http://facebook.com/techedeurope" target="_blank">Europe</a> </li></ul><p>Get out there and&nbsp;<a href="http://msteched.com" target="_blank">REGISTER if you haven't already</a>!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:cc958bdbca664b818e47a1bf017197ad">]]></description>
			<comments>http://channel9.msdn.com/Shows/The-Countdown-Show/Countdown-to-TechEd-All-About-Foundation-Sessions-MS-Store-and-Travel-Tips</comments>
			<itunes:summary>Episode #8 of the 2013 countdown season has Joey and Rick&amp;nbsp;sneaking into the Green Screen studio to record this episode. Lots of great information about the Foundation sessions, the new Channel 9 event application for Teched (and beyond) and&amp;nbsp;the differences between the conference store&amp;nbsp;vs the newly announced Microsoft Store.&amp;nbsp;&amp;nbsp;For everyone traveling to TechEd NorthAmerica and Europe -&amp;nbsp;we wrap up with some helpful travel tips we&#39;ve collected along the way. The Complete&amp;nbsp;Foundation Session list Details on the Microsoft Store Get the Windows Phone App for Channel 9 events Get out there&amp;nbsp;and interact Online: C9 TechEd Forums (NorthAmerica&amp;nbsp;and&amp;nbsp;Europe) Twitter: use the&amp;nbsp;#msteched&amp;nbsp;hashtag for NA,&amp;nbsp;#TEE13&amp;nbsp;for Europe. Facebook:&amp;nbsp;NorthAmerica&amp;nbsp;and&amp;nbsp;Europe Get out there and&amp;nbsp;REGISTER if you haven&#39;t already! </itunes:summary>
			<itunes:duration>1119</itunes:duration>
			<link>http://channel9.msdn.com/Shows/The-Countdown-Show/Countdown-to-TechEd-All-About-Foundation-Sessions-MS-Store-and-Travel-Tips</link>
			<pubDate>Thu, 16 May 2013 17:15:09 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Shows/The-Countdown-Show/Countdown-to-TechEd-All-About-Foundation-Sessions-MS-Store-and-Travel-Tips</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8_100.jpg" height="56" width="100"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8_220.jpg" height="123" width="220"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8_512.jpg" height="288" width="512"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8_960.jpg" height="540" width="960"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8.mp3" expression="full" duration="1119" fileSize="17913300" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8.mp4" expression="full" duration="1119" fileSize="105840138" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8.webm" expression="full" duration="1119" fileSize="139237743" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8.wma" expression="full" duration="1119" fileSize="9059087" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8.wmv" expression="full" duration="1119" fileSize="140346527" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8_high.mp4" expression="full" duration="1119" fileSize="232648832" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8_mid.mp4" expression="full" duration="1119" fileSize="162391936" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8_Source.wmv" expression="full" duration="1119" fileSize="228889232" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8.ism/manifest" expression="full" duration="1119" fileSize="6096" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/a8b3/233fb463-78c0-482d-88ad-1a9f4264a8b3/2013countdownshow8.wmv" length="140346527" type="video/x-ms-wmv"></enclosure>
			<dc:creator>RicksterCDN, Joey Snow</dc:creator>
			<itunes:author>RicksterCDN, Joey Snow</itunes:author>
			<slash:comments>3</slash:comments>
			<wfw:commentRss>http://channel9.msdn.com/Shows/The-Countdown-Show/Countdown-to-TechEd-All-About-Foundation-Sessions-MS-Store-and-Travel-Tips/RSS</wfw:commentRss>
			<category>Countdown</category>
	</item>
	<item>
			<title>Ping 178: Xbox points, Microsoft Tattoos, Star Trek lands | Ping!</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/Feeds/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>1259</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/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178_100.jpg" height="56" width="100"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178_220.jpg" height="123" width="220"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178_512.jpg" height="288" width="512"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178_960.jpg" height="540" width="960"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178.mp3" expression="full" duration="1259" fileSize="20159074" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178.mp4" expression="full" duration="1259" fileSize="120417157" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178.webm" expression="full" duration="1259" fileSize="149344004" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178.wma" expression="full" duration="1259" fileSize="10194599" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178.wmv" expression="full" duration="1259" fileSize="166492367" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178_high.mp4" expression="full" duration="1259" fileSize="263800046" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178_mid.mp4" expression="full" duration="1259" fileSize="184373462" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178_Source.wmv" expression="full" duration="1259" fileSize="716238543" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178.ism/manifest" expression="full" duration="1259" fileSize="8350" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/6f0f/3b07577e-ee3d-42b2-8fe3-b42df1586f0f/Ping178.wmv" length="166492367" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Laura Foy</dc:creator>
			<itunes:author>Laura Foy</itunes:author>
			<slash:comments>1</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>Developer Diaries: Jing Chan gets over 1 Million Facebook &quot;likes&quot; | Developer Diaries</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/Feeds/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>Kentico CMS with Thomas Robbins | Web Camps TV</title>
			<description><![CDATA[<p><span>Join your guides&nbsp;</span><a href="http://www.bradygaster.com/">Brady Gaster</a><span>&nbsp;and&nbsp;</span><a href="http://blog.syntaxc4.net/">Cory Fowler</a><span>&nbsp;as they talk to the product teams in Redmond as well as the web community.</span></p><p><span>In this Episode, Thomas Robbins, Chief Evangelist at Kentico CMS. Thomas outlines the features of Kentico CMS and talks about their full range of support for Windows Azure.</span></p><p><a href="http://twitter.com/bradygaster">Follow Brady Gaster</a></p><p><a href="http://twitter.com/SyntaxC4">Follow Cory Fowler</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9596bc92a75a4b06a1b1a1b801575421">]]></description>
			<comments>http://channel9.msdn.com/Shows/Web+Camps+TV/Kentico-CMS-with-Thomas-Robbins</comments>
			<itunes:summary>Join your guides&amp;nbsp;Brady Gaster&amp;nbsp;and&amp;nbsp;Cory Fowler&amp;nbsp;as they talk to the product teams in Redmond as well as the web community. In this Episode, Thomas Robbins, Chief Evangelist at Kentico CMS. Thomas outlines the features of Kentico CMS and talks about their full range of support for Windows Azure. Follow Brady Gaster Follow Cory Fowler </itunes:summary>
			<itunes:duration>1811</itunes:duration>
			<link>http://channel9.msdn.com/Shows/Web+Camps+TV/Kentico-CMS-with-Thomas-Robbins</link>
			<pubDate>Mon, 13 May 2013 22:54:26 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Shows/Web+Camps+TV/Kentico-CMS-with-Thomas-Robbins</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS_100.jpg" height="56" width="100"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS_220.jpg" height="123" width="220"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS_512.jpg" height="288" width="512"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS_960.jpg" height="540" width="960"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS.mp3" expression="full" duration="1811" fileSize="28988576" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS.mp4" expression="full" duration="1811" fileSize="172718770" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS.webm" expression="full" duration="1811" fileSize="89437988" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS.wma" expression="full" duration="1811" fileSize="14655539" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS.wmv" expression="full" duration="1811" fileSize="93976919" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS_high.mp4" expression="full" duration="1811" fileSize="378806325" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS_mid.mp4" expression="full" duration="1811" fileSize="264558748" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS_Source.wmv" expression="full" duration="1811" fileSize="189202435" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS.ism/manifest" expression="full" duration="1811" fileSize="6016" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/f9a2/7d81bad3-f5fd-45cb-a233-c0e006c7f9a2/KenticoCMS.wmv" length="93976919" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Cory Fowler, Brady Gaster</dc:creator>
			<itunes:author>Cory Fowler, Brady Gaster</itunes:author>
			<slash:comments>0</slash:comments>
			<wfw:commentRss>http://channel9.msdn.com/Shows/Web+Camps+TV/Kentico-CMS-with-Thomas-Robbins/RSS</wfw:commentRss>
			<category>Cloud Services</category>
			<category>CMS</category>
			<category>Windows Azure</category>
			<category>websites</category>
	</item>
	<item>
			<title>Edge Show 62 - Hyper-V Server 2012 Cluster Deployment Using Free Tools  | Edge</title>
			<description><![CDATA[<p>At <a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=06m25s">[06:25]</a> Symon Perriman&nbsp;and Rick Claus talk through an end-to-end deploy of a Hyper-V cluster using entirely free tools (without any evaluation bits—you get to keep everything!). First Symon introduces the free tools, which include Hyper-V Server 2012 (<a href="http://microsoft.com/hvs">http://microsoft.com/hvs</a>), Microsoft iSCSI Software Target 3.3 (<a href="http://aka.ms/iSCSITarget">http://aka.ms/iSCSITarget</a>), Remote Desktop Connection Manager (RDCMan: <a href="http://aka.ms/RDCman">http://aka.ms/RDCman</a>), and Remote Server Administration Tools (RSAT: <a href="http://aka.ms/RSAT">http://aka.ms/RSAT</a>).</p><p>Next, at <a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=11m55s">[11:55]</a> the team walks through an installation of Hyper-V Server 2012 using Windows 8 Client Hyper-V, taking advantage of the lightweight installation package and small storage footprint. Symon then uses RDCMan to manage a new Hyper-V Server 2012 host and discusses some password management features. Then, Rick talks about the GUIless configuration options used to join the Hyper-V Server to the domain, and also discusses different GUI-based remote management options.</p><p>Symon then <a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=16m20s">[16:20]</a> installs the iSCSI Software Target, creates an iSCSI target and virtual disks, and connects both hosts to the target through their iSCSI initiators. Next, the team uses PowerShell to initialize and format the newly created iSCSI disks. The team then <a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=28m25s">[28:25]</a> switches to using RSAT for remote server management of the Hyper-V hosts from a Windows 8 laptop. After connecting to the hosts, they install the Failover Clustering feature and being to build the cluster. After validating the Hyper-V hosts and iSCSI storage, the team ends the demo by creating a Failover Clustering.</p><p><strong>News:</strong></p><ul><li><a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=0m20s">[00:20]</a> Join the System Center&nbsp;2012 Live Q&amp;A event on May 21st: <a href="http://aka.ms/AzureJS">http://aka.ms/Earn-SysCtr</a> (this link will redirect you to the recording approximately one week after the&nbsp;event) </li><li><a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=1m10s">[01:10]</a> Register for TechEd North America (<a href="http://northamerica.msteched.com">http://northamerica.msteched.com</a>)&nbsp;and TechEd Europe (<a href="http://europe.msteched.com">http://europe.msteched.com</a>) before they sell out! </li><li><a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=1m45s">[01:45]</a> 5 new System Center 2012 SP1 virtual labs are now available from TechNet: <a href="http://aka.ms/SCLabs">http://aka.ms/SCLabs</a> </li><li><a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=2m25s">[02:25]</a> Check out the exciting&nbsp;news about the upcoming Windows 8.1 from the Windows blog: <a href="http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/14/windows-keeps-getting-better.aspx">http://blogs.windows.com/windows/b/bloggingwindows/archive/2013/05/14/windows-keeps-getting-better.aspx</a> </li><li><a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=3m15s">[03:15]</a> A new System Center 2012&nbsp;Operations Manager (SCOM) Management Pack has been released to monitor&nbsp;Amazon Web Services (AWS): <a href="https://aws.amazon.com/windows/system-center/">https://aws.amazon.com/windows/system-center/</a> &nbsp;&nbsp;&nbsp;&nbsp; </li><li><a href="http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools#time=4m15s">[04:15]</a> Learn more about creating a OEM Appliance OOBE for simplified Failover Clustering deployments: <a href="http://blogs.technet.com/b/filecab/archive/2013/05/08/oem-appliance-oobe-update-set-up-a-4-node-cluster-in-30-minutes.aspx">http://blogs.technet.com/b/filecab/archive/2013/05/08/oem-appliance-oobe-update-set-up-a-4-node-cluster-in-30-minutes.aspx</a> </li></ul><p><strong>Connect with the Edge Team: </strong><a href="https://www.facebook.com/group.php?gid=5850797374">Facebook</a> – <a href="https://twitter.com/tnedge">Twitter</a>&nbsp;- <a href="mailto:edge@microsoft.com">Email</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5ccc29f4f7564d5baf2fa1bf011794d4">]]></description>
			<comments>http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools</comments>
			<itunes:summary>At [06:25] Symon Perriman&amp;nbsp;and Rick Claus talk through an end-to-end deploy of a Hyper-V cluster using entirely free tools (without any evaluation bits—you get to keep everything!). First Symon introduces the free tools, which include Hyper-V Server 2012 (http://microsoft.com/hvs), Microsoft iSCSI Software Target 3.3 (http://aka.ms/iSCSITarget), Remote Desktop Connection Manager (RDCMan: http://aka.ms/RDCman), and Remote Server Administration Tools (RSAT: http://aka.ms/RSAT). Next, at [11:55] the team walks through an installation of Hyper-V Server 2012 using Windows 8 Client Hyper-V, taking advantage of the lightweight installation package and small storage footprint. Symon then uses RDCMan to manage a new Hyper-V Server 2012 host and discusses some password management features. Then, Rick talks about the GUIless configuration options used to join the Hyper-V Server to the domain, and also discusses different GUI-based remote management options. Symon then [16:20] installs the iSCSI Software Target, creates an iSCSI target and virtual disks, and connects both hosts to the target through their iSCSI initiators. Next, the team uses PowerShell to initialize and format the newly created iSCSI disks. The team then [28:25] switches to using RSAT for remote server management of the Hyper-V hosts from a Windows 8 laptop. After connecting to the hosts, they install the Failover Clustering feature and being to build the cluster. After validating the Hyper-V hosts and iSCSI storage, the team ends the demo by creating a Failover Clustering. News: [00:20] Join the System Center&amp;nbsp;2012 Live Q&amp;amp;A event on May 21st: http://aka.ms/Earn-SysCtr (this link will redirect you to the recording approximately one week after the&amp;nbsp;event) [01:10] Register for TechEd North America (http://northamerica.msteched.com)&amp;nbsp;and TechEd Europe (http://europe.msteched.com) before they sell out! [01:45] 5 new System Center 2012 SP1 virtual labs are now available from TechNet: http://aka.</itunes:summary>
			<itunes:duration>2122</itunes:duration>
			<link>http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools</link>
			<pubDate>Fri, 17 May 2013 16:10:41 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF_100.jpg" height="56" width="100"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF_220.jpg" height="123" width="220"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF_512.jpg" height="288" width="512"></media:thumbnail>
			<media:thumbnail url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF_960.jpg" height="540" width="960"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF.mp3" expression="full" duration="2122" fileSize="33955884" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF.mp4" expression="full" duration="2122" fileSize="205743474" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF.webm" expression="full" duration="2122" fileSize="117570397" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF.wma" expression="full" duration="2122" fileSize="17166883" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF.wmv" expression="full" duration="2122" fileSize="116699537" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF_high.mp4" expression="full" duration="2122" fileSize="449156508" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF_mid.mp4" expression="full" duration="2122" fileSize="313798697" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF_Source.wmv" expression="full" duration="2122" fileSize="433949795" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF.ism/manifest" expression="full" duration="2122" fileSize="6406" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/493c/992fe9e4-1c40-4125-8fa6-e08c74ba493c/EdgeShow62HyperVServer2012ClusterDeploymentusingF.wmv" length="116699537" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Symon Perriman</dc:creator>
			<itunes:author>Symon Perriman</itunes:author>
			<slash:comments>1</slash:comments>
			<wfw:commentRss>http://channel9.msdn.com/Shows/Edge/Edge-Show-62-Hyper-V-Server-2012-Cluster-Deployment-Using-Free-Tools/RSS</wfw:commentRss>
			<category>Amazon</category>
			<category>Cluster</category>
			<category>HyperV</category>
			<category>Hyper-V</category>
			<category>OEM</category>
			<category>PowerShell</category>
			<category>Storage</category>
			<category>System Center Operations Manager</category>
			<category>Tech.Ed</category>
			<category>TechNet</category>
			<category>Windows</category>
			<category>Windows Server</category>
			<category>Remote Desktop</category>
			<category>TechEd Europe</category>
			<category>System Center 2012</category>
			<category>Windows Server 2012</category>
			<category>Failover Clustering</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/Feeds/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>Keynote: Scott Guthrie  | Windows AzureConf 2013 </title>
			<description><![CDATA[<p>Scott Guthrie kicks off the Windows Azure Conf by presenting an overview of Windows Azure. Scott will demonstrate how to build a wide variety of applications ranging from web sites, mobile applications, and multi-tier cloud services.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Session:RSSView:ed4b98f083084e93a40ba1a900fd3646">]]></description>
			<comments>http://channel9.msdn.com/Events/windowsazure/Windows-AzureConf-2013/Keynote-Scott-Guthrie</comments>
			<itunes:summary>Scott Guthrie kicks off the Windows Azure Conf by presenting an overview of Windows Azure. Scott will demonstrate how to build a wide variety of applications ranging from web sites, mobile applications, and multi-tier cloud services. </itunes:summary>
			<itunes:duration>5768</itunes:duration>
			<link>http://channel9.msdn.com/Events/windowsazure/Windows-AzureConf-2013/Keynote-Scott-Guthrie</link>
			<pubDate>Tue, 23 Apr 2013 15:22:00 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Events/windowsazure/Windows-AzureConf-2013/Keynote-Scott-Guthrie</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu_220.jpg" height="220" width="165"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu.mp3" expression="full" duration="5768" fileSize="92296213" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu.mp4" expression="full" duration="5768" fileSize="552146731" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu.webm" expression="full" duration="5768" fileSize="194010263" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu.wma" expression="full" duration="5768" fileSize="46648139" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu.wmv" expression="full" duration="5768" fileSize="320156405" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu_high.mp4" expression="full" duration="5768" fileSize="1210722357" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu_mid.mp4" expression="full" duration="5768" fileSize="844265044" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu_Source.wmv" expression="full" duration="5768" fileSize="677765079" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu.ism/manifest" expression="full" duration="5768" fileSize="6116" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/60ee/c61ca1d6-2e36-4d6a-abf4-71733d6560ee/AzureConf2013ScottGu.wmv" length="320156405" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Scott Guthrie</dc:creator>
			<itunes:author>Scott Guthrie</itunes:author>
			<slash:comments>5</slash:comments>
	</item>
	<item>
			<title>Deep dive: Tips &amp; tricks for porting games from other platforms to Windows 8 | Building Windows Games with Unity</title>
			<description><![CDATA[<p>Go deep under the hood of Unity for Windows Store apps. After&nbsp;this session you will understand how the engine works, and the changes you will need to make to port a Unity game to run on the Windows Store app model.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Session:RSSView:8ab8ccbb03214c3181c8a17a0029f820">]]></description>
			<comments>http://channel9.msdn.com/Events/Windows-Camp/Building-Windows-Games-with-Unity/Deep-dive-Tips-tricks-for-porting-games-from-other-platforms-to-Windows-8</comments>
			<itunes:summary>Go deep under the hood of Unity for Windows Store apps. After&amp;nbsp;this session you will understand how the engine works, and the changes you will need to make to port a Unity game to run on the Windows Store app model. </itunes:summary>
			<itunes:duration>3178</itunes:duration>
			<link>http://channel9.msdn.com/Events/Windows-Camp/Building-Windows-Games-with-Unity/Deep-dive-Tips-tricks-for-porting-games-from-other-platforms-to-Windows-8</link>
			<pubDate>Sat, 06 Apr 2013 17:58:00 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Events/Windows-Camp/Building-Windows-Games-with-Unity/Deep-dive-Tips-tricks-for-porting-games-from-other-platforms-to-Windows-8</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames_220.jpg" height="220" width="165"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames.mp3" expression="full" duration="3178" fileSize="50855218" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames.mp4" expression="full" duration="3178" fileSize="303866865" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames.webm" expression="full" duration="3178" fileSize="99635929" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames.wma" expression="full" duration="3178" fileSize="25707255" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames.wmv" expression="full" duration="3178" fileSize="253699697" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames_high.mp4" expression="full" duration="3178" fileSize="665771344" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames_mid.mp4" expression="full" duration="3178" fileSize="465230476" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames_Source.wmv" expression="full" duration="3178" fileSize="818023070" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames.ism/manifest" expression="full" duration="3178" fileSize="6336" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/8007/0e20c3d9-0f75-486b-8ab6-5643534c8007/Unity2013Deepdivetipstricksforportinggames.wmv" length="253699697" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Randy Spong</dc:creator>
			<itunes:author>Randy Spong</itunes:author>
			<slash:comments>0</slash:comments>
	</item>
	<item>
			<title>Introduction to building games with Unity | Building Windows Games with Unity</title>
			<description><![CDATA[<p>In this session, Carl Callewaert&nbsp;demos how to&nbsp;build a game using Unity Editor.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Session:RSSView:8041b07acc2b4b749f4aa17a0027902e">]]></description>
			<comments>http://channel9.msdn.com/Events/Windows-Camp/Building-Windows-Games-with-Unity/Introduction-to-building-games-with-Unity</comments>
			<itunes:summary>In this session, Carl Callewaert&amp;nbsp;demos how to&amp;nbsp;build a game using Unity Editor. </itunes:summary>
			<itunes:duration>6111</itunes:duration>
			<link>http://channel9.msdn.com/Events/Windows-Camp/Building-Windows-Games-with-Unity/Introduction-to-building-games-with-Unity</link>
			<pubDate>Fri, 12 Apr 2013 19:18:00 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Events/Windows-Camp/Building-Windows-Games-with-Unity/Introduction-to-building-games-with-Unity</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity_220.jpg" height="220" width="165"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity.mp3" expression="full" duration="6111" fileSize="97790093" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity.mp4" expression="full" duration="6111" fileSize="618396340" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity.webm" expression="full" duration="6111" fileSize="196065621" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity.wma" expression="full" duration="6111" fileSize="49423835" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity.wmv" expression="full" duration="6111" fileSize="363030287" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity_high.mp4" expression="full" duration="6111" fileSize="1338208500" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity_mid.mp4" expression="full" duration="6111" fileSize="942666102" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity_Source.wmv" expression="full" duration="6111" fileSize="934960795" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity.ism/manifest" expression="full" duration="6111" fileSize="6296" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/0231/f7522d35-f357-417d-8328-cdc644620231/Unity2013IntrotobuildinggameswithUnity.wmv" length="363030287" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Carl Callewaert</dc:creator>
			<itunes:author>Carl Callewaert</itunes:author>
			<slash:comments>3</slash:comments>
			<category>Windows Games</category>
			<category>Windows Phone</category>
			<category>Unity</category>
			<category>Windows 8</category>
	</item>
	<item>
			<title>Cloud Optimize Your Business with Microsoft Management Solutions | MMS 2013</title>
			<description><![CDATA[With a set of breakthrough new products and growing industry momentum, Microsoft is transforming IT management. The new capabilities of Windows Server 2012 with System Center 2012 SP1 enable customers to build and manage elastic infrastructures while reducing complexity, improving deployment of critical applications, and advancing the consumerization of IT. In this keynote session, Brad Anderson will demonstrate how Microsoft technologies deliver new cloud capabilities, and he will showcase how customers are already realizing gains in productivity, growth, and innovation through Microsoft solutions. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Session:RSSView:ecc2b3ed1571410fbc08a19301724724">]]></description>
			<comments>http://channel9.msdn.com/Events/MMS/2013/KEY1</comments>
			<itunes:summary>With a set of breakthrough new products and growing industry momentum, Microsoft is transforming IT management. The new capabilities of Windows Server 2012 with System Center 2012 SP1 enable customers to build and manage elastic infrastructures while reducing complexity, improving deployment of critical applications, and advancing the consumerization of IT. In this keynote session, Brad Anderson will demonstrate how Microsoft technologies deliver new cloud capabilities, and he will showcase how customers are already realizing gains in productivity, growth, and innovation through Microsoft solutions.</itunes:summary>
			<itunes:duration>6806</itunes:duration>
			<link>http://channel9.msdn.com/Events/MMS/2013/KEY1</link>
			<pubDate>Tue, 02 Apr 2013 05:28:00 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Events/MMS/2013/KEY1</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness_220.jpg" height="220" width="165"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness.mp3" expression="full" duration="6806" fileSize="108908067" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness.mp4" expression="full" duration="6806" fileSize="642575275" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness.webm" expression="full" duration="6806" fileSize="226321619" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness.wma" expression="full" duration="6806" fileSize="55053331" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness.wmv" expression="full" duration="6806" fileSize="598405193" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness_high.mp4" expression="full" duration="6806" fileSize="1415648339" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness_mid.mp4" expression="full" duration="6806" fileSize="989046427" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness_Source.wmv" expression="full" duration="6806" fileSize="1902349981" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness.ism/manifest" expression="full" duration="6806" fileSize="8862" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/4d29/06881f24-3c9d-4064-ac5e-4b3dea5a4d29/KeynoteMMS2013CloudOptimizeYourBusiness.wmv" length="598405193" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Brad Anderson</dc:creator>
			<itunes:author>Brad Anderson</itunes:author>
			<slash:comments>7</slash:comments>
	</item>
	<item>
			<title>Fluid Code in the Real World | ALM Summit 3</title>
			<description><![CDATA[<p>In the end, you get rated on your software's ability to meet your customers' goals. All the Agile practices wrap around one core, inner loop: writing the software. In this hands-on session, we explore that inner loop. How do you write fluid software? How do you test first and design last? How do you get a good design to emerge, every time, even when your first ideas are guaranteed to be wrong? We will explore the engine that makes Agile go: TDD and Refactoring. You will do these in both basic and advanced cases. And we'll do it in the real world, indebted code and all.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Session:RSSView:0fad12f2b2254eee85f2a164016d1be3">]]></description>
			<comments>http://channel9.msdn.com/Events/ALM-Summit/ALM-Summit-3/Fluid-Code-in-the-Real-World</comments>
			<itunes:summary>In the end, you get rated on your software&#39;s ability to meet your customers&#39; goals. All the Agile practices wrap around one core, inner loop: writing the software. In this hands-on session, we explore that inner loop. How do you write fluid software? How do you test first and design last? How do you get a good design to emerge, every time, even when your first ideas are guaranteed to be wrong? We will explore the engine that makes Agile go: TDD and Refactoring. You will do these in both basic and advanced cases. And we&#39;ll do it in the real world, indebted code and all. </itunes:summary>
			<itunes:duration>3856</itunes:duration>
			<link>http://channel9.msdn.com/Events/ALM-Summit/ALM-Summit-3/Fluid-Code-in-the-Real-World</link>
			<pubDate>Fri, 15 Feb 2013 22:20:00 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Events/ALM-Summit/ALM-Summit-3/Fluid-Code-in-the-Real-World</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee_220.jpg" height="220" width="165"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee.mp3" expression="full" duration="3856" fileSize="61708451" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee.mp4" expression="full" duration="3856" fileSize="364995170" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee.webm" expression="full" duration="3856" fileSize="144432570" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee.wma" expression="full" duration="3856" fileSize="31189555" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee.wmv" expression="full" duration="3856" fileSize="359586533" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee_high.mp4" expression="full" duration="3856" fileSize="799356724" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee_mid.mp4" expression="full" duration="3856" fileSize="558573991" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee_Source.wmv" expression="full" duration="3856" fileSize="1521980281" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee.ism/manifest" expression="full" duration="3856" fileSize="8414" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/fae4/88eab078-923c-4537-84c9-b7d014d3fae4/Day2Belshee.wmv" length="359586533" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Arlo Belshee</dc:creator>
			<itunes:author>Arlo Belshee</itunes:author>
			<slash:comments>0</slash:comments>
			<category>Agile Development</category>
	</item>
	<item>
			<title>Staying in the Groove | ALM Summit 3</title>
			<description><![CDATA[<p>Getting in the groove, achieving flow, being focused... these are all different ways of talking about that magical place that agile teams strive to find. Getting there is hard, staying there is harder. How do you get yourself and your teams motivated, engaged and focused on their work so they can achieve this state? Peter Provost is a robe-and-sandals agilista with 10&#43; years of experience leading agile teams inside and outside of Microsoft. He has been on teams that have succeeded in finding the groove and teams that did not. In this session Peter will bring his perspective on what it takes to get your teams to gel, collaborate and find this magic place from which we can deliver great software and products, and of course, have fun!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Session:RSSView:9d73aaa7e92a4e27a1c9a1640143f292">]]></description>
			<comments>http://channel9.msdn.com/Events/ALM-Summit/ALM-Summit-3/Staying-in-the-Groove</comments>
			<itunes:summary>Getting in the groove, achieving flow, being focused... these are all different ways of talking about that magical place that agile teams strive to find. Getting there is hard, staying there is harder. How do you get yourself and your teams motivated, engaged and focused on their work so they can achieve this state? Peter Provost is a robe-and-sandals agilista with 10&amp;#43; years of experience leading agile teams inside and outside of Microsoft. He has been on teams that have succeeded in finding the groove and teams that did not. In this session Peter will bring his perspective on what it takes to get your teams to gel, collaborate and find this magic place from which we can deliver great software and products, and of course, have fun! </itunes:summary>
			<itunes:duration>3883</itunes:duration>
			<link>http://channel9.msdn.com/Events/ALM-Summit/ALM-Summit-3/Staying-in-the-Groove</link>
			<pubDate>Thu, 14 Feb 2013 06:09:00 GMT</pubDate>
			<guid isPermaLink="false">http://channel9.msdn.com/Events/ALM-Summit/ALM-Summit-3/Staying-in-the-Groove</guid>
			<media:thumbnail url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost_220.jpg" height="220" width="165"></media:thumbnail>
			<media:group>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost.mp3" expression="full" duration="3883" fileSize="62129742" type="audio/mp3" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost.mp4" expression="full" duration="3883" fileSize="370084029" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost.webm" expression="full" duration="3883" fileSize="141766716" type="video/webm" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost.wma" expression="full" duration="3883" fileSize="31408847" type="audio/x-ms-wma" medium="audio"></media:content>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost.wmv" expression="full" duration="3883" fileSize="282544097" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost_high.mp4" expression="full" duration="3883" fileSize="811700596" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost_mid.mp4" expression="full" duration="3883" fileSize="566890139" type="video/mp4" medium="video"></media:content>
				<media:content url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost_Source.wmv" expression="full" duration="3883" fileSize="1731612799" type="video/x-ms-wmv" medium="video"></media:content>
				<media:content url="http://smooth.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost.ism/manifest" expression="full" duration="3883" fileSize="8520" type="video/x-ms-wmv" medium="video"></media:content>
			</media:group>
				<enclosure url="http://media.ch9.ms/ch9/3b6e/8f344781-e4a5-4bd6-af63-223fc3873b6e/Day1Provost.wmv" length="282544097" type="video/x-ms-wmv"></enclosure>
			<dc:creator>Peter Provost</dc:creator>
			<itunes:author>Peter Provost</itunes:author>
			<slash:comments>0</slash:comments>
			<category>Agile Development</category>
	</item>
</channel>
</rss>