<?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 - Entries tagged with .NET Framework</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/.net+framework/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with .NET Framework</title>
      <link>http://channel9.msdn.com/Tags/.net+framework</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/.net+framework</link>
    <language>en</language>
    <pubDate>Fri, 24 May 2013 19:12:17 GMT</pubDate>
    <lastBuildDate>Fri, 24 May 2013 19:12:17 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>242</c9:totalResults>
    <c9:pageCount>10</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Say Sasa! (Think &quot;Big collection of .Net extensions, functions, methods and such&quot;)</title>
      <description><![CDATA[<p>Today's framework project of the week by Sandro Magi is one one of those kitchen sink, someone solving his real world problems, yet taking the time to clean it up, wrap it up and share his work and experience with you and me framework.</p><p>It's got some &quot;standard&quot; features but also some pretty cutting edge and pretty cool ones too.</p><p>And besides binaries (GNU or LGPLv2), the source for everything is available too!</p><h2><a href="http://sourceforge.net/projects/sasa/">Sasa</a></h2><blockquote><h4>Description</h4><p>Sasa is a collection of extensions to the .NET framework organized in logical, often standalone assemblies.</p><p>Sasa: no deps<br>* tuples<br>* IEnumerable extensions<br>* thread-safe &#43; null-safe events<br>* numeric extensions<br>* Option type<br>* lazy type</p><p>Sasa.Binary: -<br>* low-level bit-twiddling functions<br>* portable BinaryReader/Writer</p><p>Sasa.Collections: Sasa, Sasa.Binary<br>* purely functional collections, ie. list, dictionary, queue, set, etc.</p><p>Sasa.Mime: -<br>* media types and file extensions</p><p>Sasa.Numerics: -<br>* statistical and numerical functions</p><p>Sasa.Net: Sasa, Sasa.Collections<br>* full MIME message parsing<br>* POP3 client<br>* Rfc822 header parsing</p><p>Sasa.Contracts: Sasa<br>* Code Contracts impl.</p><p>Sasa.Concurrency: Sasa<br>* software transactional memory<br>* Concurrent Revisions fork-join framework</p><p>Sasa.Parsing: Sasa<br>* extensible Pratt parser</p><p>Sasa.Dynamics: Sasa<br>* type-safe reflection</p><p>Sasa.Linq: -<br>* LINQ expression visitors and query providers</p><p>...and much more!</p></blockquote><p>To get a real feel for everything that's in this cool collection, check out the doc's, <a title="http://higherlogics.net/sasa/docs-v0.9.4/" href="http://higherlogics.net/sasa/docs-v0.9.4/">http://higherlogics.net/sasa/docs-v0.9.4/</a></p><p><a href="http://higherlogics.net/sasa/docs-v0.9.4/"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B8%5D-61.png" alt="image" width="315" height="339" border="0"></a></p><p><a href="http://higherlogics.net/sasa/docs-v0.9.4/"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B9%5D-34.png" alt="image" width="520" height="258" border="0"></a></p><p>Source? Yep! (and you can see that it's under active development too <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p><a href="http://sourceforge.net/p/sasa/code/ci/d03a86dcde49953c0d773de56b31c794066b362a/tree/"><img title="SNAGHTML1574866e" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML1574866e%5B4%5D.png" alt="SNAGHTML1574866e" width="500" height="343" border="0"></a></p><p>Here's a snap of the binary drop (to highlight the &quot;standalone assemblies&quot; statement):</p><p><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B12%5D-41.png" alt="image" width="467" height="364" border="0"></p><p>Want to see more? Check out <a href="http://higherlogics.blogspot.com/">Sandro's blog</a> posts on Sasa, <a title="http://higherlogics.blogspot.com/search/label/Sasa" href="http://higherlogics.blogspot.com/search/label/Sasa">http://higherlogics.blogspot.com/search/label/Sasa</a></p><p>What kind of Sasa stuff has he written recently?</p><ul><li><a href="http://higherlogics.blogspot.com/2013/03/sasastrings-general-string-extensions.html">Sasa.Strings - General String Extensions</a> </li><li><a href="http://higherlogics.blogspot.com/2013/03/sasaparsing-overview.html">Sasa.Parsing - type-safe, extensible lexing and parsing framework</a> </li><li><a href="http://higherlogics.blogspot.com/2013/03/sasa-v094-rc2-released-sasadynamics.html">Sasa.Dynamics - type-safe polytypic/reflective programming</a> </li><li><a href="http://higherlogics.blogspot.com/2013/03/sasafunc-type-safe-delegate-combinators.html">Sasa.Func - Type-Safe Delegate Combinators</a> </li><li><a href="http://higherlogics.blogspot.com/2013/03/sasaoption-handling-optional-values_18.html">Sasa.Option - Handling Optional Values</a> </li><li><a href="http://higherlogics.blogspot.com/2013/03/sasaresult-handling-exceptional-values.html">Sasa.Result - Handling Exceptional Values</a> </li><li><a href="http://higherlogics.blogspot.com/2013/03/sasanumbers-generic-number-extensions.html">Sasa.Numbers - Generic Number Extensions</a> </li></ul><p>Hopefully that has wet your appetite a little. Now it's up to you to grab it and start Sasa'ing! (I just like saying, &quot;Sasa...&quot; can you tell? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1aafd111a92947a48b4fa18a01426da8">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Say-Sasa-Think-Big-collection-of-Net-extensions-functions-methods-and-such</comments>
      <itunes:summary>Today&#39;s framework project of the week by Sandro Magi is one one of those kitchen sink, someone solving his real world problems, yet taking the time to clean it up, wrap it up and share his work and experience with you and me framework. It&#39;s got some &amp;quot;standard&amp;quot; features but also some pretty cutting edge and pretty cool ones too. And besides binaries (GNU or LGPLv2), the source for everything is available too! SasaDescriptionSasa is a collection of extensions to the .NET framework organized in logical, often standalone assemblies. Sasa: no deps* tuples* IEnumerable extensions* thread-safe &amp;#43; null-safe events* numeric extensions* Option type* lazy type Sasa.Binary: -* low-level bit-twiddling functions* portable BinaryReader/Writer Sasa.Collections: Sasa, Sasa.Binary* purely functional collections, ie. list, dictionary, queue, set, etc. Sasa.Mime: -* media types and file extensions Sasa.Numerics: -* statistical and numerical functions Sasa.Net: Sasa, Sasa.Collections* full MIME message parsing* POP3 client* Rfc822 header parsing Sasa.Contracts: Sasa* Code Contracts impl. Sasa.Concurrency: Sasa* software transactional memory* Concurrent Revisions fork-join framework Sasa.Parsing: Sasa* extensible Pratt parser Sasa.Dynamics: Sasa* type-safe reflection Sasa.Linq: -* LINQ expression visitors and query providers ...and much more! To get a real feel for everything that&#39;s in this cool collection, check out the doc&#39;s, http://higherlogics.net/sasa/docs-v0.9.4/   Source? Yep! (and you can see that it&#39;s under active development too   Here&#39;s a snap of the binary drop (to highlight the &amp;quot;standalone assemblies&amp;quot; statement):  Want to see more? Check out Sandro&#39;s blog posts on Sasa, http://higherlogics.blogspot.com/search/label/Sasa What kind of Sasa stuff has he written recently? Sasa.Strings - General String Extensions Sasa.Parsing - type-safe, extensible lexing and parsing framework Sasa.Dynamics - type-safe polytypic/reflective programming Sasa.Func - Type-Safe</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Say-Sasa-Think-Big-collection-of-Net-extensions-functions-methods-and-such</link>
      <pubDate>Wed, 27 Mar 2013 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Say-Sasa-Think-Big-collection-of-Net-extensions-functions-methods-and-such</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/0801b4e2-a3ae-46fe-8707-352f04b93117.png" height="90" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/d7ddf9b3-b91b-45de-bedb-db8db2aa3611.png" height="198" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Say-Sasa-Think-Big-collection-of-Net-extensions-functions-methods-and-such/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>C#</category>
      <category>Coding4Fun</category>
    </item>
  <item>
      <title>TWC9: Welcome to 2013! C# is #1, TypeScript Templates, TPL Samples and more!</title>
      <description><![CDATA[<p>This week on Channel 9, Brian and Dan are back and discussing the week's top developer news, including;</p><ul><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=40s">[0:40]</a>&nbsp;<a href="http://www.eweek.com/developer/c-named-top-programming-language-of-2012/">C# Named Top Programming Language of 2012</a>(Darryl K. Taft) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=1m52s">[1:52]</a>&nbsp;<a href="http://www.scottlogic.co.uk/blog/colin/2012/12/introducing-propertycross-helping-you-select-a-cross-platform-mobile-framework/">Introducing PropertyCross – Helping you select a cross-platform mobile framework</a> (Colin Eberhardt) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=3m3s">[3:03]</a>&nbsp;<a href="http://www.sellsbrothers.com/posts/Details/12724">TypeScript Templates for Windows 8</a> (Chris Sells) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=4m19s">[4:19]</a>&nbsp;<a href="http://blogs.msdn.com/b/jimoneil/archive/2013/01/03/windows-runtime-what-s-supported-where.aspx">Windows Runtime–what’s supported where?</a> (Jim O'Neil) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=5m4s">[5:04]</a>&nbsp;<a href="http://blogs.msdn.com/b/cdnstudents/archive/2013/01/03/building-a-great-windows-8-app-step-6-which-template-should-you-use.aspx">Building a great Windows 8 app Step 6: Which template should you use?</a> (Susan Ibach) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=6m44s">[6:44]</a>&nbsp;<a href="http://devndesign.fr/2012/12/windows-phone-memo-modernui-pour-faire-de-belles-applications-sur-windows-phone-7-8/">[Windows Phone] Memo ModernUI pour faire de belles applications sur Windows Phone 7 &amp; 8</a> (<a href="http://www.windowsphonegeek.com/news/cheat-sheet-for-windows-phone-modern-ui-design">Cheat Sheet for Windows Phone Modern UI Design</a>) (Nathalie BELVAL) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=7m20s">[7:20]</a>&nbsp;<a href="http://blogs.msdn.com/b/briankel/archive/2011/09/16/visual-studio-11-application-lifecycle-management-virtual-machine-and-hands-on-labs-demo-scripts.aspx">Visual Studio 2012 Application Lifecycle Management Virtual Machine and Hands-on-Labs / Demo Scripts</a> (Brian Keller) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=8m4s">[8:04]</a>&nbsp;<a href="http://www.codeproject.com/Articles/518856/Task-Parallel-Library-and-async-await-Functionalit">Task Parallel Library and async-await Functionality - Patterns of Usage in Easy Samples</a> (Nick Polyak) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=10m18s">[10:18]</a>&nbsp;<a href="http://msdn.microsoft.com/en-us/magazine/jj883961.aspx">.NET Collections: Getting Started with C5</a> (Ted Neward) </li></ul><p><strong>Picks of the Week!</strong></p><ul><li>Brian's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=11m51s">[11:51]</a> <a href="http://www.windows7hacker.com/index.php/2012/12/fun-hack-fully-functional-windows-3-1-simulator-in-browser/">Fun Hack Fully Functional Windows 3.1 Simulator In Browser</a>, <a href="http://www.michaelv.org/">http://www.michaelv.org/</a> </li><li>Dan's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-January-04-2013#time=12m48s">[12:48]</a> <a href="http://www.pcworld.com/article/2020268/meet-microsoft-the-worlds-best-kept-randd-secret.html">Meet Microsoft, the world's best kept R&amp;D secret</a> (Matt Smith) </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:15b9dfbb44c64e86b15ba13b0162153e">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-January-04-2013</comments>
      <itunes:summary>This week on Channel 9, Brian and Dan are back and discussing the week&#39;s top developer news, including; [0:40]&amp;nbsp;C# Named Top Programming Language of 2012(Darryl K. Taft) [1:52]&amp;nbsp;Introducing PropertyCross – Helping you select a cross-platform mobile framework (Colin Eberhardt) [3:03]&amp;nbsp;TypeScript Templates for Windows 8 (Chris Sells) [4:19]&amp;nbsp;Windows Runtime–what’s supported where? (Jim O&#39;Neil) [5:04]&amp;nbsp;Building a great Windows 8 app Step 6: Which template should you use? (Susan Ibach) [6:44]&amp;nbsp;[Windows Phone] Memo ModernUI pour faire de belles applications sur Windows Phone 7 &amp;amp; 8 (Cheat Sheet for Windows Phone Modern UI Design) (Nathalie BELVAL) [7:20]&amp;nbsp;Visual Studio 2012 Application Lifecycle Management Virtual Machine and Hands-on-Labs / Demo Scripts (Brian Keller) [8:04]&amp;nbsp;Task Parallel Library and async-await Functionality - Patterns of Usage in Easy Samples (Nick Polyak) [10:18]&amp;nbsp;.NET Collections: Getting Started with C5 (Ted Neward) Picks of the Week! Brian&#39;s Pick of the Week:[11:51] Fun Hack Fully Functional Windows 3.1 Simulator In Browser, http://www.michaelv.org/ Dan&#39;s Pick of the Week:[12:48] Meet Microsoft, the world&#39;s best kept R&amp;amp;D secret (Matt Smith) </itunes:summary>
      <itunes:duration>929</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-January-04-2013</link>
      <pubDate>Fri, 04 Jan 2013 21:04:45 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-January-04-2013</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103.mp3" expression="full" duration="929" fileSize="14873077" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103.mp4" expression="full" duration="929" fileSize="89284848" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103.webm" expression="full" duration="929" fileSize="34053612" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103.wma" expression="full" duration="929" fileSize="7521039" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103.wmv" expression="full" duration="929" fileSize="47830931" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103_high.mp4" expression="full" duration="929" fileSize="194975490" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103_mid.mp4" expression="full" duration="929" fileSize="136366924" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103_Source.wmv" expression="full" duration="929" fileSize="154670817" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103.ism/manifest" expression="full" duration="929" fileSize="6036" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/f681/940bfcca-9268-4470-b49d-ea70690ff681/TWC920120103.wmv" length="47830931" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Keller, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Brian Keller, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>8</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-January-04-2013/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>C#</category>
      <category>Task Parallel Library</category>
      <category>TPL</category>
      <category>collections</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>The basics of dumping out a manged object - 09</title>
      <description><![CDATA[<p>One of the first things you need to know in order to debug managed applications with a native debugger such as cdb, windbg, etc., is how to dump a managed object.&nbsp;This is a task you'll repeat often if you spend any time at all debugging managed code.</p><p>This episode demonstrates a couple ways to accomplish this basic - but very important - task.&nbsp;I probably should have covered this much earlier on, but better late than never (hopefully).</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/How-to-Identify-CLR-threads-in-a-dump-08" target="_self">.NET Debugging for the Production Environment, Part 8</a></p><p>.<a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/VM-Primer-10" target="_self">NET Debugging for the Production Environment, Part 10</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:84aafee98d5c4067b6b4a11d017504df">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/The-basics-of-dumping-out-a-manged-object-09</comments>
      <itunes:summary>One of the first things you need to know in order to debug managed applications with a native debugger such as cdb, windbg, etc., is how to dump a managed object.&amp;nbsp;This is a task you&#39;ll repeat often if you spend any time at all debugging managed code. This episode demonstrates a couple ways to accomplish this basic - but very important - task.&amp;nbsp;I probably should have covered this much earlier on, but better late than never (hopefully). &amp;nbsp; .NET Debugging for the Production Environment, Part 8 .NET Debugging for the Production Environment, Part 10 </itunes:summary>
      <itunes:duration>1112</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/The-basics-of-dumping-out-a-manged-object-09</link>
      <pubDate>Wed, 05 Dec 2012 04:15:42 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/The-basics-of-dumping-out-a-manged-object-09</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09.mp3" expression="full" duration="1112" fileSize="17802285" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09.webm" expression="full" duration="1112" fileSize="36005580" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09_high.mp4" expression="full" duration="1112" fileSize="232589197" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09_mid.mp4" expression="full" duration="1112" fileSize="162568479" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09_Source.wmv" expression="full" duration="1112" fileSize="375798321" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/9e9f/65a03585-a1ae-4365-8bf4-e1d0f2899e9f/dotNetDebugging09_Source.wmv" length="375798321" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BradL</dc:creator>
      <itunes:author>BradL</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/The-basics-of-dumping-out-a-manged-object-09/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>WinDbg</category>
    </item>
  <item>
      <title>How to identify CLR threads in a dump - 08</title>
      <description><![CDATA[<p>You may wish to watch the video using one of the high quality links on the right so the debug output&nbsp;is easily readable.</p><p>In this episode, we'll discuss the different types of CLR threads&nbsp;(.e.g., GC thread, finalizer, etc.)&nbsp;and give a walkthrough of how you can identify each one in a dump file.&nbsp; Knowing this information can aid in your effort to find root cause - as well as avoid&nbsp;inaccurate reasons -&nbsp;for various application issues.</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Case-Study-Debugging-the-Load-Test">.NET Debugging for the Production Environment, Part 7</a></p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/The-basics-of-dumping-out-a-manged-object-09" target="_self">.NET Debugging for the Production Environment, Part 9</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3fdd0f1565e84c37a88da0ec006e3d24">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/How-to-Identify-CLR-threads-in-a-dump-08</comments>
      <itunes:summary>You may wish to watch the video using one of the high quality links on the right so the debug output&amp;nbsp;is easily readable. In this episode, we&#39;ll discuss the different types of CLR threads&amp;nbsp;(.e.g., GC thread, finalizer, etc.)&amp;nbsp;and give a walkthrough of how you can identify each one in a dump file.&amp;nbsp; Knowing this information can aid in your effort to find root cause - as well as avoid&amp;nbsp;inaccurate reasons -&amp;nbsp;for various application issues. &amp;nbsp; .NET Debugging for the Production Environment, Part 7 .NET Debugging for the Production Environment, Part 9 </itunes:summary>
      <itunes:duration>1276</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/How-to-Identify-CLR-threads-in-a-dump-08</link>
      <pubDate>Tue, 16 Oct 2012 13:45:12 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/How-to-Identify-CLR-threads-in-a-dump-08</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8.mp3" expression="full" duration="1276" fileSize="20430420" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8.mp4" expression="full" duration="1276" fileSize="129990810" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8.webm" expression="full" duration="1276" fileSize="1" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8_high.mp4" expression="full" duration="1276" fileSize="335122081" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8_mid.mp4" expression="full" duration="1276" fileSize="219332829" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8_Source.wmv" expression="full" duration="1276" fileSize="350934954" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/fc7c/9148de11-cc27-401c-a1a8-10b53c2ffc7c/dotNETDebugging8_Source.wmv" length="350934954" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BradL</dc:creator>
      <itunes:author>BradL</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/How-to-Identify-CLR-threads-in-a-dump-08/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>WinDbg</category>
    </item>
  <item>
      <title>Microsoft DevRadio: (Part 1) What is Windows Azure Web Sites? </title>
      <description><![CDATA[<p><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117942">Peter Laudati</a> and <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117402">Brian Hitney</a> welcome Windows Azure Technical Evangelist <a href="http://bradygaster.com/">Brady Gaster</a> to the show as they discuss <a href="http://aka.ms/silverlining">Windows Azure Web Sites</a>. In part one of this series, tune in as they chat about what it is, what its key benefits are for web developers and agencies, how the Azure Web Sites infrastructure works for easier site deployment, an intro to the web sites gallery, as well as a special announcement for .NET applications. <br><strong><a href="http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-2-Windows-Azure-Web-Sites-Explained" target="_blank">Watch Part 2</a></strong>&nbsp;</p><p><strong><a href="http://aka.ms/SilverLining" target="_blank"><img title="static_120x90" src="http://files.channel9.msdn.com/thumbnail/ee52409d-ceb8-4fd4-a10b-7adce8eaff75.gif" alt="static_120x90" width="120" height="90" align="right" border="0"></a>After watching this video, follow these next steps: </strong></p><p><strong>Step #1 –</strong> <a href="http://aka.ms/SilverLining" target="_blank">Start Your Free 90 Day Trial of Windows Azure</a> <br><strong>Step #2 –</strong> <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200113720" target="_blank">Download the Tools for Windows 8 App Development</a> <br><strong>Step #3 –</strong> <a href="http://aka.ms/MyGreatIdea" target="_blank">Start building your own Apps for Windows 8</a></p><p><strong><a href="http://channel9.msdn.com/Blogs/DevRadio/feed/mp3"><img src="http://blogs.msdn.com/resized-image.ashx/__size/28x0/__key/communityserver-components-userfiles/00-00-33-52-95-Attached&#43;Files/1512.itunes.png" alt="" width="15" height="15"></a> Subscribe to our podcast via <a href="http://itunes.apple.com/us/podcast/devradio-mp4-channel-9/id544163838">iTunes</a>, <a href="http://social.zune.net/podcast/DevRadio-(Video)-Channel-9/9c81fe03-fee0-4902-b2cc-61339d607af6">Zune</a>, or <a href="http://channel9.msdn.com/Blogs/DevRadio/feed/mp4">RSS</a></strong></p><p><strong>If you're interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information:</strong></p><p><strong>Websites:</strong></p><ul><li><a href="http://aka.ms/silverlining" target="_blank">Learn more about Windows Azure</a> </li></ul><p><strong>Blogs:</strong></p><ul><li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117402" target="_blank">Brian Hitney’s blog</a> </li><li><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200117942" target="_blank">Peter Laudati’s blog</a> </li><li><a href="http://bradygaster.com/" target="_blank">Brady Gaster’s blog</a> </li></ul><p><strong>Virtual Labs:</strong></p><ul><li><a href="http://msdn.microsoft.com/en-us/dd540819.aspx">MSDN Virtual Labs: Windows Azure</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:89f836d68b7e4e8a84f8a0e600e7104b">]]></description>
      <comments>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-What-is-Windows-Azure-Web-Sites</comments>
      <itunes:summary>Peter Laudati and Brian Hitney welcome Windows Azure Technical Evangelist Brady Gaster to the show as they discuss Windows Azure Web Sites. In part one of this series, tune in as they chat about what it is, what its key benefits are for web developers and agencies, how the Azure Web Sites infrastructure works for easier site deployment, an intro to the web sites gallery, as well as a special announcement for .NET applications. Watch Part 2&amp;nbsp; After watching this video, follow these next steps:  Step #1 – Start Your Free 90 Day Trial of Windows Azure Step #2 – Download the Tools for Windows 8 App Development Step #3 – Start building your own Apps for Windows 8  Subscribe to our podcast via iTunes, Zune, or RSS If you&#39;re interested in learning more about the products or solutions discussed in this episode, click on any of the below links for free, in-depth information: Websites: Learn more about Windows Azure Blogs: Brian Hitney’s blog Peter Laudati’s blog Brady Gaster’s blog Virtual Labs: MSDN Virtual Labs: Windows Azure </itunes:summary>
      <itunes:duration>1099</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-What-is-Windows-Azure-Web-Sites</link>
      <pubDate>Mon, 15 Oct 2012 11:00:27 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-What-is-Windows-Azure-Web-Sites</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1_512.jpg" height="287" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1.mp3" expression="full" duration="1099" fileSize="17601050" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1.mp4" expression="full" duration="1099" fileSize="106101117" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1.webm" expression="full" duration="1099" fileSize="44579627" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1.wma" expression="full" duration="1099" fileSize="8905883" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1_high.mp4" expression="full" duration="1099" fileSize="230557976" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1_mid.mp4" expression="full" duration="1099" fileSize="160953464" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1_Source.wmv" expression="full" duration="1099" fileSize="576020283" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/2f5c/dba5608f-eafc-4ba2-93b4-84cfabac2f5c/DevRadioAzureWebsitesPrt1_Source.wmv" length="576020283" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian, Peter Laudati, Brady Gaster, DevRadio, ChrisCaldwell</dc:creator>
      <itunes:author>Brian, Peter Laudati, Brady Gaster, DevRadio, ChrisCaldwell</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/DevRadio/Microsoft-DevRadio-Part-1-What-is-Windows-Azure-Web-Sites/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Visual Studio</category>
      <category>Windows Azure</category>
      <category>Visual Studio 2012</category>
    </item>
  <item>
      <title>Case Study: Debugging the Load Test - 07</title>
      <description><![CDATA[<p>You may wish to watch the video using one of the high quality links on the right so the&nbsp;tool output in the case study&nbsp;is readable.</p><p>&nbsp;</p><p>Ever have a situation in which your load test isn't passing the SLA, or the test results simply &quot;look wrong&quot;?&nbsp; Even when your test hardware&nbsp;is exactly like your production hardware?&nbsp; Is the problem somewhere in the code or... maybe something no one else has considered?&nbsp; How do you troubleshoot this when - like in the production environment - you can't afford to have invasive troubleshooting tools in place?</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Managed-Exceptions-06" target="_self">.NET Debugging for the Production Environment, Part 6</a></p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/How-to-Identify-CLR-threads-in-a-dump-08">.NET Debugging for the Production Environment, Part 8</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4e69248507354ac28b45a0e4003d43ed">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Case-Study-Debugging-the-Load-Test</comments>
      <itunes:summary>You may wish to watch the video using one of the high quality links on the right so the&amp;nbsp;tool output in the case study&amp;nbsp;is readable. &amp;nbsp; Ever have a situation in which your load test isn&#39;t passing the SLA, or the test results simply &amp;quot;look wrong&amp;quot;?&amp;nbsp; Even when your test hardware&amp;nbsp;is exactly like your production hardware?&amp;nbsp; Is the problem somewhere in the code or... maybe something no one else has considered?&amp;nbsp; How do you troubleshoot this when - like in the production environment - you can&#39;t afford to have invasive troubleshooting tools in place? &amp;nbsp; .NET Debugging for the Production Environment, Part 6 .NET Debugging for the Production Environment, Part 8 </itunes:summary>
      <itunes:duration>1580</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Case-Study-Debugging-the-Load-Test</link>
      <pubDate>Mon, 08 Oct 2012 15:10:33 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Case-Study-Debugging-the-Load-Test</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7.mp3" expression="full" duration="1580" fileSize="25281645" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7.webm" expression="full" duration="1580" fileSize="1" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7_high.mp4" expression="full" duration="1580" fileSize="347222990" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7_mid.mp4" expression="full" duration="1580" fileSize="214145876" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7_Source.wmv" expression="full" duration="1580" fileSize="185964703" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/114d/9dc58d86-f583-4b5d-b3ee-2aa612fc114d/dotNetDebugging7_Source.wmv" length="185964703" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BradL</dc:creator>
      <itunes:author>BradL</itunes:author>
      <slash:comments>10</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Case-Study-Debugging-the-Load-Test/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
    </item>
  <item>
      <title>Visual Studio 2012 Launch &quot;My Events&quot; sample modern application source</title>
      <description><![CDATA[<p>Containing with the Visual Studio 2012 Launch theme, in the keynotes (which you can see on-demand <a href="http://www.visualstudiolaunch.com/vs2012vle/Home" target="_blank">here</a>), you saw a number of demo's of the &quot;My Events&quot; application.</p><p>Think it was kind of cool and something you'd like to look see the source for?</p><h2><a href="http://code.msdn.microsoft.com/MY-EVENTS-Modern-Sample-9a42abc6" target="_blank">MY EVENTS - Sample Modern Application with Visual Studio 2012</a></h2><blockquote><p><em><em>The main goal of this sample modern application is to provide a sample app where you can see most of the new technologies related to Visual Studio 2012, in a practical way. </em><em><br></em></em><br><strong>Sample application context and scenarios</strong><br>This sample application shows most of the new technologies you can use with Visual Studio 2012 in order to build Modern Apps.</p><p>The context is about an events/conferences management system called “My Events”. <br>It is composed by:</p><ul><li><strong>Central Web API Services:</strong> </li><li><strong>Global Web-App (ASP.NET MVC4):</strong> </li><li><strong>Organizers WPF App (WPF):</strong> </li><li><strong>Organizers Windows 8 Store App (XAML/C#):</strong> </li><li><strong>Attendees Windows 8 Store App (HTML5/WinJS):</strong> </li></ul><p><strong>Goals</strong><br>This global system and the related client apps are highlighting the following points:</p><ul><li>Consumer end-user point of view with the latest UX technologies capabilities, typical of Modern-Apps. </li><li>Enterprise and LOB (Line of Business) point of view, when using a desktop application. </li><li>Cloud friendly. You can deploy very easily all the server assets (Web Api Services and Web app) into the Windows Azure cloud. </li><li>Extensible and open to more complex scenarios. Even though our scenario’s main goal is to ‘keep it simple’, we wanted to be able to leave it open for future extensions and complexity that is usually required when implementing a real production application. </li><li>Multiple technical approaches. We wanted to illustrate how multiple technical approaches can co-exist within the same solution (Web, mainstream-app, CRUD, etc.) </li><li>Easily deployable. The RI is easily deployable so that you can install it and experiment with it. </li></ul><p><em><em><em>The selected technologies and frameworks used are the following:</em></em></em></p><ul><li><em><em><em>Core</em></em></em> <ul><li><em><em><em>ASP.NET Web-API Services</em></em></em> </li><li><em><em><em>Entity Framework 5 (Code First)</em></em></em> </li><li><em><em><em>SQL Server LocalDB</em></em></em> </li></ul></li><li><em><em><em>Web App</em></em></em> <ul><li><em><em><em>ASP.NET MVC 4</em></em></em> </li><li><em><em><em>JavaScript &amp; </em><em>JQuery consuming Web Api Services</em></em></em> </li></ul></li><li><em><em><em>Windows 8 Store Apps</em></em></em> <ul><li><em><em><em>Windows 8 Store App using HTML5/WinJS</em></em></em> </li><li><em><em><em>Windows 8 Store Apps using XAML/C#</em></em></em> </li></ul></li><li><em><em><em>Desktop App</em></em></em> <ul><li><em><em><em>WPF (Windows Presentation Foundation) App</em></em></em> </li></ul></li></ul></blockquote><p>While this show's off allot...</p><blockquote><p><strong>What this sample application is NOT about</strong><br>This is not a production application and it is not intended as a guidance for complex scenarios/applications, as it mostly covers CRUD and Data-Driven scenarios, only. If you need guidance for complex scenarios, we recommend to check guidance material from the Microsoft Patterns &amp; Practices group like the ‘CQRS Journey guidance’, which shows a reference application with a related functional domain &amp; scope (Events/Conferences platform) but from a different point of view based on design-patterns and best architectural practices for complex scenarios, covering approaches like CQRS (Command &amp; Query Responsibility Segregation) &amp; DDD (Domain Driven Design).</p></blockquote><p>Ready to build it now?</p><blockquote><h3>Building the Sample</h3><p><em>Software required: </em></p><p><em>Visual Studio 2012, Windows 8, BingMaps JavaScript SDK [GD: which you can find here <a href="http://visualstudiogallery.msdn.microsoft.com/0c341dfb-4584-4738-949c-daf55b82df58" target="_blank">Bing Maps SDK for Metro style apps (Beta)</a>]</em></p><p><em>Check that you have the dependencies, open the solution and run it. The database will be generated for you using LocalDB and Entity Framework Initializers.</em></p></blockquote><p>If when running the web client for the first time, you get a runtime error here;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B8%5D-36.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B2%5D-69.png" alt="image" width="520" height="118" border="0"></a></p><p>...that it can't find a file in the FakeImages folder, what I did was just copy the folder into the path it thought to find the images. Easier than tweaking code.</p><p>So I coping the FakeImages folder from <br>...\MY EVENTS - Sample Modern Application with Visual Studio 2012\C#,JavaScript\MyEvents\MyEvents.Web\FakeImages <br>to <br>...\MY EVENTS - Sample Modern Application with Visual Studio 2012\FakeImages</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B5%5D-35.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B1%5D-84.png" alt="image" width="520" height="332" border="0"></a></p><p>Then the app ran fine. Once run the first time, you can delete that extra copy if you want, it's only need the first time the app runs, when its building its data store.</p><p>Also note: When creating an Event, also make sure to add at least one Session to it. Otherwise the event won't show up in the in a few of the Clients (This had me wondering if something was busted. I could see the event in the Web and Desktop apps, but in none of the Windows Store apps... Adding a Session fixed that. Doh!)</p><p>Here's a snap of the Solution;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B11%5D-31.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B3%5D-60.png" alt="image" width="364" height="335" border="0"></a></p><p>And some snaps of it running on my system.</p><p>Here's the Web app;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B17%5D-12.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B5%5D-44.png" alt="image" width="520" height="151" border="0"></a></p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B20%5D-12.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B6%5D-37.png" alt="image" width="520" height="258" border="0"></a></p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B14%5D-28.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B4%5D-51.png" alt="image" width="520" height="176" border="0"></a></p><p>The WPF Desktop app;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML9c8a535%5B3%5D.png" target="_blank"><img title="SNAGHTML9c8a535" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML9c8a535_thumb.png" alt="SNAGHTML9c8a535" width="520" height="362" border="0"></a></p><p>As a Windows Store app;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML9c920ce%5B3%5D.png" target="_blank"><img title="SNAGHTML9c920ce" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/SNAGHTML9c920ce_thumb.png" alt="SNAGHTML9c920ce" width="520" height="258" border="0"></a></p><blockquote><p><strong>Wrap up</strong><br>Therefore and as previously mentioned, our main objective is to highlight and show most of the new capabilities and technical possibilities offered by Visual Studio 2012 and all its related technologies in order to build <strong>Modern Apps</strong>.</p></blockquote><p>There's a bunch here to look in this source. From using a Solution wide version assembly file, to Portable Library projects, Windows Store apps, Facebook Integration, Twitter, Maps, MVC4, ASP.Net Web API, Json.Net, MVVM, unit testing the web backend and much, much more.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e874edc18e104ed7b9cea0cd0140264c">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Visual-Studio-2012-Launch-My-Events-sample-modern-application-source</comments>
      <itunes:summary>Containing with the Visual Studio 2012 Launch theme, in the keynotes (which you can see on-demand here), you saw a number of demo&#39;s of the &amp;quot;My Events&amp;quot; application. Think it was kind of cool and something you&#39;d like to look see the source for? MY EVENTS - Sample Modern Application with Visual Studio 2012The main goal of this sample modern application is to provide a sample app where you can see most of the new technologies related to Visual Studio 2012, in a practical way. Sample application context and scenariosThis sample application shows most of the new technologies you can use with Visual Studio 2012 in order to build Modern Apps. The context is about an events/conferences management system called “My Events”. It is composed by: Central Web API Services: Global Web-App (ASP.NET MVC4): Organizers WPF App (WPF): Organizers Windows 8 Store App (XAML/C#): Attendees Windows 8 Store App (HTML5/WinJS): GoalsThis global system and the related client apps are highlighting the following points: Consumer end-user point of view with the latest UX technologies capabilities, typical of Modern-Apps. Enterprise and LOB (Line of Business) point of view, when using a desktop application. Cloud friendly. You can deploy very easily all the server assets (Web Api Services and Web app) into the Windows Azure cloud. Extensible and open to more complex scenarios. Even though our scenario’s main goal is to ‘keep it simple’, we wanted to be able to leave it open for future extensions and complexity that is usually required when implementing a real production application. Multiple technical approaches. We wanted to illustrate how multiple technical approaches can co-exist within the same solution (Web, mainstream-app, CRUD, etc.) Easily deployable. The RI is easily deployable so that you can install it and experiment with it. The selected technologies and frameworks used are the following: Core ASP.NET Web-API Services Entity Framework 5 (Code First) SQL Server LocalDB Web App A</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Visual-Studio-2012-Launch-My-Events-sample-modern-application-source</link>
      <pubDate>Wed, 19 Sep 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Visual-Studio-2012-Launch-My-Events-sample-modern-application-source</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/670d11ab-7446-404c-ac1d-933cdd7425db.png" height="53" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/e7b2e641-2647-4b12-8c00-1c5735dc0eb1.png" height="117" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Visual-Studio-2012-Launch-My-Events-sample-modern-application-source/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>ASP.NET</category>
      <category>ASP.NET MVC</category>
      <category>Coding4Fun</category>
      <category>Facebook</category>
      <category>HTML5</category>
      <category>MVVM</category>
      <category>Twitter</category>
      <category>Visual Studio</category>
      <category>WPF</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Browse the &quot;What&#39;s New in the .NET Framework 4.5&quot; Catalog in this Windows Store App (with source)</title>
      <description><![CDATA[<p>You all caught the official launch of Visual Studio 2012 and .Net Framework 4.5 this past week? If not you can catch the keynotes and a number of great sessions on-demand <a href="http://www.visualstudiolaunch.com/vs2012vle/Home" target="_blank">here</a>.</p><p>So I hear some of you asking, &quot;What's new in .Net Framework 4.5?&quot; Wouldn't it be kind of cool if there were an app for our Modern App Monday that provided that information? One that comes with source of course! And wasn't just a simple app, but hooked into a web backend using the Web API, Jason.Net and even Code First Entity Framework?</p><h2><a href="http://code.msdn.microsoft.com/Whats-New-in-the-NET-e8d7545c" target="_blank">What's New in the .NET Framework 4.5</a></h2><blockquote><p>The &quot;.NET Feature Catalog&quot; uses .NET 4.5 to build an end-to-end sample from a web backend to a Windows Store app. It allows the user to peruse through some of the features introduced over several versions. This was demoed in TechEd 2012 North America and Europe.</p><p>The .NET Framework 4.5 introduces a number of features to help solve the programming problems of today. This sample demonstrates end-to-end how to build a Windows 8 app that connects to a web backend using industry standard REST APIs. If you were at TechEd 2012 in <a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DEV331">North America</a> or <a href="http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV331">Europe</a>, we showed you how to build this sample from scratch. The app itself is a catalog of some features found in the .NET Framework, so you can learn more about .NET simply by exploring the app.</p><p><strong>Description</strong></p><p>The sample is best experienced by watching the talk for What's New in .NET 4.5 from TechEd 2012. Click on either of the following to see the presentation given by Brandon Bray or Layla Driscoll respectively.</p><p><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DEV331" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B9%5D-22.png" alt="image" width="220" height="123" border="0"></a>&nbsp;<a href="http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV331" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B8%5D-35.png" alt="image" width="220" height="123" border="0"></a></p><p>The main features we cover in the sample are:</p><ul><li>WebAPI for building REST based web services </li><li>Entity Framework using Code First and migrations </li><li>Windows Store app using the .NET for Windows Store Apps profile </li><li>Async and await to build a fast and interactive user experience </li><li>HttpClient for an easy way to connect to a web service </li><li>NuGet for acquiring the latest libraries, specifically Json.NET </li></ul></blockquote><p>Here's a brief road map of the source;</p><blockquote><h3>Source Code Files</h3><p>This sample was created with the default project templates for Windows Store Grid App and an ASP.NET MVC 4 Web Application. The files that were edited during the TechEd demo were:</p><ul><li><em>DotnetCatalog/DataModel/FeatureDataSource.cs </em>- used async, HttpClient, and Json deserializing </li><li><em>WebBackend/Controllers/FeaturesController.cs</em> - contains the REST APIs for the feature data </li><li><em>WebBackend/Controllers/FeaturesSummaryController.cs</em> - contains the REST APIs for the feature summary data </li><li><em>WebBackend/Models/Feature.cs </em>- contains the data model for the feature entity </li><li><em>WebBackend/Models/FeatureContext.cs</em> - used entity framework </li><li><em>WebBackend/Models/FeatureSummary.cs</em> - contains the data model for the feature summary entity </li><li><em>WebBackend/WebAssets</em> - the media and text data transferred from the web backend to the Windows app </li></ul></blockquote><p>Here's a snap of the Solution;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B12%5D-31.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B2%5D-68.png" alt="image" width="193" height="384" border="0"></a></p><p>And the app running at 1366x768;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B15%5D-21.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B3%5D-59.png" alt="image" width="520" height="290" border="0"></a></p><p>And 2560x1440;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B18%5D-14.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B4%5D-50.png" alt="image" width="520" height="301" border="0"></a></p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B21%5D-11.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B5%5D-43.png" alt="image" width="520" height="301" border="0"></a></p><p>And to just show that it is indeed all running locally, I put a breakpoint in the Features Controller...</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B24%5D-8.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B6%5D-36.png" alt="image" width="520" height="204" border="0"></a></p><p>If you're looking for even more about what's new in .Net 4.5, check out this MSDN topic, <a href="http://msdn.microsoft.com/en-us/library/ms171868.aspx">What's New in the .NET Framework 4.5</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5c2762d95a11467e9f30a0cd0129304e">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source</comments>
      <itunes:summary>You all caught the official launch of Visual Studio 2012 and .Net Framework 4.5 this past week? If not you can catch the keynotes and a number of great sessions on-demand here. So I hear some of you asking, &amp;quot;What&#39;s new in .Net Framework 4.5?&amp;quot; Wouldn&#39;t it be kind of cool if there were an app for our Modern App Monday that provided that information? One that comes with source of course! And wasn&#39;t just a simple app, but hooked into a web backend using the Web API, Jason.Net and even Code First Entity Framework? What&#39;s New in the .NET Framework 4.5The &amp;quot;.NET Feature Catalog&amp;quot; uses .NET 4.5 to build an end-to-end sample from a web backend to a Windows Store app. It allows the user to peruse through some of the features introduced over several versions. This was demoed in TechEd 2012 North America and Europe. The .NET Framework 4.5 introduces a number of features to help solve the programming problems of today. This sample demonstrates end-to-end how to build a Windows 8 app that connects to a web backend using industry standard REST APIs. If you were at TechEd 2012 in North America or Europe, we showed you how to build this sample from scratch. The app itself is a catalog of some features found in the .NET Framework, so you can learn more about .NET simply by exploring the app. Description The sample is best experienced by watching the talk for What&#39;s New in .NET 4.5 from TechEd 2012. Click on either of the following to see the presentation given by Brandon Bray or Layla Driscoll respectively. &amp;nbsp; The main features we cover in the sample are: WebAPI for building REST based web services Entity Framework using Code First and migrations Windows Store app using the .NET for Windows Store Apps profile Async and await to build a fast and interactive user experience HttpClient for an easy way to connect to a web service NuGet for acquiring the latest libraries, specifically Json.NET Here&#39;s a brief road map of the source; Source Code FilesThis sample was cr</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source</link>
      <pubDate>Mon, 17 Sep 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/641a8285-8081-49a8-849a-66d7a4344e81.png" height="48" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/a54dd896-a2ed-4ec0-9ee3-abcc91c14679.png" height="106" 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/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>ASP.NET</category>
      <category>Coding4Fun</category>
      <category>Entity Framework</category>
      <category>JSON</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Putting it all together: finding root cause of high memory pressure - 12</title>
      <description><![CDATA[<p>You may wish to watch the video using one of the high quality links on the right so the text is readable.</p><p>This episode is the last of&nbsp;a trio&nbsp;which introduces viewers to the topic of troubleshooting memory pressure issues.&nbsp; This session uses information from the previous two&nbsp;episodes to find root cause (i.e., down to the source code) of our memory pressure problem.</p><p>Get your debugging hats on before viewing this one!</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11" target="_self">.NET Debugging for the Production Environment, Part 11</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:1d3ef53a656649abbe12a0cc01610b72">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Putting-it-all-together-finding-root-cause-of-high-memory-pressure-12</comments>
      <itunes:summary>You may wish to watch the video using one of the high quality links on the right so the text is readable. This episode is the last of&amp;nbsp;a trio&amp;nbsp;which introduces viewers to the topic of troubleshooting memory pressure issues.&amp;nbsp; This session uses information from the previous two&amp;nbsp;episodes to find root cause (i.e., down to the source code) of our memory pressure problem. Get your debugging hats on before viewing this one! &amp;nbsp; .NET Debugging for the Production Environment, Part 11 </itunes:summary>
      <itunes:duration>1218</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Putting-it-all-together-finding-root-cause-of-high-memory-pressure-12</link>
      <pubDate>Sat, 15 Sep 2012 19:50:51 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Putting-it-all-together-finding-root-cause-of-high-memory-pressure-12</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12.mp3" expression="full" duration="1218" fileSize="19503863" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12.mp4" expression="full" duration="1218" fileSize="117550291" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12.webm" expression="full" duration="1218" fileSize="41232999" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12.wma" expression="full" duration="1218" fileSize="9861155" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12.wmv" expression="full" duration="1218" fileSize="67159049" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12_high.mp4" expression="full" duration="1218" fileSize="254941906" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12_mid.mp4" expression="full" duration="1218" fileSize="179314468" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12_Source.wmv" expression="full" duration="1218" fileSize="190687673" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12.ism/manifest" expression="full" duration="1218" fileSize="6056" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/a39f/2097061e-3ff4-460e-8201-ed0839d0a39f/NetDebugging12.wmv" length="67159049" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BradL</dc:creator>
      <itunes:author>BradL</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Putting-it-all-together-finding-root-cause-of-high-memory-pressure-12/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>production</category>
    </item>
  <item>
      <title>Analyzing a dump of a process under memory pressure - 11</title>
      <description><![CDATA[<p>You may wish to watch the video using one of the high quality links on the right so the text is readable.</p><p>This episode is the second of three&nbsp;which introduces viewers&nbsp;to&nbsp;the topic of&nbsp;troubleshooting memory pressure issues.&nbsp; In the <a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/VM-Primer-10" target="_blank">previous episode</a>, we took a high level overview of virtual memory as it relates to troubleshooting these common memory pressure issues.&nbsp; We'll use information from that episode and apply it here as we begin investigation of a dump file from a process exhibiting memory pressure.&nbsp; Using windbg and some debugging extensions, we'll see how much we can learn about the source of the memory problem from a single dump file.</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/VM-Primer-10" target="_self">.NET Debugging for the Production Environment, Part 10</a></p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Putting-it-all-together-finding-root-cause-of-high-memory-pressure-12" target="_self">.NET Debugging for the Production Environment, Part 12</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f38ce35a148c46669afda0c3016c8944">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11</comments>
      <itunes:summary>You may wish to watch the video using one of the high quality links on the right so the text is readable. This episode is the second of three&amp;nbsp;which introduces viewers&amp;nbsp;to&amp;nbsp;the topic of&amp;nbsp;troubleshooting memory pressure issues.&amp;nbsp; In the previous episode, we took a high level overview of virtual memory as it relates to troubleshooting these common memory pressure issues.&amp;nbsp; We&#39;ll use information from that episode and apply it here as we begin investigation of a dump file from a process exhibiting memory pressure.&amp;nbsp; Using windbg and some debugging extensions, we&#39;ll see how much we can learn about the source of the memory problem from a single dump file. &amp;nbsp; .NET Debugging for the Production Environment, Part 10 .NET Debugging for the Production Environment, Part 12 </itunes:summary>
      <itunes:duration>1511</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11</link>
      <pubDate>Wed, 05 Sep 2012 23:51:01 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11.mp3" expression="full" duration="1511" fileSize="24184952" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11.mp4" expression="full" duration="1511" fileSize="149370874" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11.webm" expression="full" duration="1511" fileSize="51875191" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11.wma" expression="full" duration="1511" fileSize="12228307" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11.wmv" expression="full" duration="1511" fileSize="78790103" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11_high.mp4" expression="full" duration="1511" fileSize="324800085" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11_mid.mp4" expression="full" duration="1511" fileSize="227002143" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11_Source.wmv" expression="full" duration="1511" fileSize="210624156" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11.ism/manifest" expression="full" duration="1511" fileSize="6056" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/90c6/0e467261-9396-4562-a224-a376bd0f90c6/NetDebugging11.wmv" length="78790103" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BradL</dc:creator>
      <itunes:author>BradL</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>production</category>
    </item>
  <item>
      <title>TWC9:  WAMS! Windows Store End to End, Reflection, VS2012 ALM VM and more</title>
      <description><![CDATA[<p>This week on Channel 9, Dan and Brian discuss the week's top developer news, including;</p><ul><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=22s">[0:22]</a>&nbsp;<a href="http://weblogs.asp.net/scottgu/archive/2012/08/28/announcing-windows-azure-mobile-services.aspx">Announcing Windows Azure Mobile Services</a>, <a href="http://channel9.msdn.com/posts/Introduction-to-Windows-Azure-Mobile-Services">Introduction to Windows Azure Mobile Services</a>, <a href="http://davidpallmann.blogspot.com/2012/08/introducing-windows-azure-mobile.html">Introducing Windows Azure Mobile Services for Windows 8</a> (David Pallmann), <a href="http://geekswithblogs.net/clinted/archive/2012/08/28/introducing-windows-azure-mobile-services.aspx">Introducing Windows Azure Mobile Services</a> (Josh Twist), <a href="http://www.thejoyofcode.com/Introducing_Windows_Azure_Mobile_Services.aspx">Introducing Windows Azure Mobile Services</a> (Clint Edmonson), <a href="http://blogs.msdn.com/b/windowsappdev/archive/2012/08/28/add-cloud-to-your-app-with-windows-azure-mobile-services.asp">Add cloud to your app with Windows Azure Mobile Services</a> (Kirill Gavrylyuk) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=1m39s">[1:39]</a>&nbsp;<a href="http://code.msdn.microsoft.com/windowsapps/doto-a-simple-social-todo-7e6ba464">Windows Azure Mobile Services - doto sample</a> (Josh Twist) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=2m54s">[2:54]</a>&nbsp;<a href="http://blogs.msdn.com/b/somasegar/archive/2012/08/26/building-an-end-to-end-windows-store-app-part-1.aspx">Building an End-to-End Windows Store App - Part 1</a>, <a href="http://blogs.msdn.com/b/somasegar/archive/2012/08/28/building-an-end-to-end-windows-store-app-part-2-integrating-cloud-services.aspx">Building an End-to-End Windows Store App - Part 2: Integrating Cloud Services</a> (S. Somasegar) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=3m36s">[3:36]</a>&nbsp;<a href="http://jaredbienz.wordpress.com/2012/08/23/wp-to-w8-api-mapping/">WP to W8: API Mapping</a> (Jared Bienz) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=4m44s">[4:44]</a>&nbsp;<a href="http://blogs.msdn.com/b/dotnet/archive/2012/08/28/evolving-the-reflection-api.aspx">Evolving the Reflection API</a> (Brandon Bray, Richard Lander, Mircea Trofin) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=5m41s">[5:41]</a>&nbsp;<a href="http://blogs.msdn.com/b/bharry/archive/2012/08/28/tfs-shipping-cadence.aspx">TFS Shipping Cadence</a> (Brian Harry) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=7m25s">[7:25]</a>&nbsp;<a href="http://blogs.msdn.com/b/briankel/archive/2011/09/16/visual-studio-11-application-lifecycle-management-virtual-machine-and-hands-on-labs-demo-scripts.aspx">Visual Studio 2012 Application Lifecycle Management Virtual Machine and Hands-on-Labs / Demo Scripts</a> (Brian Keller) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=8m50s">[8:50]</a>&nbsp;<a href="http://www.syncfusion.com/resources/techportal/ebooks/aspnetmvc4">ASP.NET MVC 4 Mobile Websites Succinctly (Free, reg-ware, ebook)</a> (Lyle Luppes) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=9m15s">[9:15]</a>&nbsp;<a href="http://www.strathweb.com/2012/08/a-guide-to-asynchronous-file-uploads-in-asp-net-web-api-rtm/">A guide to asynchronous file uploads in ASP.NET Web API RTM</a> (Filip Woj) </li></ul><p>Picks of the Week!</p><ul><li>Dan's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=11m5s">[11:05]</a> <a href="http://www.pnggauntlet.com/">PNGGauntlet</a> [Found Via: <a href="http://blogs.msdn.com/b/kurlak/">John Kurlak's Blog</a> - <a href="http://blogs.msdn.com/b/kurlak/archive/2012/08/28/awesome-png-compression-tool.aspx">Awesome PNG Compression Tool</a>] </li><li>Brian's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-31-2012#time=11m50s">[11:50]</a> <a href="http://h30565.www3.hp.com/t5/Feature-Articles/The-History-of-the-Floppy-Disk/ba-p/6434">The History of the Floppy Disk</a> (Steven Vaughan-Nichols) </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:ac924a47a1b8458db003a0be0006e516">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-31-2012</comments>
      <itunes:summary>This week on Channel 9, Dan and Brian discuss the week&#39;s top developer news, including; [0:22]&amp;nbsp;Announcing Windows Azure Mobile Services, Introduction to Windows Azure Mobile Services, Introducing Windows Azure Mobile Services for Windows 8 (David Pallmann), Introducing Windows Azure Mobile Services (Josh Twist), Introducing Windows Azure Mobile Services (Clint Edmonson), Add cloud to your app with Windows Azure Mobile Services (Kirill Gavrylyuk) [1:39]&amp;nbsp;Windows Azure Mobile Services - doto sample (Josh Twist) [2:54]&amp;nbsp;Building an End-to-End Windows Store App - Part 1, Building an End-to-End Windows Store App - Part 2: Integrating Cloud Services (S. Somasegar) [3:36]&amp;nbsp;WP to W8: API Mapping (Jared Bienz) [4:44]&amp;nbsp;Evolving the Reflection API (Brandon Bray, Richard Lander, Mircea Trofin) [5:41]&amp;nbsp;TFS Shipping Cadence (Brian Harry) [7:25]&amp;nbsp;Visual Studio 2012 Application Lifecycle Management Virtual Machine and Hands-on-Labs / Demo Scripts (Brian Keller) [8:50]&amp;nbsp;ASP.NET MVC 4 Mobile Websites Succinctly (Free, reg-ware, ebook) (Lyle Luppes) [9:15]&amp;nbsp;A guide to asynchronous file uploads in ASP.NET Web API RTM (Filip Woj) Picks of the Week! Dan&#39;s Pick of the Week:[11:05] PNGGauntlet [Found Via: John Kurlak&#39;s Blog - Awesome PNG Compression Tool] Brian&#39;s Pick of the Week:[11:50] The History of the Floppy Disk (Steven Vaughan-Nichols) </itunes:summary>
      <itunes:duration>831</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-31-2012</link>
      <pubDate>Sat, 01 Sep 2012 02:32:54 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-31-2012</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012.mp3" expression="full" duration="831" fileSize="13309496" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012.mp4" expression="full" duration="831" fileSize="80255051" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012.webm" expression="full" duration="831" fileSize="30920280" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012.wma" expression="full" duration="831" fileSize="6730987" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012.wmv" expression="full" duration="831" fileSize="46581359" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012_high.mp4" expression="full" duration="831" fileSize="175439031" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012_mid.mp4" expression="full" duration="831" fileSize="122395839" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012_Source.wmv" expression="full" duration="831" fileSize="119016302" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012.ism/manifest" expression="full" duration="831" fileSize="6076" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/acc8/8119490b-5639-4091-92b0-c3092853acc8/TWC9August302012.wmv" length="46581359" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Keller, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Brian Keller, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-31-2012/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>ASP.NET</category>
      <category>MVC</category>
      <category>Team Foundation Server</category>
      <category>Windows Azure</category>
      <category>Windows Phone</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Preparing to troubleshoot memory pressure issues: a primer on virtual memory - 10</title>
      <description><![CDATA[<p>In <a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Diagnosing-Application-Issues-01" target="_blank">Part1</a> of this series, we discussed how most every application issue in production can be listed in one of three buckets: exceptions, non-responsiveness, and performance issues.&nbsp; This last bucket includes memory pressure issues, which is by far the most common type of .NET application issue I've seen in my time at Microsoft Support.</p><p>This episode is the first of three dedicated to troubleshooting memory pressure issues in .NET applications (the kind of troubleshooting Microsoft Support performs in the production environment).&nbsp; But before we jump straight into the aspects of troubleshooting, it's best to get a good understanding of virtual memory.&nbsp; Without this background, many of your troubleshooting efforts may lead to dead ends or - even worse - false conclusions.</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/The-basics-of-dumping-out-a-manged-object-09" target="_self">.NET Debugging for the Production Environment, Part 9</a></p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Analyzing-a-dump-of-a-process-under-memory-pressure-11" target="_self">.NET Debugging for the Production Environment, Part 11</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b1f5a4b3380b4af9bbc2a0ba0151a71b">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/VM-Primer-10</comments>
      <itunes:summary>In Part1 of this series, we discussed how most every application issue in production can be listed in one of three buckets: exceptions, non-responsiveness, and performance issues.&amp;nbsp; This last bucket includes memory pressure issues, which is by far the most common type of .NET application issue I&#39;ve seen in my time at Microsoft Support. This episode is the first of three dedicated to troubleshooting memory pressure issues in .NET applications (the kind of troubleshooting Microsoft Support performs in the production environment).&amp;nbsp; But before we jump straight into the aspects of troubleshooting, it&#39;s best to get a good understanding of virtual memory.&amp;nbsp; Without this background, many of your troubleshooting efforts may lead to dead ends or - even worse - false conclusions. &amp;nbsp; .NET Debugging for the Production Environment, Part 9 .NET Debugging for the Production Environment, Part 11 </itunes:summary>
      <itunes:duration>1338</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/VM-Primer-10</link>
      <pubDate>Mon, 27 Aug 2012 21:27:26 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/VM-Primer-10</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10.mp3" expression="full" duration="1338" fileSize="21413961" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10.mp4" expression="full" duration="1338" fileSize="140967430" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10.webm" expression="full" duration="1338" fileSize="36168012" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10.wma" expression="full" duration="1338" fileSize="10828443" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10.wmv" expression="full" duration="1338" fileSize="53970737" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10_high.mp4" expression="full" duration="1338" fileSize="303168402" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10_mid.mp4" expression="full" duration="1338" fileSize="212450904" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10_Source.wmv" expression="full" duration="1338" fileSize="83367394" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10.ism/manifest" expression="full" duration="1338" fileSize="6136" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/90b0/ddcde96a-381f-46e9-8056-6f7380ae90b0/NetDebuggingVMPrimer10.wmv" length="53970737" type="video/x-ms-wmv"></enclosure>
      <dc:creator>BradL</dc:creator>
      <itunes:author>BradL</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/VM-Primer-10/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>production</category>
    </item>
  <item>
      <title>TWC9: Windows 8 &amp; VS 2012 RTM, Writing Test Adapters, FoxIE, HTML5 and more</title>
      <description><![CDATA[<p>This week on Channel 9, Dan and Brian discuss the week's top developer news, including:</p><ul><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=25s">[0:25]</a>&nbsp;<a href="http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/08/01/windows-8-has-reached-the-rtm-milestone.aspx">Windows 8 has reached the RTM milestone</a> [Brandon LeBlanc] </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=1m48s">[1:48]</a>&nbsp;<a href="http://blogs.msdn.com/b/somasegar/archive/2012/08/01/visual-studio-2012-and-net-4-5-complete.aspx">Visual Studio 2012 and .NET 4.5 Complete!</a> (S. Somasegar) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=2m34s">[2:34]</a>&nbsp;<a href="http://magenic.com/Blog/IntroducingHTMLJSTemplatesforMetroApps.aspx">Introducing HTML &amp; JS Templates for Metro Apps</a> (Caleb McElrath) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=4m3s">[4:03]</a>&nbsp;<a href="http://blogs.msdn.com/b/visualstudioalm/archive/2012/07/31/writing-a-visual-studio-2012-unit-test-adapter.aspx">Writing a Visual Studio 2012 Unit Test Adapter</a> (Mathew Aniyan) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=6m9s">[6:09]</a>&nbsp;<a href="http://blogs.msdn.com/b/bobfamiliar/archive/2012/08/01/windows-8-xna-and-monogame-part-1-overview.aspx">Windows 8, XNA and MonoGame – Part 1, Overview</a>, <a href="http://blogs.msdn.com/b/bobfamiliar/archive/2012/08/02/windows-8-xna-and-monogame-part-2-getting-started.aspx" target="_blank">Windows 8, XNA and MonoGame - Part 2, Getting Started</a> (Bob Familiar) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=7m2s">[7:02]</a> Channel 9 Highlight: <a href="http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners">HTML5 &amp; CSS3 Fundamentals: Development for Absolute Beginners</a> (Clint Rutkas, Bob Tabor, Golnaz) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=8m15s">[8:15]</a>&nbsp;<a href="http://channel9.msdn.com/Series/Foxie">FoxIE</a> (Christian Heilmann, Rey Bango) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=9m18s">[9:18]</a>&nbsp;<a href="http://deanhume.com/Home/BlogPost/hidden-gems-inside--net-classes/74">Hidden Gems inside .Net Classes</a> (Dean Hume) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=10m15s">[10:15]</a>&nbsp;<a href="http://blog.factual.com/first-release-of-factual-c-net-driver">First Release of Factual C# / .NET Driver</a>, <a href="http://www.factual.com/about">About Factual</a> </li></ul><p><strong>Picks of the Week!</strong></p><ul><li>Brian's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=11m43s">[11:43]</a> <a href="http://Outlook.com" target="_blank">Outlook.com</a> </li><li>Dan's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-August-3-2012#time=13m42s">[13:42]</a> <a href="http://channel9.msdn.com/coding4fun/blog/Keeping-an-eye-it-with-an-object-tracking-Net-Gadgeteer-robot" target="_blank">Keeping an eye it with an object tracking .Net Gadgeteer robot</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f5fdbefe6dc5424bbff6a0a1016aeb72">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-3-2012</comments>
      <itunes:summary>This week on Channel 9, Dan and Brian discuss the week&#39;s top developer news, including: [0:25]&amp;nbsp;Windows 8 has reached the RTM milestone [Brandon LeBlanc] [1:48]&amp;nbsp;Visual Studio 2012 and .NET 4.5 Complete! (S. Somasegar) [2:34]&amp;nbsp;Introducing HTML &amp;amp; JS Templates for Metro Apps (Caleb McElrath) [4:03]&amp;nbsp;Writing a Visual Studio 2012 Unit Test Adapter (Mathew Aniyan) [6:09]&amp;nbsp;Windows 8, XNA and MonoGame – Part 1, Overview, Windows 8, XNA and MonoGame - Part 2, Getting Started (Bob Familiar) [7:02] Channel 9 Highlight: HTML5 &amp;amp; CSS3 Fundamentals: Development for Absolute Beginners (Clint Rutkas, Bob Tabor, Golnaz) [8:15]&amp;nbsp;FoxIE (Christian Heilmann, Rey Bango) [9:18]&amp;nbsp;Hidden Gems inside .Net Classes (Dean Hume) [10:15]&amp;nbsp;First Release of Factual C# / .NET Driver, About Factual Picks of the Week! Brian&#39;s Pick of the Week:[11:43] Outlook.com Dan&#39;s Pick of the Week:[13:42] Keeping an eye it with an object tracking .Net Gadgeteer robot </itunes:summary>
      <itunes:duration>894</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-3-2012</link>
      <pubDate>Fri, 03 Aug 2012 22:44:07 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-3-2012</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012.mp3" expression="full" duration="894" fileSize="14318446" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012.mp4" expression="full" duration="894" fileSize="85432258" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012.webm" expression="full" duration="894" fileSize="32458145" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012.wma" expression="full" duration="894" fileSize="7241667" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012.wmv" expression="full" duration="894" fileSize="55605497" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012_high.mp4" expression="full" duration="894" fileSize="186967026" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012_mid.mp4" expression="full" duration="894" fileSize="131160341" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012_Source.wmv" expression="full" duration="894" fileSize="145522867" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012.ism/manifest" expression="full" duration="894" fileSize="6066" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/8454/0bb523ee-b382-4e0b-81c5-e42d94188454/TWC9August32012.wmv" length="55605497" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Keller, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Brian Keller, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-August-3-2012/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>HTML5</category>
      <category>XNA</category>
      <category>Windows 8</category>
      <category>Visual Studio 2012</category>
    </item>
  <item>
      <title>TWC9: Microsoft Surface, Windows Phone 8, Azure, Imagine Cup and Pi! </title>
      <description><![CDATA[<p>This week on Channel 9, Dan and Brian discuss the week's top developer news, including:</p><ul><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=53s">[0:53]</a>&nbsp;<a href="http://www.microsoft.com/surface/en/us/default.aspx">Microsoft Surface</a>, <a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=jozTK-MqEXQ">Microsoft Surface Keynote</a>, <a href="http://www.youtube.com/watch?v=dpzu3HM2CIo&amp;feature=youtu.be&amp;hd=1">Microsoft Surface Trailer</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=1m42s">[1:42]</a>&nbsp;<a href="http://windowsteamblog.com/windows_phone/b/windowsphone/archive/2012/06/20/announcing-windows-phone-8.aspx">Announcing Windows Phone 8</a> (Joe Belfiore), <a href="http://channel9.msdn.com/Events/Windows-Phone/Summit">Windows Phone Summit</a>, <a href="http://www.microsoft.com/en-us/news/presskits/windowsphone/">Windows Phone Newsroom</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=4m12s">[4:12]</a> Windows Phone 8 For Developers </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=5m37s">[5:37]</a> Windows Phone 8 For the Enterprise </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=6m58s">[6:58]</a>&nbsp;<a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012">TechEd North America 2012</a>, </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=7m52s">[7:52]</a>&nbsp;<a href="http://www.redmond-recap.com/2012/06/18/what-is-the-new-windows-azure/">What is the new Windows Azure?</a> [Poster] (Jouni Heikniemi) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=8m31s">[8:31]</a>&nbsp;<a href="http://blogs.msdn.com/b/neilhut/archive/2012/06/19/released-windows-azure-training-kit-june-2012.aspx">Released : Windows Azure Training Kit June 2012</a> (Neil Hutson) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=9m18s">[9:18]</a>&nbsp;<a href="http://msmvps.com/blogs/paulomorgado/archive/2012/06/20/testing-for-continuous-delivery-with-visual-studio-2012-rc.aspx">Testing for Continuous Delivery with Visual Studio 2012 RC</a> (Paulo Morgado), <a href="http://msdn.microsoft.com/library/jj159345">MSDN</a> (Online), <a href="http://tig.codeplex.com/releases/view/77354">CodePlex</a> (PDF)&nbsp; </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=10m22s">[10:22]</a>&nbsp;<a href="http://blogs.msdn.com/b/bharry/archive/2012/06/11/team-foundation-service-preview-is-public.aspx">Team Foundation Service Preview is public!</a> (Brian Harry), <a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DEV362">From Development to Production: Optimizing for Continuous Delivery</a> (Jamie Cool, Chris Patterson) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=11m45s">[11:45]</a>&nbsp;<a href="http://www.woodwardweb.com/vsts/tfs/tfs_from_the_ra.html">TFS from the Raspberry Pi</a> (Martin Woodward) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=12m54s">[12:54]</a>&nbsp;<a href="http://www.microsoft.com/en-us/download/details.aspx?id=30135&amp;WT.mc_id=rss_alldownloads_all">Microsoft .NET Framework Repair Tool</a>, <a href="http://support.microsoft.com/kb/2698555">KB2698555</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=13m49s">[13:49]</a>&nbsp;<a href="http://www.imaginecup.com/">Imagine Cup 2012 Worldwide People’s Choice Award</a> </li></ul><p><strong>Picks of the Week!</strong></p><ul><li>Brian's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=14m58s">[14:58]</a>&nbsp;<a href="http://blogs.msdn.com/b/briankel/archive/2012/06/21/2-new-books-pro-alm-with-visual-studio-2012-and-pro-tfs-2012.aspx">2 New Books: Pro ALM with Visual Studio 2012, and Pro TFS 2012</a> </li><li>Dan's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-June-22-2012#time=15m51s">[15:51]</a> <a href="http://europe.msteched.com/">http://europe.msteched.com/</a> </li></ul><p>&nbsp;</p><p><strong>Programming Note:</strong> Due to TechEd Europe there will be no show next week (June 29th). If you're there, please make sure you stop by and chat with team.</p><p>Also due to the July 4th holiday in the States, there will not be a show the following week either, July 6th.</p><p>We'll be back from our little summer break the second week of July. See you then!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2e0f549d82054d0ba5e5a07800057f83">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-June-22-2012</comments>
      <itunes:summary>This week on Channel 9, Dan and Brian discuss the week&#39;s top developer news, including: [0:53]&amp;nbsp;Microsoft Surface, Microsoft Surface Keynote, Microsoft Surface Trailer [1:42]&amp;nbsp;Announcing Windows Phone 8 (Joe Belfiore), Windows Phone Summit, Windows Phone Newsroom [4:12] Windows Phone 8 For Developers [5:37] Windows Phone 8 For the Enterprise [6:58]&amp;nbsp;TechEd North America 2012, [7:52]&amp;nbsp;What is the new Windows Azure? [Poster] (Jouni Heikniemi) [8:31]&amp;nbsp;Released : Windows Azure Training Kit June 2012 (Neil Hutson) [9:18]&amp;nbsp;Testing for Continuous Delivery with Visual Studio 2012 RC (Paulo Morgado), MSDN (Online), CodePlex (PDF)&amp;nbsp; [10:22]&amp;nbsp;Team Foundation Service Preview is public! (Brian Harry), From Development to Production: Optimizing for Continuous Delivery (Jamie Cool, Chris Patterson) [11:45]&amp;nbsp;TFS from the Raspberry Pi (Martin Woodward) [12:54]&amp;nbsp;Microsoft .NET Framework Repair Tool, KB2698555 [13:49]&amp;nbsp;Imagine Cup 2012 Worldwide People’s Choice Award Picks of the Week! Brian&#39;s Pick of the Week:[14:58]&amp;nbsp;2 New Books: Pro ALM with Visual Studio 2012, and Pro TFS 2012 Dan&#39;s Pick of the Week:[15:51] http://europe.msteched.com/ &amp;nbsp; Programming Note: Due to TechEd Europe there will be no show next week (June 29th). If you&#39;re there, please make sure you stop by and chat with team. Also due to the July 4th holiday in the States, there will not be a show the following week either, July 6th. We&#39;ll be back from our little summer break the second week of July. See you then! </itunes:summary>
      <itunes:duration>1048</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-June-22-2012</link>
      <pubDate>Sat, 23 Jun 2012 00:10:25 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-June-22-2012</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012.mp3" expression="full" duration="1048" fileSize="16772704" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012.mp4" expression="full" duration="1048" fileSize="100793674" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012.webm" expression="full" duration="1048" fileSize="38387889" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012.wma" expression="full" duration="1048" fileSize="8482319" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012.wmv" expression="full" duration="1048" fileSize="104667773" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012_high.mp4" expression="full" duration="1048" fileSize="220150905" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012_mid.mp4" expression="full" duration="1048" fileSize="153974882" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012_Source.wmv" expression="full" duration="1048" fileSize="125554320" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012.ism/manifest" expression="full" duration="1048" fileSize="6056" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/40e7/f7d29e4e-d854-4309-8e8c-6942501240e7/TWC9June222012.wmv" length="104667773" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Keller, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Brian Keller, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-June-22-2012/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>Microsoft Surface</category>
      <category>Team Foundation Server</category>
      <category>Tech.Ed</category>
      <category>Windows Azure</category>
      <category>TechEd Europe</category>
      <category>Windows Phone 8</category>
    </item>
  <item>
      <title>WIN280 - Metro in Windows 8 and Windows Phone (Part 2)</title>
      <description><![CDATA[<p><strong><img src="http://techdays.ca/images/td-tv-logo.png" alt=""></strong></p><p>The Metro interface has the potential to change how a lot of people use computers. You've started seeing it&nbsp;in the Windows Phone. More if you have downloaded the Windows 8 consumer preview. In this session, we will demonstrate how the power exposed by Metro (through live tiles, push notifications, immersive user experiences, etc.) can be harnessed to provide a usable and intuitive application.</p><p><strong>This Session's Experts</strong></p><p><a href="http://atleyhunter.com">Atley Hunter</a> (<a href="http://twitter.com/atleyhunter">Twitter</a>, <a href="http://ca.linkedin.com/in/atleyhunter">LinkedIn</a>, <a href="http://atleyhunter.com">Blog</a>)</p><p><em>This session was recorded live at ObjectSharp's annual &quot;At The Movies&quot; event - May 1, 2012, Scotiabank Theatre, Toronto, Ontario.</em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:320058badcc548f5ae6ba057016013a4">]]></description>
      <comments>http://channel9.msdn.com/Blogs/techdaysca/WIN280p2</comments>
      <itunes:summary> The Metro interface has the potential to change how a lot of people use computers. You&#39;ve started seeing it&amp;nbsp;in the Windows Phone. More if you have downloaded the Windows 8 consumer preview. In this session, we will demonstrate how the power exposed by Metro (through live tiles, push notifications, immersive user experiences, etc.) can be harnessed to provide a usable and intuitive application. This Session&#39;s Experts Atley Hunter (Twitter, LinkedIn, Blog) This session was recorded live at ObjectSharp&#39;s annual &amp;quot;At The Movies&amp;quot; event - May 1, 2012, Scotiabank Theatre, Toronto, Ontario. </itunes:summary>
      <itunes:duration>1696</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/techdaysca/WIN280p2</link>
      <pubDate>Tue, 22 May 2012 16:40:07 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/techdaysca/WIN280p2</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2.mp3" expression="full" duration="1696" fileSize="27151747" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2.mp4" expression="full" duration="1696" fileSize="145189597" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2.webm" expression="full" duration="1696" fileSize="4913" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2.wma" expression="full" duration="1696" fileSize="13727303" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2.wmv" expression="full" duration="1696" fileSize="190143661" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2_high.mp4" expression="full" duration="1696" fileSize="337425125" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2_mid.mp4" expression="full" duration="1696" fileSize="232054772" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2_Source.wmv" expression="full" duration="1696" fileSize="298532560" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2.ism/manifest" expression="full" duration="1696" fileSize="5996" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/4656/ea5406ee-e799-42eb-93f6-4e86d4024656/WIN280p2.wmv" length="190143661" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jonathan Rozenblit, Atley Hunter</dc:creator>
      <itunes:author>Jonathan Rozenblit, Atley Hunter</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/techdaysca/WIN280p2/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>C#</category>
      <category>Developer</category>
      <category>Windows Phone</category>
      <category>Windows Marketplace</category>
      <category>Windows Phone 7</category>
      <category>XAML</category>
      <category>Marketplace</category>
      <category>Windows User Interface</category>
    </item>
  <item>
      <title>TWC9: C9 Gets MSDN, VS11 SDK Beta, Win8 Camp in a Box, Faces for WP7 and more</title>
      <description><![CDATA[<p>This week on Channel 9, Dan and Brian discuss the week's top developer news, including:</p><ul><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=41s">[0:41]</a>&nbsp;<a href="http://channel9.msdn.com/Blogs/C9Team/Announcing-MSDN-Profile-Integration" target="_blank">Announcing MSDN Profile Integration</a> (<a href="http://channel9.msdn.com/Niners/Geoffreyk">Geoffrey</a>, <a href="http://channel9.msdn.com/Niners/karstenj">karstenj</a>, <a href="http://channel9.msdn.com/Niners/Sampy">Mike Sampson</a>) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=1m26s">[1:26]</a>&nbsp;<a href="http://blogs.msdn.com/b/somasegar/archive/2012/05/16/net-improvements-for-cloud-and-server-applications.aspx">.NET 4.5 Improvements for Cloud and Server Applications</a> (Soma Somasegar) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=2m27s">[2:27]</a>&nbsp;<a href="http://blogs.msdn.com/b/jasonz/archive/2012/05/10/my-favorite-features-improved-tooling-in-visual-studio-11-for-javascript-developers.aspx">My Favorite Features: Improved Tooling in Visual Studio 11 for JavaScript Developers</a> (Jason Zander) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=5m29s">[5:29]</a>&nbsp;<a href="http://visualstudiogallery.msdn.microsoft.com/b2fa5b3b-25eb-4a2f-80fd-59224778ea98/description">Microsoft Visual Studio 11 Beta SDK</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=5m50s">[5:50]</a>&nbsp;<a href="http://blogs.msdn.com/b/yaohuang1/archive/2012/05/13/asp-net-web-api-introducing-iapiexplorer-apiexplorer.aspx">ASP.NET Web API: Introducing IApiExplorer/ApiExplorer</a> (Yao) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=7m23s">[7:23]</a>&nbsp;<a href="http://blogs.msdn.com/b/windowsappdev/archive/2012/05/16/being-productive-when-your-app-is-offscreen.aspx">Being productive when your Win8 Metro app is offscreen</a> (Hari Pulapaka) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=8m58s">[8:58]</a>&nbsp;<a href="http://www.microsoft.com/en-us/download/details.aspx?id=29854&amp;WT.mc_id=rss_alldownloads_all">Windows 8 Camp in a Box, Consumer Preview Edition</a>, <a href="http://devcamps.ms/windows">http://devcamps.ms/windows</a>&nbsp; </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=10m12s">[10:12]</a>&nbsp;<a href="http://visualstudiogallery.msdn.microsoft.com/eedc48e7-5169-40d3-b602-ad451990a420/description">Array Visualizer VS Extension</a> (Amir Liberman) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=11m39s">[11:39]</a>&nbsp;<a href="http://research.microsoft.com/en-us/downloads/e87326ba-97c7-4b7e-bea4-123853f40b4d/default.aspx">Microsoft Research Face SDK Beta for Windows Phone</a> [Found Via: <a href="http://www.alvinashcraft.com">Alvin Ashcraft's Morning Dew</a> - <a href="http://www.alvinashcraft.com/2012/05/16/dew-drop-may-16-2012-1328">Dew Drop – May 16, 2012 (#1,328)</a>] </li></ul><p><strong>Picks of the Week!</strong></p><ul><li>Brian's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=12m35s">[12:35]</a> <a href="http://www.youtube.com/watch?v=EL_g0tyaIeE" target="_blank">Pixar studio stories - The movie vanishes (full)</a> </li><li>Dan's Pick of the Week:<a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-18-2012#time=13m54s">[13:54]</a> <a href="http://channel9.msdn.com/coding4fun/blog/Building-Battling-Bots-with-DumbBotsNet" target="_blank">Building Battling Bots with DumbBots.Net</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e40e3b665ab545c49007a054017d0945">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-18-2012</comments>
      <itunes:summary>This week on Channel 9, Dan and Brian discuss the week&#39;s top developer news, including: [0:41]&amp;nbsp;Announcing MSDN Profile Integration (Geoffrey, karstenj, Mike Sampson) [1:26]&amp;nbsp;.NET 4.5 Improvements for Cloud and Server Applications (Soma Somasegar) [2:27]&amp;nbsp;My Favorite Features: Improved Tooling in Visual Studio 11 for JavaScript Developers (Jason Zander) [5:29]&amp;nbsp;Microsoft Visual Studio 11 Beta SDK [5:50]&amp;nbsp;ASP.NET Web API: Introducing IApiExplorer/ApiExplorer (Yao) [7:23]&amp;nbsp;Being productive when your Win8 Metro app is offscreen (Hari Pulapaka) [8:58]&amp;nbsp;Windows 8 Camp in a Box, Consumer Preview Edition, http://devcamps.ms/windows&amp;nbsp; [10:12]&amp;nbsp;Array Visualizer VS Extension (Amir Liberman) [11:39]&amp;nbsp;Microsoft Research Face SDK Beta for Windows Phone [Found Via: Alvin Ashcraft&#39;s Morning Dew - Dew Drop – May 16, 2012 (#1,328)] Picks of the Week! Brian&#39;s Pick of the Week:[12:35] Pixar studio stories - The movie vanishes (full) Dan&#39;s Pick of the Week:[13:54] Building Battling Bots with DumbBots.Net </itunes:summary>
      <itunes:duration>926</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-18-2012</link>
      <pubDate>Sat, 19 May 2012 03:40:24 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-18-2012</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012.mp3" expression="full" duration="926" fileSize="14830036" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012.mp4" expression="full" duration="926" fileSize="88765750" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012.webm" expression="full" duration="926" fileSize="4872" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012.wma" expression="full" duration="926" fileSize="7500011" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012.wmv" expression="full" duration="926" fileSize="114651041" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012_high.mp4" expression="full" duration="926" fileSize="194346248" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012_mid.mp4" expression="full" duration="926" fileSize="135782841" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012_Source.wmv" expression="full" duration="926" fileSize="138385019" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/4640/452c8f72-122d-4434-a3a6-55e616804640/TWC9May172012.wmv" length="114651041" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brian Keller, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Brian Keller, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-18-2012/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>Channel 9</category>
      <category>Visual Studio</category>
      <category>Visual Studio 2010</category>
      <category>WCF</category>
      <category>Windows Phone 7</category>
      <category>Windows 8</category>
      <category>Windows User Interface</category>
    </item>
  <item>
      <title>A triple dose of the .NET Micro Framework. Netduino, .NET Gadgeteer and a FEZ Hydra Basic Kit</title>
      <description><![CDATA[<p>Today's Hardware Friday is a triple dose of .NET Micro Framework and .NET Gadgeteer getting started, into, kicked off, hooked, what are they and getting started posts.</p><p>From a slide deck and great link round-up my Pete Brown, to watching him geek out for an hour to a getting started with FEZ Hydra Basic Kit post by Ian Lee, Sr. it's all here. If at the end of this, your &quot;I wanna build something&quot; itch isn't asking for attention...</p><h2><a href="http://10rem.net/blog/2012/02/26/the-net-micro-framework-and-net-gadgeteer" target="_blank">The .NET Micro Framework and .NET Gadgeteer</a></h2><blockquote><p>At the South Florida Code Camp last week, I presented the &quot;.NET Micro Framework and .NET Gadgeteer&quot;. The primary demo was the Gadgeteer diaper monitor, but I also showed off hardware, wired some LEDs to the Netduino etc.</p><p><a href="http://10rem.net/blog/2012/02/26/the-net-micro-framework-and-net-gadgeteer" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B3%5D-50.png" alt="image" width="639" height="358" border="0"></a></p><p><a href="http://10rem.net/blog/2012/02/26/the-net-micro-framework-and-net-gadgeteer" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B7%5D-19.png" alt="image" width="488" height="407" border="0"></a></p></blockquote><h2><a href="http://devhammer.net/blog/pete-brown-geeks-out-on-.net-gadgeteer-and-netduino" target="_blank">Pete Brown Geeks out on .NET Gadgeteer and Netduino</a></h2><blockquote><p>This past week, my friend and fellow Microsoftie, <a href="http://10rem.net/blog">Pete Brown</a>, ran a neat <a href="http://channel9.msdn.com/Events/Patterns-Practices-Symposium-Online/">online symposium for the Microsoft Patterns &amp; Practices group</a>. As part of the event, Pete did an hour-long session introducing the <a href="http://www.netmf.com/">.NET Micro Framework</a>, and many of the cool things you can do with the various devices in the NETMF ecosystem, including <a href="http://netduino.com/">Netduino, Netduino Go</a>, and <a href="http://www.netmf.com/gadgeteer/">.NET Gadgeteer</a> boards like the <a href="http://www.ghielectronics.com/catalog/product/269">FEZ Spider</a>. He was even kind enough to do a demo of <a href="http://devhammer.net/blog/gadgeteer-and-midi-making-music-with-microcontrollers">the Meeblipiator project</a> I put together using his <a href="http://10rem.net/blog/2012/03/31/midi-module-assembly-instructions">Gadgeteer MIDI module</a> (the demo is at around 45 minutes in). Here's the video…enjoy!</p><p><a href="http://channel9.msdn.com/Events/Patterns-Practices-Symposium-Online/Patterns-Practices-Symposium-Online-2012/Gadgeteering-and-hte-NET-Micro-Framework" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B12%5D-23.png" alt="image" width="650" height="364" border="0"></a></p></blockquote><h2><a href="http://blog.ianlee.info/2012/04/getting-started-with-hydra-basic-kit.html" target="_blank">Getting Started With a FEZ Hydra Basic Kit</a></h2><blockquote><p>I’m teaching a <a href="http://www.netmf.com/Home.aspx">NETMF</a> Gadgeteer lab for the <a href="http://nashdotnet.org/">Nashville .NET User’s Group</a> this week. Our gracious sponsors have purchased several <a href="http://www.ghielectronics.com/catalog/product/332">FEZ Hydra Basic Kits</a> made by <a href="http://www.ghielectronics.com/">GHI</a> Electronics that we’ll be using to introduce everyone to the Gadgeteer world.<br><br>The FEZ Hydra Basic Kit consists of:</p><ul><li><a href="http://www.ghielectronics.com/catalog/product/328">FEZ Hydra Mainboard</a> </li><li><a href="http://www.ghielectronics.com/catalog/product/330">USB Client SP Module</a> </li><li><a href="http://www.ghielectronics.com/catalog/product/318">LED7R Module</a> </li><li><a href="http://www.ghielectronics.com/catalog/product/299">Joystick Module</a> </li><li><a href="http://www.ghielectronics.com/catalog/product/336">LightSense Module</a> </li></ul>So, the challenge is what can we build with just these components? <p><strong>THE PLAN</strong><br>We’re going to build a simple project that will use the green LEDs on the outer ring of the LED7R module as a gauge to show the light level that is reported by the LightSense module. In the center of the LED7R module is a bright red LED. I’m going to use the Joystick module to vary the brightness of this LED.</p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Dqa6Ae6CHgA&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Dqa6Ae6CHgA&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p><p><a href="http://blog.ianlee.info/2012/04/getting-started-with-hydra-basic-kit.html" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B16%5D-15.png" alt="image" width="551" height="180" border="0"></a></p><p>...</p><p>Run the program and now when you move the Joystick up &amp; down you should see a slight variation in the brightness of the red LED in the middle of the LED7R module.</p><p>Surely, you’re having fun now???</p><p>You may be asking yourself why we used Timers instead of just putting a loop in our ProgramStarted() event. This is one area where Gadgeteer is very different than traditional NETMF projects. <a href="http://blogs.msdn.com/b/net_gadgeteer/archive/2011/12/19/why-not-while-true.aspx">Read this blog post</a> for an excellent explanation and you’ll save yourself some frustration down the line.</p><p><strong>WHAT NEXT?</strong><br>Well, that’s up to you! I’ve given you a simple example of a couple things you can do with the FEZ Hydra Basic Kit. Now, take this example and improve it or come up with something better (a game maybe?). Be sure to leave a comment on this post and tell me what you did or even better post a link to a video.</p><p>Have fun!</p><p>Download the complete project source <a href="https://docs.google.com/open?id=0B2AYdWBXfMJkdUt5SEZUTXRUYW8">here</a>.</p></blockquote> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:18d66b24ca9d47ec95ffa04f0102de1e">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/A-triple-dose-of-the-NET-Micro-Framework-Netduino-NET-Gadgeteer-and-a-FEZ-Hydra-Basic-Kit</comments>
      <itunes:summary>Today&#39;s Hardware Friday is a triple dose of .NET Micro Framework and .NET Gadgeteer getting started, into, kicked off, hooked, what are they and getting started posts. From a slide deck and great link round-up my Pete Brown, to watching him geek out for an hour to a getting started with FEZ Hydra Basic Kit post by Ian Lee, Sr. it&#39;s all here. If at the end of this, your &amp;quot;I wanna build something&amp;quot; itch isn&#39;t asking for attention... The .NET Micro Framework and .NET GadgeteerAt the South Florida Code Camp last week, I presented the &amp;quot;.NET Micro Framework and .NET Gadgeteer&amp;quot;. The primary demo was the Gadgeteer diaper monitor, but I also showed off hardware, wired some LEDs to the Netduino etc.   Pete Brown Geeks out on .NET Gadgeteer and NetduinoThis past week, my friend and fellow Microsoftie, Pete Brown, ran a neat online symposium for the Microsoft Patterns &amp;amp; Practices group. As part of the event, Pete did an hour-long session introducing the .NET Micro Framework, and many of the cool things you can do with the various devices in the NETMF ecosystem, including Netduino, Netduino Go, and .NET Gadgeteer boards like the FEZ Spider. He was even kind enough to do a demo of the Meeblipiator project I put together using his Gadgeteer MIDI module (the demo is at around 45 minutes in). Here&#39;s the video…enjoy!  Getting Started With a FEZ Hydra Basic KitI’m teaching a NETMF Gadgeteer lab for the Nashville .NET User’s Group this week. Our gracious sponsors have purchased several FEZ Hydra Basic Kits made by GHI Electronics that we’ll be using to introduce everyone to the Gadgeteer world.The FEZ Hydra Basic Kit consists of: FEZ Hydra Mainboard USB Client SP Module LED7R Module Joystick Module LightSense Module So, the challenge is what can we build with just these components? THE PLANWe’re going to build a simple project that will use the green LEDs on the outer ring of the LED7R module as a gauge to show the light level that is reported by the LightSense mo</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/A-triple-dose-of-the-NET-Micro-Framework-Netduino-NET-Gadgeteer-and-a-FEZ-Hydra-Basic-Kit</link>
      <pubDate>Fri, 18 May 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/A-triple-dose-of-the-NET-Micro-Framework-Netduino-NET-Gadgeteer-and-a-FEZ-Hydra-Basic-Kit</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/5ae90cbe-742f-410d-8385-a08f6176f4e5.png" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/9223d99c-907d-4323-a63f-9467c2124532.png" height="123" 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/A-triple-dose-of-the-NET-Micro-Framework-Netduino-NET-Gadgeteer-and-a-FEZ-Hydra-Basic-Kit/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>.NET Micro Framework</category>
      <category>Coding4Fun</category>
    </item>
  <item>
      <title>Welcome to the IGF, Indiefreaks Game Framework</title>
      <description><![CDATA[<p>Today's project is a kind that I don't usually highlight, one that relies on a commercial third party SDK, but I really appreciated the author's intent and goals with it. I just can't get enough of people taking their hard learned&nbsp;lessons, packaging&nbsp;them up and then sharing them freely with the world.</p><h2><a href="http://igf.codeplex.com/" target="_blank">Indiefreaks Game Framework</a></h2><blockquote><p>The Indiefreaks Game Framework or IGF is a set of .Net libraries compiling a few years of experimenting and prototyping design patterns developing games for Microsoft Xna Framework using the SynapseGaming SunBurn graphics engine.</p><p>The goal here is to share with the community what I consider as best practices so they can avoid going through the same steps as I did. The Indiefreaks Game Framework is totally free (like in free beer) to use but it still requires you to acquire a SunBurn engine license (<a href="http://http://www.synapsegaming.com/products/sunburn/engine/">learn more here</a>).</p><h4>Core Features</h4><ul><li><strong>Target Platforms</strong>: The Indiefreaks Game Framework works on Windows Vista, Windows 7, Xbox 360 and Windows Phone 7.1 platforms. </li><li><strong>Application Framework</strong>: One of the core features of the Indiefreaks Game Framework is to provide a full application life cycle framework to ease the creation and maintenance of games splitting logically how games are generally developped. </li><li><strong>Smart Content Management</strong>: IGF encapsulates the Xna ContentManager class to load content as WeakReferences avoiding therefore the developer the need to manage Content memory. You can also easily asynchronously preload content while rendering a custom thread safe loading screen. </li><li><strong>Input Management</strong>: InputManager handles GamePad related XBLIG requirements through a set of Connection, Disconnection events and a LogicalPlayerIndex enumeration you can use to know which PlayerIndex is in your game. Also includes a Virtual GamePad using Keyboard &amp; Mouse or WP7 touch mapping to buttons and sticks. </li></ul><h4>2D &amp; 3D Rendering</h4><ul><li><strong>SunBurn Rendering</strong>: The Indiefreaks Game Framework implements Forward and Deferred rendering using the core SynapseGaming SunBurn engine rendering capabilities. (Deferred rendering requires a SunBurn engine Pro license and isn't available on WP7) </li><li><strong>Easy Hardware Instancing</strong>: Save your game framerate using the builtin InstancingManager to render hundreds of similar meshes using 10 lines of code while keeping direct control on each instance world transforms. </li><li><strong>Cameras</strong>: The framework includes a set of 2d &amp; 3d cameras easily extendable (static and controlled by input) that plug nicely to the SunBurn engine using a CameraManager residing inside the SunBurn SceneInterface Managers. </li><li><strong>Sprite System</strong>: The Indiefreaks Game Framework extends SunBurn 2d features with a Sprite system enabling developers to benefit from the SunBurn rendering as well as 2d world transform and collision. </li><li><strong>GUI &amp; Menu System</strong>: Adding a Main Menu, Pause Menu, a Heads Up Display (HUD) or any other Graphical User Interface for your game is now easy, expendable and framerate friendly thanks to IGF. Thanks to IGF Smart Input System, it supports both GamePad and Mouse&#43;Keyboard input devices switching 2 properties. </li><li><strong>Particle System</strong>: Through Mercury Particle Engine integration as SceneEntity instances, IGF lets you emit &amp; trig particles with a few lines of code &amp; movable within SunBurn Editor. </li><li><strong>Post Processing Effects</strong>: Add Depth Of Field, God Rays (under development), SSAO (under development), Motion Blur (under development) post processing effects to your games simply adding them to your SunBurn PostProcessorManager instance and setting a few properties that can be tweaked at runtime. (requires SunBurn Pro). </li></ul><h4>Physics &amp; Collisions</h4><ul><li><strong>BEPUPhysics v1.1.0.0 integration</strong>: IGF allows you to replace SunBurn's default CollisionManager with the impressive BEPUPhysics system. It supports: <ul><li><strong>Dynamic &amp; Static Box Colliders</strong> </li><li><strong>Dynamic &amp; Static Sphere Colliders</strong> </li><li><strong>Dynamic &amp; Static ConvexHull Colliders</strong> </li><li><strong>Static Mesh Colliders</strong> </li></ul></li></ul><h4>Game Logic</h4><ul><li><strong>Abstract Network System</strong>: IGF comes with an abstraction layer for networking concepts. It allows the developer to make single or multiplayer games without caring much how the network calls, client &amp; server concepts are implemented. <ul><li><strong>Xbox Live</strong>: As part of the Abstract Network feature, IGF fully implements the Xbox Live features provided within the Xna framework (as well as Games For Windows Live). </li><li><strong>Lidgren Network Library</strong>: Since Xna doesn't support Games For Windows - Live except for development purposes, IGF comes with an equivalent implementation using the <a href="http://code.google.com/p/lidgren-network-gen3/">Lidgren Network Library</a> (Only for SinglePlayer &amp; Local Area Network for now). </li><li><strong>Local Session</strong>: If you want to make a single player game, the Local session system will be your best choice as it provides much of Xbox Live features (Player Identification, Game session management, ...) for a single player game. Moreover, it eases a lot moving your game from Single Player to Multi Player using any of the network library implementations above. </li></ul></li><li><strong>Logic Components &amp; Behaviors</strong>: Ease your game logic implementation with Player &amp; Non Player Agents that accept your own Behavior scripts written in C# and plug them to any SceneObject or SceneEntity in your scene. Moreover, they work seemlessly with any of the above Network implementations letting you code once your game logic and play it on Local session, Xbox Live or any other network implementation. <ul><li><strong>Steering Behaviors</strong>: IGF implements Steering Behaviors for Autonomous Agents that can be applied to 2D or 3D game entities independently. Easy to setup and configure Seek, Arrive, Flee, Evade, Pursuit, Obstacle Avoidance, Cohesion, Alignment and much more… </li><li><strong>Finite State Machines</strong>: Create your desired game entities states and add them to IGF Finite State Machine system using a simple enumeration. Simply add a StateMachineAgent component to your SceneEntity or SceneObject instances and they’ll get a brain. </li><li><strong>Goal Driven AI</strong>: For more complex AI entities, IGF provides a Goal Driven system that can be applied to your game entities. Define their goals, implement the desirability computation and add them to the GoalBrain SunBurn Component and you’ll see your game entities make smart decisions! </li></ul></li></ul><h3>Development Requirements</h3><ul><li>Microsoft Xna Game Studio 4.0 refresh </li><li>SynapseGaming SunBurn Engine Indie or Pro editions </li><li>Windows Vista­® (x86 or x64) with Service Pack 2 - All editions except Starter Edition </li><li>Windows 7® (x86 or x64) - All editions except Starter Edition </li><li>Object Oriented Programming concepts </li><li>C# programming </li><li>Microsoft Xna Framework </li><li>SunBurn Engine for advanced rendering </li></ul></blockquote><p>So that sounds great, but how do you get started with it? Check out this eight part video tutorial series on building a game with IGF;</p><h3><a href="http://igf.codeplex.com/documentation" target="_blank">Ace on Steroids</a></h3><blockquote><p>Ace on Steroids is a game project using the Indiefreaks Game Framework which purpose is to demonstrate how to use the framework to make a full 3D game through a set of live development recorded videos.</p><p>This is an experimental tutorial process and hopefully will satisfy your needs.<br>Feel free to share your feedback about these with us in the Comments of each video.</p><ul><li><a href="http://igf.codeplex.com/wikipage?title=01%20-%20Getting%20Started&amp;referringTitle=Documentation">01 - Getting Started</a> </li><li><a href="http://igf.codeplex.com/wikipage?title=02%20-%20Adding%20a%20custom%20Splash%20Screen&amp;referringTitle=Documentation">02 - Adding a custom Splash Screen</a> </li><li><a href="http://igf.codeplex.com/wikipage?title=03%20-%20Add%20a%20Start%20Screen&amp;referringTitle=Documentation">03 - Add a Start Screen</a> </li><li><a href="http://igf.codeplex.com/wikipage?title=04%20-%20Add%20your%20Game%20Title%20%26%20a%20Root%20Main%20Menu&amp;referringTitle=Documentation">04 - Add your Game Title &amp; a Root Main Menu</a> </li><li><a href="http://igf.codeplex.com/wikipage?title=05%20-%20Adding%20Keyboard%20and%20Mouse%20support%20And%20Gameplay%20GameState&amp;referringTitle=Documentation">05 - Adding Keyboard and Mouse support And Gameplay GameState</a> </li><li><a href="http://igf.codeplex.com/wikipage?title=06%20-%20Player%20Physics%20%26%20World%20Transforms&amp;referringTitle=Documentation">06 - Player Physics &amp; World Transforms</a> </li><li><a href="http://igf.codeplex.com/wikipage?title=07%20-%20Wrapped%20Screen%20Behavior&amp;referringTitle=Documentation">07 - Wrapped Screen Behavior</a> </li><li><a href="http://igf.codeplex.com/wikipage?title=08%20-%20Asteroids%20%26%20Collisions&amp;referringTitle=Documentation">08 - Asteroids &amp; Collisions</a> </li></ul></blockquote><p>So lets take a quick peek at the IGF Solution.</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B3%5D-49.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B1%5D-58.png" alt="image" width="100" height="427" border="0"></a></p><p>That's the collapsed to the project level...</p><p>BTW, the project source shown in the tutorial is also available.</p><p>A final bright spot is that there is a free version of the SunBurn engine, but it's a version behind the commercial release, which IGF is dependent on. Why is that a bright spot? Because once the free version makes the jump to v2, Philippe plans on making sure IGF supports it too.</p><p>If you're already a SunBurn engine user, then this project looks like it's easily worth a bit of time to check out. If you're on the fence about using SunBurn, then maybe work like this is all you need to help you make the decision. Even if you are not in either camp, but are still looking at learning from the hard lessons of others... well here you go.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5c42f507271949099079a04f00fca55e">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Welcome-to-the-IGF-Indiefreaks-Game-Framework</comments>
      <itunes:summary>Today&#39;s project is a kind that I don&#39;t usually highlight, one that relies on a commercial third party SDK, but I really appreciated the author&#39;s intent and goals with it. I just can&#39;t get enough of people taking their hard learned&amp;nbsp;lessons, packaging&amp;nbsp;them up and then sharing them freely with the world. Indiefreaks Game FrameworkThe Indiefreaks Game Framework or IGF is a set of .Net libraries compiling a few years of experimenting and prototyping design patterns developing games for Microsoft Xna Framework using the SynapseGaming SunBurn graphics engine. The goal here is to share with the community what I consider as best practices so they can avoid going through the same steps as I did. The Indiefreaks Game Framework is totally free (like in free beer) to use but it still requires you to acquire a SunBurn engine license (learn more here). Core FeaturesTarget Platforms: The Indiefreaks Game Framework works on Windows Vista, Windows 7, Xbox 360 and Windows Phone 7.1 platforms. Application Framework: One of the core features of the Indiefreaks Game Framework is to provide a full application life cycle framework to ease the creation and maintenance of games splitting logically how games are generally developped. Smart Content Management: IGF encapsulates the Xna ContentManager class to load content as WeakReferences avoiding therefore the developer the need to manage Content memory. You can also easily asynchronously preload content while rendering a custom thread safe loading screen. Input Management: InputManager handles GamePad related XBLIG requirements through a set of Connection, Disconnection events and a LogicalPlayerIndex enumeration you can use to know which PlayerIndex is in your game. Also includes a Virtual GamePad using Keyboard &amp;amp; Mouse or WP7 touch mapping to buttons and sticks. 2D &amp;amp; 3D RenderingSunBurn Rendering: The Indiefreaks Game Framework implements Forward and Deferred rendering using the core SynapseGaming SunBurn engine rendering</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Welcome-to-the-IGF-Indiefreaks-Game-Framework</link>
      <pubDate>Wed, 16 May 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Welcome-to-the-IGF-Indiefreaks-Game-Framework</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/e5d9525a-797b-44f7-8fb6-c1975e953ff0.png" height="58" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/eaf54e9c-dbd5-43bf-9800-134550b24a39.png" height="128" 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/Welcome-to-the-IGF-Indiefreaks-Game-Framework/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>C#</category>
      <category>Coding4Fun</category>
      <category>XNA</category>
      <category>Game Development</category>
      <category>XNA framework</category>
    </item>
  <item>
      <title>TWC9: VS11 RC UI Updates, Portable Library v2 Beta, Hilo for Win 8 and more</title>
      <description><![CDATA[<p>This week on Channel 9, Dan and Clint discuss the week's top developer news, including:</p><ul><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=28s">[0:28]</a>&nbsp;<a href="http://blogs.msdn.com/b/visualstudio/archive/2012/05/08/visual-studio-11-user-interface-updates-coming-in-rc.aspx">Visual Studio 11 User Interface Updates Coming in RC</a> (Monty Hammontree) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=2m5s">[2:05]</a>&nbsp;<a href="http://blogs.msdn.com/b/bclteam/archive/2012/05/09/announcing-portable-library-tools-2-beta-for-visual-studio-2010.aspx">Announcing Portable Library Tools 2 Beta for Visual Studio 2010 [Mircea]</a> (BCL Team) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=3m57s">[3:57]</a>&nbsp;<a href="http://blogs.msdn.com/b/nativeconcurrency/archive/2012/05/07/check-out-hilo-for-windows-8.aspx">Check out Hilo for Windows 8!</a> (Thomas Petchel), <a href="http://hilo.codeplex.com">http://hilo.codeplex.com</a> </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=4m56s">[4:56]</a>&nbsp;<a href="http://blog.jayway.com/2012/05/08/porting-to-windows-8-from-windows-phone-looking-backwhat-would-we-do-differently-12-of-12/">Converting to Windows 8 from Windows Phone | Looking back–what would we do differently (12 of 12)</a> (Andreas Hammar, Håkan Reis and Peter von Lochow) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=6m9s">[6:09]</a>&nbsp;<a href="http://www.sadev.co.za/content/net-45-baby-steps-series-index">.NET 4.5 Baby Steps: Series Index</a> (Robert MacLean) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=7m13s">[7:13]</a>&nbsp;<a href="http://geekswithblogs.net/terje/archive/2012/05/06/visual-studio-2010-version-and-update-information-tool.aspx">Visual Studio 2010: Version and update information tool</a>, <a href="http://visualstudiogallery.msdn.microsoft.com/bce6cbf1-fb55-4a7d-b39b-8589634d846f">VersionInfo</a> (Terje Sandstrom) </li><li><a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=8m7s">[8:07]</a>&nbsp;<a href="http://channel9.msdn.com/Blogs/devsdevsdevs/D3EP601">Scott Guthrie on Cloud-Powered Revolutions</a> (Jonathan Rozenblit and Scott Guthrie) </li></ul><p><strong>Picks of the Week!</strong></p><ul><li>Clint's Pick of the Week: <a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=9m6s">[9:06]</a>&nbsp;<a href="http://www.maximumpc.com/article/news/wolfenstein_3d_turns_20_id_showers_gamers_gratis_goodies" target="_blank">Wolfenstein 3D Turns 20, iD Showers Gamers With Gratis Goodies</a> </li><li>Dan's Pick of the Week: <a href="http://channel9.msdn.com/Shows/This&#43;Week&#43;On&#43;Channel&#43;9/TWC9-May-11-2012#time=9m50s">[9:50]</a>&nbsp;<a href="http://www.zdnet.com/blog/emergingtech/telehuman-taps-kinect-for-3d-holographic-videoconferencing/3265" target="_blank">'TeleHuman' taps Kinect for 3D holographic videoconferencing</a> </li></ul> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b70b51e5f4b043e59e7ba04e0172af37">]]></description>
      <comments>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-11-2012</comments>
      <itunes:summary>This week on Channel 9, Dan and Clint discuss the week&#39;s top developer news, including: [0:28]&amp;nbsp;Visual Studio 11 User Interface Updates Coming in RC (Monty Hammontree) [2:05]&amp;nbsp;Announcing Portable Library Tools 2 Beta for Visual Studio 2010 [Mircea] (BCL Team) [3:57]&amp;nbsp;Check out Hilo for Windows 8! (Thomas Petchel), http://hilo.codeplex.com [4:56]&amp;nbsp;Converting to Windows 8 from Windows Phone | Looking back–what would we do differently (12 of 12) (Andreas Hammar, H&#229;kan Reis and Peter von Lochow) [6:09]&amp;nbsp;.NET 4.5 Baby Steps: Series Index (Robert MacLean) [7:13]&amp;nbsp;Visual Studio 2010: Version and update information tool, VersionInfo (Terje Sandstrom) [8:07]&amp;nbsp;Scott Guthrie on Cloud-Powered Revolutions (Jonathan Rozenblit and Scott Guthrie) Picks of the Week! Clint&#39;s Pick of the Week: [9:06]&amp;nbsp;Wolfenstein 3D Turns 20, iD Showers Gamers With Gratis Goodies Dan&#39;s Pick of the Week: [9:50]&amp;nbsp;&#39;TeleHuman&#39; taps Kinect for 3D holographic videoconferencing </itunes:summary>
      <itunes:duration>675</itunes:duration>
      <link>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-11-2012</link>
      <pubDate>Sat, 12 May 2012 00:39:56 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-11-2012</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012.mp3" expression="full" duration="675" fileSize="10805507" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012.mp4" expression="full" duration="675" fileSize="64670498" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012.webm" expression="full" duration="675" fileSize="4872" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012.wma" expression="full" duration="675" fileSize="5466303" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012.wmv" expression="full" duration="675" fileSize="81433535" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012_high.mp4" expression="full" duration="675" fileSize="141773038" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012_mid.mp4" expression="full" duration="675" fileSize="99070428" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012_Source.wmv" expression="full" duration="675" fileSize="97555107" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012.ism/manifest" expression="full" duration="675" fileSize="6046" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/d7a9/a5e64538-28d4-4c0f-bff9-640c16c8d7a9/TWC9May112012.wmv" length="81433535" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Clint Rutkas, Dan Fernandez, Greg Duncan</dc:creator>
      <itunes:author>Clint Rutkas, Dan Fernandez, Greg Duncan</itunes:author>
      <slash:comments>8</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/This+Week+On+Channel+9/TWC9-May-11-2012/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>C++</category>
      <category>Visual Studio</category>
      <category>Windows 8</category>
      <category>.NET Framework 4.5</category>
    </item>
  <item>
      <title>Managed Exceptions - 06</title>
      <description><![CDATA[<p><strong>Download PPTX slide here: <a href="http://media.ch9.ms/ch9/series/dotNET%20Debugging%20Session6.pptx">Part 6</a></strong></p><p>Some exceptions don't cause your application to crash.&nbsp; Some do.&nbsp; Either way, developers should work to rid their applications of exceptions for both stability and performance reasons.&nbsp; Special guest Mario Hewardt joins us as we discuss how to detect the presence of these exceptions, how to gather vital data on them in a relatively non-intrusive fashion, and how to find root cause.&nbsp; And since this is all done in the production environment, we won't have Visual Studio available.</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/High-CPU-Hangs-05" target="_self">.NET Debugging&nbsp;for the Production Environment, Part 5</a></p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Case-Study-Debugging-the-Load-Test">.NET Debugging for the Production Environment, Part 7</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5b484c5f2ae74191a168a040012acb5e">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Managed-Exceptions-06</comments>
      <itunes:summary>Download PPTX slide here: Part 6 Some exceptions don&#39;t cause your application to crash.&amp;nbsp; Some do.&amp;nbsp; Either way, developers should work to rid their applications of exceptions for both stability and performance reasons.&amp;nbsp; Special guest Mario Hewardt joins us as we discuss how to detect the presence of these exceptions, how to gather vital data on them in a relatively non-intrusive fashion, and how to find root cause.&amp;nbsp; And since this is all done in the production environment, we won&#39;t have Visual Studio available. &amp;nbsp; .NET Debugging&amp;nbsp;for the Production Environment, Part 5 .NET Debugging for the Production Environment, Part 7 </itunes:summary>
      <itunes:duration>1530</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Managed-Exceptions-06</link>
      <pubDate>Tue, 01 May 2012 22:57:22 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Managed-Exceptions-06</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions.mp3" expression="full" duration="1530" fileSize="24482954" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions.mp4" expression="full" duration="1530" fileSize="150364822" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions.webm" expression="full" duration="1530" fileSize="4882" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions.wma" expression="full" duration="1530" fileSize="12378507" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions.wmv" expression="full" duration="1530" fileSize="85678659" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions_high.mp4" expression="full" duration="1530" fileSize="325730284" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions_mid.mp4" expression="full" duration="1530" fileSize="228502929" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions_Source.wmv" expression="full" duration="1530" fileSize="154781486" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions.ism/manifest" expression="full" duration="1530" fileSize="6206" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/326a/2c93e2c5-d4b0-49c4-9b26-172cdef2326a/NetDebuggingManagedExceptions.wmv" length="85678659" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Golnaz, BradL, MarioHewardt</dc:creator>
      <itunes:author>Golnaz, BradL, MarioHewardt</itunes:author>
      <slash:comments>6</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Managed-Exceptions-06/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>WinDbg</category>
      <category>production</category>
      <category>Tech Support</category>
    </item>
  <item>
      <title>High CPU Hangs - 05 </title>
      <description><![CDATA[<p><strong>Download PPTX slide here: <a href="http://media.ch9.ms/ch9/series/dotNET%20Debugging%20Session5.pptx">Part 5</a></strong></p><p>&nbsp;</p><p>If you've spent any time developing applications, it's likely you've encountered a high cpu hang at some point.&nbsp; Troubleshooting this problem in the dev environment is one thing, but how do Premier Field Engineers troubleshoot this problem in a customer's production environment when Visual Studio isn't an option?</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Common-Debugging-Commands-04" target="_self">.NET Debugging for the Production Environment, Part&nbsp;4</a> <br><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Managed-Exceptions-06" target="_self">.NET Debugging&nbsp;for the Production Environment, Part 6</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:e51807a508574163b4e0a04001264ec8">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/High-CPU-Hangs-05</comments>
      <itunes:summary>Download PPTX slide here: Part 5 &amp;nbsp; If you&#39;ve spent any time developing applications, it&#39;s likely you&#39;ve encountered a high cpu hang at some point.&amp;nbsp; Troubleshooting this problem in the dev environment is one thing, but how do Premier Field Engineers troubleshoot this problem in a customer&#39;s production environment when Visual Studio isn&#39;t an option? &amp;nbsp; .NET Debugging for the Production Environment, Part&amp;nbsp;4 .NET Debugging&amp;nbsp;for the Production Environment, Part 6 </itunes:summary>
      <itunes:duration>1376</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/High-CPU-Hangs-05</link>
      <pubDate>Tue, 01 May 2012 22:56:15 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/High-CPU-Hangs-05</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang.mp3" expression="full" duration="1376" fileSize="22032449" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang.mp4" expression="full" duration="1376" fileSize="136078743" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang.webm" expression="full" duration="1376" fileSize="4879" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang.wma" expression="full" duration="1376" fileSize="11140859" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang.wmv" expression="full" duration="1376" fileSize="80253741" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang_high.mp4" expression="full" duration="1376" fileSize="293934965" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang_mid.mp4" expression="full" duration="1376" fileSize="206485252" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang_Source.wmv" expression="full" duration="1376" fileSize="150560815" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang.ism/manifest" expression="full" duration="1376" fileSize="6146" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/3565/1429bba2-1b56-41f4-ae9e-585aa2ff3565/NetDebuggingHighCPUHang.wmv" length="80253741" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Golnaz, BradL</dc:creator>
      <itunes:author>Golnaz, BradL</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/High-CPU-Hangs-05/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>WinDbg</category>
      <category>production</category>
      <category>Tech Support</category>
    </item>
  <item>
      <title>Common Debugging Commands - 04 </title>
      <description><![CDATA[<p><strong>Download PPTX slide here: <a href="http://media.ch9.ms/ch9/series/dotNET%20Debugging%20Session4.pptx">Part 4</a></strong></p><p>&quot;I got my first dump.&nbsp; Now where do I begin?&quot;</p><p>I get this question a lot from customers and fellow Premier Field Engineers who are learning how to debug post-mortem dump files of problematic .NET applications.&nbsp; In Part 4 of our series, we cover some of the more common commands (not all are from psscor2/psscor4) used by Microsoft Support when debugging hangs, exceptions/crashes, and performance problems.</p><p>&nbsp;<br><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Windbg--SOS-03" target="_self">.NET Debugging&nbsp;for the Production Environment, Part&nbsp;3</a> <br><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/High-CPU-Hangs-05" target="_self">.NET Debugging&nbsp;for the Production Environment, Part 5</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d7ba25261b9f4dbe8209a04001238774">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Common-Debugging-Commands-04</comments>
      <itunes:summary>Download PPTX slide here: Part 4 &amp;quot;I got my first dump.&amp;nbsp; Now where do I begin?&amp;quot; I get this question a lot from customers and fellow Premier Field Engineers who are learning how to debug post-mortem dump files of problematic .NET applications.&amp;nbsp; In Part 4 of our series, we cover some of the more common commands (not all are from psscor2/psscor4) used by Microsoft Support when debugging hangs, exceptions/crashes, and performance problems. &amp;nbsp;.NET Debugging&amp;nbsp;for the Production Environment, Part&amp;nbsp;3 .NET Debugging&amp;nbsp;for the Production Environment, Part 5 </itunes:summary>
      <itunes:duration>2299</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Common-Debugging-Commands-04</link>
      <pubDate>Tue, 01 May 2012 22:55:51 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Common-Debugging-Commands-04</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands.mp3" expression="full" duration="2299" fileSize="36786823" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands.mp4" expression="full" duration="2299" fileSize="226828160" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands.webm" expression="full" duration="2299" fileSize="4890" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands.wma" expression="full" duration="2299" fileSize="18596787" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands.wmv" expression="full" duration="2299" fileSize="117459273" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands_high.mp4" expression="full" duration="2299" fileSize="491105678" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands_mid.mp4" expression="full" duration="2299" fileSize="344826123" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands_Source.wmv" expression="full" duration="2299" fileSize="214122612" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands.ism/manifest" expression="full" duration="2299" fileSize="6266" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/b833/c8e7f088-d8f2-41e4-9ab3-fd90403cb833/NetDebuggingCommonDebuggingCommands.wmv" length="117459273" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Golnaz, BradL</dc:creator>
      <itunes:author>Golnaz, BradL</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Common-Debugging-Commands-04/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>WinDbg</category>
      <category>production</category>
      <category>Tech Support</category>
    </item>
  <item>
      <title>Windbg &amp; SOS - 03</title>
      <description><![CDATA[<p><strong>Download PPTX slide here: <a href="http://media.ch9.ms/ch9/series/dotNET%20Debugging%20Session3.pptx">Part 3</a></strong></p><p>Ever try to load SOS/psscor into your debugging session and get a &quot;Failed to load data access dll&quot; error?&nbsp; It's not uncommon, especially when you first start debugging .NET applications.&nbsp; Join us for a brief introduction to Windbg before we discuss the most common causes for this error, and what are oftentimes simple solutions.</p><p>&nbsp;</p><p><em>NOTE: At 4:55, it insinuates that psscor4 works with .NET 4.5.&nbsp; This is not the case.&nbsp; As of the time of the recording of this video you will need the SOS from the 4.5 install directory to debug a 4.5 app.</em></p><p>&nbsp;<br><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Using-Perfmon-to-Diagnose-Application-Issues-02" target="_self">.NET Debugging&nbsp;for the Production Environment, Part&nbsp;2</a> <br><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Common-Debugging-Commands-04" target="_self">.NET Debugging&nbsp;for the Production Environment, Part 4</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:45062829d69444ea866da0400122e1d8">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Windbg--SOS-03</comments>
      <itunes:summary>Download PPTX slide here: Part 3 Ever try to load SOS/psscor into your debugging session and get a &amp;quot;Failed to load data access dll&amp;quot; error?&amp;nbsp; It&#39;s not uncommon, especially when you first start debugging .NET applications.&amp;nbsp; Join us for a brief introduction to Windbg before we discuss the most common causes for this error, and what are oftentimes simple solutions. &amp;nbsp; NOTE: At 4:55, it insinuates that psscor4 works with .NET 4.5.&amp;nbsp; This is not the case.&amp;nbsp; As of the time of the recording of this video you will need the SOS from the 4.5 install directory to debug a 4.5 app. &amp;nbsp;.NET Debugging&amp;nbsp;for the Production Environment, Part&amp;nbsp;2 .NET Debugging&amp;nbsp;for the Production Environment, Part 4 </itunes:summary>
      <itunes:duration>1253</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Windbg--SOS-03</link>
      <pubDate>Tue, 01 May 2012 22:55:37 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Windbg--SOS-03</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03.mp3" expression="full" duration="1253" fileSize="20057157" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03.mp4" expression="full" duration="1253" fileSize="125760266" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03.webm" expression="full" duration="1253" fileSize="4876" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03.wma" expression="full" duration="1253" fileSize="10143531" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03.wmv" expression="full" duration="1253" fileSize="65869003" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03_high.mp4" expression="full" duration="1253" fileSize="272215943" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03_mid.mp4" expression="full" duration="1253" fileSize="191378367" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03_Source.wmv" expression="full" duration="1253" fileSize="118751767" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03.ism/manifest" expression="full" duration="1253" fileSize="6146" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/fd99/1aaa6e86-74d5-46ec-9117-b863ba11fd99/NetDebuggingWindbgSOS03.wmv" length="65869003" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Golnaz, BradL</dc:creator>
      <itunes:author>Golnaz, BradL</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Windbg--SOS-03/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>WinDbg</category>
      <category>production</category>
      <category>Tech Support</category>
    </item>
  <item>
      <title>Using Perfmon to Diagnose Application Issues - 02</title>
      <description><![CDATA[<p>Download PPTX slide here: <a href="http://media.ch9.ms/ch9/series/dotNET%20Debugging%20Session2.pptx">Part&nbsp;2</a></p><p>Performance Monitor is oftentimes an overlooked tool when troubleshooting application issues.&nbsp; But in the production environment, it can be invaluable to helping you determine just what kind of application issue you have.&nbsp; Perfmon has a lot to offer, so we dedicate Part 2 of this series to this simple – but vital – tool.</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Diagnosing-Application-Issues-01">.NET Debugging&nbsp;for the Production Environment, Part&nbsp;1</a> <br><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Windbg--SOS-03" target="_self">.NET Debugging&nbsp;for the Production Environment, Part 3</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f9d5587cea394b4c9d53a040012257cc">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Using-Perfmon-to-Diagnose-Application-Issues-02</comments>
      <itunes:summary>Download PPTX slide here: Part&amp;nbsp;2 Performance Monitor is oftentimes an overlooked tool when troubleshooting application issues.&amp;nbsp; But in the production environment, it can be invaluable to helping you determine just what kind of application issue you have.&amp;nbsp; Perfmon has a lot to offer, so we dedicate Part 2 of this series to this simple – but vital – tool. &amp;nbsp; .NET Debugging&amp;nbsp;for the Production Environment, Part&amp;nbsp;1 .NET Debugging&amp;nbsp;for the Production Environment, Part 3 </itunes:summary>
      <itunes:duration>1293</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Using-Perfmon-to-Diagnose-Application-Issues-02</link>
      <pubDate>Tue, 01 May 2012 22:55:19 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Using-Perfmon-to-Diagnose-Application-Issues-02</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu.mp3" expression="full" duration="1293" fileSize="20700045" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu.mp4" expression="full" duration="1293" fileSize="128191983" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu.webm" expression="full" duration="1293" fileSize="4908" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu.wma" expression="full" duration="1293" fileSize="10467963" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu.wmv" expression="full" duration="1293" fileSize="90317243" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu_high.mp4" expression="full" duration="1293" fileSize="279215046" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu_mid.mp4" expression="full" duration="1293" fileSize="195614674" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu_Source.wmv" expression="full" duration="1293" fileSize="151737297" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu.ism/manifest" expression="full" duration="1293" fileSize="6406" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/d589/6cfe560f-a042-4998-a8d4-3a4ebd3dd589/NetDebuggingusingPerfmontoDiagnoseApplicationIssu.wmv" length="90317243" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Golnaz, BradL</dc:creator>
      <itunes:author>Golnaz, BradL</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Using-Perfmon-to-Diagnose-Application-Issues-02/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>production</category>
      <category>Tech Support</category>
    </item>
  <item>
      <title>Diagnosing Application Issues - 01</title>
      <description><![CDATA[<p>Download PPTX slide here: <a href="http://media.ch9.ms/ch9/series/dotNET%20Debugging%20Session1.pptx">Part 1&nbsp;</a></p><p>You can't troubleshoot a problem effectively until you first know what the problem is.</p><p>When applications encounter stability or performance issues in the production environment, obtaining an accurate problem definition is a key first-step to reducing Time To Resolution.&nbsp; Learn how Microsoft Support leverages various tools &amp; techniques to help customers define the problems plaguing their production applications.</p><p>&nbsp;</p><p><a href="http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Using-Perfmon-to-Diagnose-Application-Issues-02" target="_self">.NET Debugging&nbsp;for the Production Environment, Part 2</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/.net+framework/RSS&WT.dl=0&WT.entryid=Entry:RSSView:9c3e4749ebd543cab465a04001204041">]]></description>
      <comments>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Diagnosing-Application-Issues-01</comments>
      <itunes:summary>Download PPTX slide here: Part 1&amp;nbsp; You can&#39;t troubleshoot a problem effectively until you first know what the problem is. When applications encounter stability or performance issues in the production environment, obtaining an accurate problem definition is a key first-step to reducing Time To Resolution.&amp;nbsp; Learn how Microsoft Support leverages various tools &amp;amp; techniques to help customers define the problems plaguing their production applications. &amp;nbsp; .NET Debugging&amp;nbsp;for the Production Environment, Part 2 </itunes:summary>
      <itunes:duration>1961</itunes:duration>
      <link>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Diagnosing-Application-Issues-01</link>
      <pubDate>Tue, 01 May 2012 22:54:20 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Diagnosing-Application-Issues-01</guid>
      <media:thumbnail url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01_100.jpg" height="56" width="100"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01_220.jpg" height="123" width="220"></media:thumbnail>
      <media:thumbnail url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01_512.jpg" height="288" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01.mp3" expression="full" duration="1961" fileSize="31388485" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01.mp4" expression="full" duration="1961" fileSize="189912634" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01.webm" expression="full" duration="1961" fileSize="4893" type="video/webm" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01.wma" expression="full" duration="1961" fileSize="15869155" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01.wmv" expression="full" duration="1961" fileSize="137489251" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01_high.mp4" expression="full" duration="1961" fileSize="415997520" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01_mid.mp4" expression="full" duration="1961" fileSize="291388076" type="video/mp4" medium="video"></media:content>
        <media:content url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01_Source.wmv" expression="full" duration="1961" fileSize="231908201" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01.ism/manifest" expression="full" duration="1961" fileSize="6326" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://media.ch9.ms/ch9/5411/99b0bb0b-e67c-4bad-9c58-f34d89c85411/NetDebuggingDiagnosingApplicationIssues01.wmv" length="137489251" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Golnaz, BradL</dc:creator>
      <itunes:author>Golnaz, BradL</itunes:author>
      <slash:comments>20</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/-NET-Debugging-Stater-Kit-for-the-Production-Environment/Diagnosing-Application-Issues-01/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>Debugging</category>
      <category>production</category>
      <category>Tech Support</category>
    </item>    
</channel>
</rss>