<?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 ASP.NET MVC 3</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/aspnet-mvc-3/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 ASP.NET MVC 3</title>
      <link>http://channel9.msdn.com/Tags/aspnet-mvc-3</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/aspnet-mvc-3</link>
    <language>en</language>
    <pubDate>Sat, 25 May 2013 13:04:31 GMT</pubDate>
    <lastBuildDate>Sat, 25 May 2013 13:04:31 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>18</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Going nuts with Nutshell, a visual screen designer for the Netduino Go Touch Display module</title>
      <description><![CDATA[<p>Today's Hardware Friday project will help those of us who are a little more comfortable using visual design tools when building UI's for our Netduino Go Touch Display based projects...</p><h2><a href="http://fabienroyer.wordpress.com/2012/06/16/nwazet-nutshell-visual-screen-designer-and-c-code-generator/" target="_blank">[nwazet Nutshell - Visual screen designer and C# code generator</a></h2><blockquote><p>We all know that designing a polished user-interface by crafting code can be a slow and tedious process. So, we created a visual design tool called <a href="http://nwazet.com/nutshell">Nutshell</a> for our Netduino Go! <a href="http://nwazet.com/touch-display-module">Touch Display module</a>: <a href="http://nwazet.com/nutshell">Nutshell</a> offers access to most of the features supported by the Touch Display’s <a href="https://bitbucket.org/fabienroyer/nwazet.go/src">API</a> and generates the corresponding C# code on the fly for you. Just copy/paste the resulting code in Visual Studio when you’re done!</p><p>You can <a href="http://nwazet.com/nutshell">use Nutshell</a> without installing anything since the tool runs JavaScript in your web browser.</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B3%5D-55.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B1%5D-67.png" alt="image" width="240" height="151" border="0"></a></p><p>Here’s a tutorial showing how to build a screen in <a href="http://nwazet.com/nutshell">Nutshell</a></p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/RhpWrNJh_0k&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/RhpWrNJh_0k&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p></blockquote><h2><a href="http://weblogs.asp.net/bleroy/archive/2012/06/22/code-is-not-the-best-way-to-draw.aspx" target="_blank">Code is not the best way to draw</a></h2><blockquote><p>It should be quite obvious: drawing requires constant visual feedback. Why is it then that we still draw with code in so many situations? Of course it’s because the low-level APIs always come first, and design tools are built after and on top of those. Existing design tools also don’t typically include complex UI elements such as buttons.</p><p>When we launched our <a href="http://nwazet.com/touch-display-module">Touch Display module</a> for <a href="http://nwazet.com/netduinogo">Netduino Go!</a>, we naturally built APIs that made it easy to draw on the screen from code, but very soon, we felt the limitations and tedium of drawing in code. In particular, any modification requires a modification of the code, followed by compilation and deployment. When trying to set-up buttons at pixel precision, the process is not optimal.</p><p>On the other hand, code is irreplaceable as a way to automate repetitive tasks. While tools like Illustrator have ways to repeat graphical elements, they do so in a way that is a little alien and counter-intuitive to my developer mind. From these reflections, I knew that I wanted a design tool that would be structurally code-centric but that would still enable immediate feedback and mouse adjustments.</p><p>The tool I built, Nutshell, is just another implementation of this principle. It manipulates a list of graphical operations on the screen. Each operation has a nice editor, and translates into a bit of code. Any modification to the parameters of the operation will modify the bit of generated code and trigger a re-execution of the whole program. This happens so fast that it feels like the drawing reacts instantaneously to all changes.</p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QKKfqGHRoRU&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QKKfqGHRoRU&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/xsOOEUSNSSk&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/xsOOEUSNSSk&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/cVb7_jRFU00&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/cVb7_jRFU00&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/rLxgI-kM-fg&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/rLxgI-kM-fg&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p><p>...</p><p>The possibilities are fascinating, even if you don’t care about driving small touch screens from microcontrollers: it is now possible, within a reasonable budget, to build specialized design tools for very vertical applications. Direct feedback is a powerful ally in many domains. Code generation driven by visual designers has become more approachable than ever thanks to extraordinary JavaScript libraries and to the powerful development platform that modern browsers provide.</p><p>I encourage you to tinker with <a href="http://nwazet.com/nutshell">Nutshell</a> and let it open your eyes to new possibilities that you may not have considered before. <a href="https://github.com/nwazet/Nwazet.Nutshell">It’s open source</a>. And of course, my company, <a href="http://nwazet.com">Nwazet</a>, can help you develop your own custom browser-based direct feedback design tools. This is real visual programming…</p></blockquote><p>One the coolest parts was in that last paragraph, that Nutshell is open source (in a Microsoft Visual Studio MVC Web Project... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><h2><a href="https://github.com/nwazet">nwazet</a> / <strong><a href="https://github.com/nwazet/Nwazet.Nutshell">Nwazet.Nutshell</a></strong></h2><p><a href="https://github.com/nwazet/Nwazet.Nutshell" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B8%5D-27.png" alt="image" width="587" height="427" border="0"></a></p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B12%5D-28.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B5%5D-35.png" alt="image" width="232" height="427" border="0"></a></p><p>Building UI's for your hardware projects&nbsp;or building a web based UI designer, there's something for both in this project...</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:2fadda7399ae453399a7a080012fef94">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Going-nuts-with-Nutshell-a-visual-screen-designer-for-the-Netduino-Go-Touch-Display-module</comments>
      <itunes:summary>Today&#39;s Hardware Friday project will help those of us who are a little more comfortable using visual design tools when building UI&#39;s for our Netduino Go Touch Display based projects... [nwazet Nutshell - Visual screen designer and C# code generatorWe all know that designing a polished user-interface by crafting code can be a slow and tedious process. So, we created a visual design tool called Nutshell for our Netduino Go! Touch Display module: Nutshell offers access to most of the features supported by the Touch Display’s API and generates the corresponding C# code on the fly for you. Just copy/paste the resulting code in Visual Studio when you’re done! You can use Nutshell without installing anything since the tool runs JavaScript in your web browser.  Here’s a tutorial showing how to build a screen in Nutshell  Code is not the best way to drawIt should be quite obvious: drawing requires constant visual feedback. Why is it then that we still draw with code in so many situations? Of course it’s because the low-level APIs always come first, and design tools are built after and on top of those. Existing design tools also don’t typically include complex UI elements such as buttons. When we launched our Touch Display module for Netduino Go!, we naturally built APIs that made it easy to draw on the screen from code, but very soon, we felt the limitations and tedium of drawing in code. In particular, any modification requires a modification of the code, followed by compilation and deployment. When trying to set-up buttons at pixel precision, the process is not optimal. On the other hand, code is irreplaceable as a way to automate repetitive tasks. While tools like Illustrator have ways to repeat graphical elements, they do so in a way that is a little alien and counter-intuitive to my developer mind. From these reflections, I knew that I wanted a design tool that would be structurally code-centric but that would still enable immediate feedback and mouse adjustments. The t</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Going-nuts-with-Nutshell-a-visual-screen-designer-for-the-Netduino-Go-Touch-Display-module</link>
      <pubDate>Fri, 06 Jul 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Going-nuts-with-Nutshell-a-visual-screen-designer-for-the-Netduino-Go-Touch-Display-module</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/97f26d2d-84f3-497d-bd9b-400b9c963513.png" height="63" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/24dabbc1-3c68-4b27-8c4f-b6acf6660767.png" height="138" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Going-nuts-with-Nutshell-a-visual-screen-designer-for-the-Netduino-Go-Touch-Display-module/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>Coding4Fun</category>
    </item>
  <item>
      <title>Project Silk: Mileage Stats Application</title>
      <description><![CDATA[ <p><a href="http://silk.codeplex.com/" target="_blank">Project Silk </a>from the patterns &amp; practices team&nbsp;provides guidance for building cross-browser web applications that use rich graphics, interactivity, and a responsive user interface (UI) to enable an immersive and engaging user experience (UX). These applications use the latest web standards like HTML5, CSS3 and ECMAScript version 5, and modern web technologies such as jQuery, and ASP.NET MVC3.</p><p>This is the first video in a series on Project Silk and the Mileage Stats Reference Implementation, a real-world customer facing web application that provides users with the ability to track and compare their vehicles: fuel efficiency, usage, operation costs, and the scheduling of vehicle maintenance reminders.</p><p>Project Silk code and documentation is available here: <a href="http://silk.codeplex.com/">http://silk.codeplex.com/</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:6c4ecf24e9fd46f4ae079f12015ac23e">]]></description>
      <comments>http://channel9.msdn.com/posts/Project-Silk-Mileage-Stats-Application</comments>
      <itunes:summary> Project Silk from the patterns &amp;amp; practices team&amp;nbsp;provides guidance for building cross-browser web applications that use rich graphics, interactivity, and a responsive user interface (UI) to enable an immersive and engaging user experience (UX). These applications use the latest web standards like HTML5, CSS3 and ECMAScript version 5, and modern web technologies such as jQuery, and ASP.NET MVC3. This is the first video in a series on Project Silk and the Mileage Stats Reference Implementation, a real-world customer facing web application that provides users with the ability to track and compare their vehicles: fuel efficiency, usage, operation costs, and the scheduling of vehicle maintenance reminders. Project Silk code and documentation is available here: http://silk.codeplex.com/ </itunes:summary>
      <itunes:duration>125</itunes:duration>
      <link>http://channel9.msdn.com/posts/Project-Silk-Mileage-Stats-Application</link>
      <pubDate>Fri, 01 Jul 2011 16:09:03 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/Project-Silk-Mileage-Stats-Application</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_2MB_ch9.wmv" expression="full" duration="125" fileSize="82581745" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_ch9.mp3" expression="full" duration="125" fileSize="1003851" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_ch9.wma" expression="full" duration="125" fileSize="1023335" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_ch9.wmv" expression="full" duration="125" fileSize="27286183" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_high_ch9.mp4" expression="full" duration="125" fileSize="54499803" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_low_ch9.mp4" expression="full" duration="125" fileSize="12679847" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_Zune_ch9.wmv" expression="full" duration="125" fileSize="17542238" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats.ism/manifest" expression="full" duration="125" fileSize="8606" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/c23e/6c4ecf24-e9fd-46f4-ae07-9f12015ac23e/ProjectSilkMileageStats_ch9.wmv" length="27286183" type="video/x-ms-wmv"></enclosure>
      <dc:creator>karl1406</dc:creator>
      <itunes:author>karl1406</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/Project-Silk-Mileage-Stats-Application/rss</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>CSS 3</category>
      <category>HTML 5</category>
      <category>JavaScript</category>
      <category>jQuery</category>
      <category>jQueryUI</category>
    </item>
  <item>
      <title>Hanselminutes on 9 - &quot;Glimpse&quot; at the Mix11 Open Source Fest</title>
      <description><![CDATA[ <p><strong>Scott Hanselman</strong>&nbsp;and <strong>Phil Haack</strong> visited the &quot;Open Source Fest&quot; at Mix 11 in Las Vegas just a few months ago. One of the projects that really stood out - amongst the dozens of great projects shown - was <strong>Glimpse</strong>.</p><p>Glimpse is a server-side NuGet package that plugs into ASP.NET (and other technologies soon) and adds a client-side almost &quot;Firebug&quot;-style UI that gives you amazing insights into your web application. It's gotta be seen to be understood and appreciated.</p><p>This is raw footage, to be clear, but it's fun. We start talking at the beginning and are a little silly, but we quickly move out into the hallway and can hopefully be better heard over the din.</p><p>Learn more about Glimpse at <a href="http://getglimpse.com/">http://getglimpse.com</a>&nbsp;and follow <strong>Anthony van der Hoorn</strong> (<a href="http://twitter.com/anthony_vdh">@anthony_vdh</a>) and <strong>Nik Molnar</strong> (<a href="http://twitter.com/nikmd23">@nikmd23</a>)&nbsp;on Twitter!</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a0469de97d0a4ac5b9979ee2000c2195">]]></description>
      <comments>http://channel9.msdn.com/Shows/HanselminutesOn9/Hanselminutes-on-9-Glimpse-at-the-Mix11-Open-Source-Fest</comments>
      <itunes:summary> Scott Hanselman&amp;nbsp;and Phil Haack visited the &amp;quot;Open Source Fest&amp;quot; at Mix 11 in Las Vegas just a few months ago. One of the projects that really stood out - amongst the dozens of great projects shown - was Glimpse. Glimpse is a server-side NuGet package that plugs into ASP.NET (and other technologies soon) and adds a client-side almost &amp;quot;Firebug&amp;quot;-style UI that gives you amazing insights into your web application. It&#39;s gotta be seen to be understood and appreciated. This is raw footage, to be clear, but it&#39;s fun. We start talking at the beginning and are a little silly, but we quickly move out into the hallway and can hopefully be better heard over the din. Learn more about Glimpse at http://getglimpse.com&amp;nbsp;and follow Anthony van der Hoorn (@anthony_vdh) and Nik Molnar (@nikmd23)&amp;nbsp;on Twitter! </itunes:summary>
      <itunes:duration>871</itunes:duration>
      <link>http://channel9.msdn.com/Shows/HanselminutesOn9/Hanselminutes-on-9-Glimpse-at-the-Mix11-Open-Source-Fest</link>
      <pubDate>Fri, 13 May 2011 05:30:20 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/HanselminutesOn9/Hanselminutes-on-9-Glimpse-at-the-Mix11-Open-Source-Fest</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_2MB_ch9.wmv" expression="full" duration="871" fileSize="341202724" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_ch9.mp3" expression="full" duration="871" fileSize="6972353" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_ch9.wma" expression="full" duration="871" fileSize="7058371" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_ch9.wmv" expression="full" duration="871" fileSize="192714660" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_high_ch9.mp4" expression="full" duration="871" fileSize="390195061" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_low_ch9.mp4" expression="full" duration="871" fileSize="88107106" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_Zune_ch9.wmv" expression="full" duration="871" fileSize="123882714" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11.ism/manifest" expression="full" duration="871" fileSize="8714" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/2195/a0469de9-7d0a-4ac5-b997-9ee2000c2195/HanselminutesOn9GlimpseAtMix11_ch9.wmv" length="192714660" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Scott Hanselman</dc:creator>
      <itunes:author>Scott Hanselman</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/HanselminutesOn9/Hanselminutes-on-9-Glimpse-at-the-Mix11-Open-Source-Fest/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>Hanselman</category>
      <category>HanselminutesOn9</category>
      <category>Open Source</category>
      <category>Phil Haack</category>
      <category>Scott Hanselman</category>
    </item>
  <item>
      <title>ASP.NET MVC With Community Tools Part 8: MvcScaffolding</title>
      <description><![CDATA[ <p>In this video, Brandon Satrom continues the screencast series &quot;Using ASP.NET MVC With Community Tools&quot; with an overview of MvcScaffolding, a scaffolding package that helps you quickly generate Controllers and Views in ASP.NET Applications from an existing POCO model.</p><p>To install MvcScaffolding, just type install-package MvcScaffolding in the Package Manager Console. To learn more, check out: <a href="mvcscaffolding.codeplex.com">mvcscaffolding.codeplex.com</a>.</p><p>For other episodes in this series, check out: <a href="http://bit.ly/mvcscreencasts">http://bit.ly/mvcscreencasts.</a></p><p>Also visit Brandon's blog at <a href="http://www.userinexperience.com">http://www.userinexperience.com</a> or follow Brandon on Twitter at <a href="http://www.twitter.com/BrandonSatrom">@BrandonSatrom</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8113d5d7acc74890affc9ebe016c06c8">]]></description>
      <comments>http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-8-MvcScaffolding</comments>
      <itunes:summary> In this video, Brandon Satrom continues the screencast series &amp;quot;Using ASP.NET MVC With Community Tools&amp;quot; with an overview of MvcScaffolding, a scaffolding package that helps you quickly generate Controllers and Views in ASP.NET Applications from an existing POCO model. To install MvcScaffolding, just type install-package MvcScaffolding in the Package Manager Console. To learn more, check out: mvcscaffolding.codeplex.com. For other episodes in this series, check out: http://bit.ly/mvcscreencasts. Also visit Brandon&#39;s blog at http://www.userinexperience.com or follow Brandon on Twitter at @BrandonSatrom </itunes:summary>
      <itunes:duration>1080</itunes:duration>
      <link>http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-8-MvcScaffolding</link>
      <pubDate>Mon, 11 Apr 2011 12:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-8-MvcScaffolding</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_2MB_ch9.wmv" expression="full" duration="1080" fileSize="32893333" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_2MB_ch9.wmv" expression="full" duration="1080" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_ch9.mp3" expression="full" duration="1080" fileSize="8644391" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_ch9.wma" expression="full" duration="1080" fileSize="8749621" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_high_ch9.mp4" expression="full" duration="1080" fileSize="292818873" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_low_ch9.mp4" expression="full" duration="1080" fileSize="31460567" type="video/mp4" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/06c8/8113d5d7-acc7-4890-affc-9ebe016c06c8/Part8MvcScaffolding_2MB_ch9.wmv" length="32893333" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brandon Satrom</dc:creator>
      <itunes:author>Brandon Satrom</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-8-MvcScaffolding/rss</wfw:commentRss>
      <category>ASP.NET</category>
      <category>ASP.NET MVC 3</category>
      <category>MVC</category>
      <category>OSS</category>
    </item>
  <item>
      <title>ASP.NET MVC With Community Tools Part 7: ie9ify</title>
      <description><![CDATA[ <p>NOTE: On May 11, 2011, ie9ify was renamed to pinify and released as version 1.2. Go to ie9ify.codeplex.com for updated docs and the new version.</p><p>In this video, Brandon Satrom continues the screencast series &quot;Using ASP.NET MVC With Community Tools&quot; with an overview of ie9ify, a new jQuery Plugin (created by Brandon and Clark Sell) that makes is dead simple to add new IE9 features (site pinning, overlay icons, jumplists and tasks, thumbbar buttons, etc.) to your web sites. Brandon will talk briefly about site pinning before using ie9ify to add some compelling features to an MVC3 Photo Gallery site in a matter of minutes.</p><p>To download ie9ify, check out: <a href="http://ie9ify.codeplex.com">ie9ify.codeplex.com</a>.</p><p>For other episodes in this series, check out:&nbsp;<a href="http://bit.ly/mvcscreencasts">http://bit.ly/mvcscreencasts.</a></p><p>Also visit Brandon's blog at&nbsp;<a href="http://www.userinexperience.com">http://www.userinexperience.com</a>&nbsp;or follow Brandon on Twitter at&nbsp;<a href="http://www.twitter.com/BrandonSatrom">@BrandonSatrom</a></p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:44ae6062368d4d409d579eb40147fc40">]]></description>
      <comments>http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-7-ie9ify</comments>
      <itunes:summary> NOTE: On May 11, 2011, ie9ify was renamed to pinify and released as version 1.2. Go to ie9ify.codeplex.com for updated docs and the new version. In this video, Brandon Satrom continues the screencast series &amp;quot;Using ASP.NET MVC With Community Tools&amp;quot; with an overview of ie9ify, a new jQuery Plugin (created by Brandon and Clark Sell) that makes is dead simple to add new IE9 features (site pinning, overlay icons, jumplists and tasks, thumbbar buttons, etc.) to your web sites. Brandon will talk briefly about site pinning before using ie9ify to add some compelling features to an MVC3 Photo Gallery site in a matter of minutes. To download ie9ify, check out: ie9ify.codeplex.com. For other episodes in this series, check out:&amp;nbsp;http://bit.ly/mvcscreencasts. Also visit Brandon&#39;s blog at&amp;nbsp;http://www.userinexperience.com&amp;nbsp;or follow Brandon on Twitter at&amp;nbsp;@BrandonSatrom &amp;nbsp; </itunes:summary>
      <itunes:duration>1434</itunes:duration>
      <link>http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-7-ie9ify</link>
      <pubDate>Tue, 29 Mar 2011 02:23:15 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-7-ie9ify</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_2MB_ch9.wmv" expression="full" duration="1434" fileSize="46871917" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_2MB_ch9.wmv" expression="full" duration="1434" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_ch9.mp3" expression="full" duration="1434" fileSize="11477303" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_ch9.wma" expression="full" duration="1434" fileSize="11612435" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_high_ch9.mp4" expression="full" duration="1434" fileSize="394915884" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_low_ch9.mp4" expression="full" duration="1434" fileSize="48115141" type="video/mp4" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/fc40/44ae6062-368d-4d40-9d57-9eb40147fc40/Part7ie9ify_2MB_ch9.wmv" length="46871917" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Brandon Satrom</dc:creator>
      <itunes:author>Brandon Satrom</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/ASPNET-MVC-With-Community-Tools-Part-7-ie9ify/rss</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>IE9</category>
      <category>jQuery</category>
      <category>Series</category>
    </item>
  <item>
      <title>IE9 HTML5 Video and Site Pinning</title>
      <description><![CDATA[ <p>As part of the recent MSDN Unplugged event I presented around New Zealand demonstrating some of the new features of IE9 and emerging HTML5 capabilities.</p><p>This video shows how fast IE9 is using hardware acceleration for Canvas, SVG and video and compares to other browsers Firefox 4 RC, Chrome 10 and Chrome 12 canary builds.</p><p>This video&nbsp;introduces site pinning in IE9 and HTML5 video&nbsp;and shows you how to apply it in your web applications.</p><p>I have published a full description of the demos and links at <a href="http://bit.ly/dF0b6I">http://bit.ly/dF0b6I</a></p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a8258e5e6ed5470bb3af9eae01785291">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Jafa/IE9-HTML5-Video-and-Site-Pinning</comments>
      <itunes:summary> As part of the recent MSDN Unplugged event I presented around New Zealand demonstrating some of the new features of IE9 and emerging HTML5 capabilities. This video shows how fast IE9 is using hardware acceleration for Canvas, SVG and video and compares to other browsers Firefox 4 RC, Chrome 10 and Chrome 12 canary builds. This video&amp;nbsp;introduces site pinning in IE9 and HTML5 video&amp;nbsp;and shows you how to apply it in your web applications. I have published a full description of the demos and links at http://bit.ly/dF0b6I &amp;nbsp; </itunes:summary>
      <itunes:duration>2547</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Jafa/IE9-HTML5-Video-and-Site-Pinning</link>
      <pubDate>Wed, 23 Mar 2011 03:53:56 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Jafa/IE9-HTML5-Video-and-Site-Pinning</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/66db5226-50cc-403f-b4f9-998f19c54af7.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/d090ba2c-746c-422c-a451-de60b09c2031.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://i4.ytimg.com/vi/3RC0VjQC8mQ/hqdefault.jpg" height="360" width="480"></media:thumbnail>
      <media:group>
        <media:content url="http://mediadl.microsoft.com/mediadl/www/N/nz/mp4/WebUnplugged.mp4" expression="full" duration="2547" fileSize="1" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mediadl.microsoft.com/mediadl/www/N/nz/mp4/WebUnplugged.mp4" expression="full" duration="2547" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mediadl.microsoft.com/mediadl/www/N/nz/mp4/WebUnplugged.mp4" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Nigel</dc:creator>
      <itunes:author>Nigel</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Jafa/IE9-HTML5-Video-and-Site-Pinning/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>Azure</category>
      <category>Chrome</category>
      <category>Firefox</category>
      <category>HTML 5</category>
      <category>HTML5</category>
      <category>IE9</category>
      <category>MSDN</category>
      <category>Unplugged</category>
      <category>Video</category>
    </item>
  <item>
      <title>Get to Know Action Filters in ASP.NET MVC 3 Using HandleError</title>
      <description><![CDATA[ <p>In his latest DevNugget, Developer Evangelist <a href="http://devhammer.net/">G. Andrew Duthie</a>&nbsp;takes you into the exciting world of&nbsp;action filters in ASP.NET MVC 3, and demonstrates how MVC 3 implements the HandleError action filter in the default internet application template, and how you can override this default behavior and customize the error handling that comes out of the box.</p><p>This video is a demonstration of the techniques described in the&nbsp;following blog post:</p><p><a href="http://blogs.msdn.com/b/gduthie/archive/2011/03/17/get-to-know-action-filters-in-asp-net-mvc-3-using-handleerror.aspx">http://blogs.msdn.com/b/gduthie/archive/2011/03/17/get-to-know-action-filters-in-asp-net-mvc-3-using-handleerror.aspx</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:d9d5e3b7c0f24962a66f9ead01880ed9">]]></description>
      <comments>http://channel9.msdn.com/Shows/DevNuggets/Get2KnowActionFiltersUsingHandleError</comments>
      <itunes:summary> In his latest DevNugget, Developer Evangelist G. Andrew Duthie&amp;nbsp;takes you into the exciting world of&amp;nbsp;action filters in ASP.NET MVC 3, and demonstrates how MVC 3 implements the HandleError action filter in the default internet application template, and how you can override this default behavior and customize the error handling that comes out of the box. This video is a demonstration of the techniques described in the&amp;nbsp;following blog post: http://blogs.msdn.com/b/gduthie/archive/2011/03/17/get-to-know-action-filters-in-asp-net-mvc-3-using-handleerror.aspx </itunes:summary>
      <itunes:duration>595</itunes:duration>
      <link>http://channel9.msdn.com/Shows/DevNuggets/Get2KnowActionFiltersUsingHandleError</link>
      <pubDate>Tue, 22 Mar 2011 04:57:23 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/DevNuggets/Get2KnowActionFiltersUsingHandleError</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_2MB_ch9.wmv" expression="full" duration="595" fileSize="25653807" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_2MB_ch9.wmv" expression="full" duration="595" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_ch9.mp3" expression="full" duration="595" fileSize="4761774" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_ch9.wma" expression="full" duration="595" fileSize="4826399" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_high_ch9.mp4" expression="full" duration="595" fileSize="141450614" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_low_ch9.mp4" expression="full" duration="595" fileSize="9072513" type="video/mp4" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/0ed9/d9d5e3b7-c0f2-4962-a66f-9ead01880ed9/Get2KnowAFinASPNETMVC3_2MB_ch9.wmv" length="25653807" type="video/x-ms-wmv"></enclosure>
      <dc:creator>G. Andrew Duthie</dc:creator>
      <itunes:author>G. Andrew Duthie</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/DevNuggets/Get2KnowActionFiltersUsingHandleError/RSS</wfw:commentRss>
      <category>ASP.NET</category>
      <category>ASP.NET MVC 3</category>
      <category>Introductory</category>
      <category>screencasts</category>
    </item>
  <item>
      <title>Welcome to WebMatrix Event In Ireland - Josh Holmes on MVC3 (Part 4 of 4)</title>
      <description><![CDATA[ <p>The Welcome to WebMatrix Event in Ireland Part&nbsp;4 of 4 features Josh Holmes talking about ASP.NET MVC Framework 3, NuGet and more.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a586aef16d304d05886d9e8e00ee8ef0">]]></description>
      <comments>http://channel9.msdn.com/Blogs/joshholmes/Welcome-to-WebMatrix-Event-In-Ireland-Josh-Holmes-on-MVC3-Part-4-of-4</comments>
      <itunes:summary> The Welcome to WebMatrix Event in Ireland Part&amp;nbsp;4 of 4 features Josh Holmes talking about ASP.NET MVC Framework 3, NuGet and more. </itunes:summary>
      <itunes:duration>1005</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/joshholmes/Welcome-to-WebMatrix-Event-In-Ireland-Josh-Holmes-on-MVC3-Part-4-of-4</link>
      <pubDate>Mon, 21 Feb 2011 12:31:16 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/joshholmes/Welcome-to-WebMatrix-Event-In-Ireland-Josh-Holmes-on-MVC3-Part-4-of-4</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_2MB_ch9.wmv" expression="full" duration="1005" fileSize="382381107" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_ch9.mp3" expression="full" duration="1005" fileSize="8047771" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_ch9.wma" expression="full" duration="1005" fileSize="8139809" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_ch9.wmv" expression="full" duration="1005" fileSize="95883461" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_high_ch9.mp4" expression="full" duration="1005" fileSize="318543076" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_low_ch9.mp4" expression="full" duration="1005" fileSize="48947103" type="video/mp4" medium="video"></media:content>
        <media:content url="http://files.ch9.ms/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4.ism/manifest" expression="full" duration="1005" fileSize="9034" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/8ef0/a586aef1-6d30-4d05-886d-9e8e00ee8ef0/WelcometoWebMatrixEventinIrelandJoshHolmesPart4of4_ch9.wmv" length="95883461" type="video/x-ms-wmv"></enclosure>
      <dc:creator>joshholmes</dc:creator>
      <itunes:author>joshholmes</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/joshholmes/Welcome-to-WebMatrix-Event-In-Ireland-Josh-Holmes-on-MVC3-Part-4-of-4/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>WebMatrix</category>
      <category>NuGet</category>
      <category>Ireland</category>
    </item>
  <item>
      <title>mvcConf 2 - John Petersen: Intro to MVC 3</title>
      <description><![CDATA[ <p>You embraced MVC 1 and MVC 2, and just like that, Microsoft has released yet another version of MVC. MVC 3 represents a bit of a departure from from MVC 1 and 2. At the same time however, MVC 3 remains true to its foundations. In this session, John will provide a primer on the new major new features. Special attention will focus on the Razor View Engine. In addition, John will demonstrate how much more streamlined dependency injection and model validation works.</p><p><em>Recorded live via Live Meeting as part of <a href="http://www.mvcconf.com/">mvcConf 2</a></em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:13f5aef628cb43d795489e8b01098907">]]></description>
      <comments>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-John-Petersen-Intro-to-MVC-3</comments>
      <itunes:summary> You embraced MVC 1 and MVC 2, and just like that, Microsoft has released yet another version of MVC. MVC 3 represents a bit of a departure from from MVC 1 and 2. At the same time however, MVC 3 remains true to its foundations. In this session, John will provide a primer on the new major new features. Special attention will focus on the Razor View Engine. In addition, John will demonstrate how much more streamlined dependency injection and model validation works. Recorded live via Live Meeting as part of mvcConf 2 </itunes:summary>
      <itunes:duration>3791</itunes:duration>
      <link>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-John-Petersen-Intro-to-MVC-3</link>
      <pubDate>Tue, 15 Feb 2011 23:58:51 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/mvcConf/mvcConf-2-John-Petersen-Intro-to-MVC-3</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_2MB_ch9.wmv" expression="full" duration="3791" fileSize="53895287" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_ch9.mp3" expression="full" duration="3791" fileSize="30334146" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_ch9.wma" expression="full" duration="3791" fileSize="30663803" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_ch9.wmv" expression="full" duration="3791" fileSize="107580180" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_high_ch9.mp4" expression="full" duration="3791" fileSize="938162134" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_low_ch9.mp4" expression="full" duration="3791" fileSize="55007815" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_Zune_ch9.wmv" expression="full" duration="3791" fileSize="189340234" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson.ism/manifest" expression="full" duration="3791" fileSize="8668" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/8907/13F5AEF6-28CB-43D7-9548-9E8B01098907/mvcconfjohnpeterson_ch9.wmv" length="107580180" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Nic Fillingham</dc:creator>
      <itunes:author>Nic Fillingham</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-John-Petersen-Intro-to-MVC-3/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
    </item>
  <item>
      <title>mvcConf 2 - Ashic Mahtab: CQRS and Event Sourcing with MVC 3</title>
      <description><![CDATA[ <p>The session will briefly cover what CQRS and event sourcing is and what benefits they provide over traditional architectures. We will then build a simple ASP.NET MVC 3 application that will use CQRS and Event Sourcing. We will use Ncqrs to provide the underlying platform and see how CQRS and Event Sourcing simplifies software design, improves scalability and maintainability and how they fit into an ASP.NET MVC application.</p><p><em>Recorded live via Live Meeting as part of <a href="http://www.mvcconf.com/">mvcConf 2</a></em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7be3d32ba0aa4bd0afc49e8a015b4e59">]]></description>
      <comments>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Ashic-Mahtab-CQRS-and-Event-Sourcing-with-MVC-3</comments>
      <itunes:summary> The session will briefly cover what CQRS and event sourcing is and what benefits they provide over traditional architectures. We will then build a simple ASP.NET MVC 3 application that will use CQRS and Event Sourcing. We will use Ncqrs to provide the underlying platform and see how CQRS and Event Sourcing simplifies software design, improves scalability and maintainability and how they fit into an ASP.NET MVC application. Recorded live via Live Meeting as part of mvcConf 2 </itunes:summary>
      <itunes:duration>3955</itunes:duration>
      <link>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Ashic-Mahtab-CQRS-and-Event-Sourcing-with-MVC-3</link>
      <pubDate>Mon, 14 Feb 2011 23:08:58 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Ashic-Mahtab-CQRS-and-Event-Sourcing-with-MVC-3</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_2MB_ch9.wmv" expression="full" duration="3955" fileSize="83134343" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_ch9.mp3" expression="full" duration="3955" fileSize="31646785" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_ch9.wma" expression="full" duration="3955" fileSize="32000583" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_ch9.wmv" expression="full" duration="3955" fileSize="134173164" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_high_ch9.mp4" expression="full" duration="3955" fileSize="981226742" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_low_ch9.mp4" expression="full" duration="3955" fileSize="66063983" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_Zune_ch9.wmv" expression="full" duration="3955" fileSize="208541218" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab.ism/manifest" expression="full" duration="3955" fileSize="6190" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/4E59/7BE3D32B-A0AA-4BD0-AFC4-9E8A015B4E59/mvcconfashicmahtab_ch9.wmv" length="134173164" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Nic Fillingham</dc:creator>
      <itunes:author>Nic Fillingham</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Ashic-Mahtab-CQRS-and-Event-Sourcing-with-MVC-3/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
    </item>
  <item>
      <title>mvcConf 2 - Roberto Hernandez: MVC 3 Extensibility</title>
      <description><![CDATA[ <p>Learn the basic extensibility points of the ASP.NET MVC Framework by refactoring an existing code base and making changes that will make your application less fragile and easier to test. The main focus will be how<br>to leverage dependency injection, routes, action filters, model binders, etc. to build a better all-around application.</p><p><em>Recorded live via Live Meeting as part of <a href="http://www.mvcconf.com/">mvcConf 2</a></em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:b16c968af7264c359fb19e8a01243d43">]]></description>
      <comments>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Roberto-Hernandez-MVC-3-Extensibility</comments>
      <itunes:summary> Learn the basic extensibility points of the ASP.NET MVC Framework by refactoring an existing code base and making changes that will make your application less fragile and easier to test. The main focus will be howto leverage dependency injection, routes, action filters, model binders, etc. to build a better all-around application. Recorded live via Live Meeting as part of mvcConf 2 </itunes:summary>
      <itunes:duration>3085</itunes:duration>
      <link>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Roberto-Hernandez-MVC-3-Extensibility</link>
      <pubDate>Mon, 14 Feb 2011 18:35:53 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Roberto-Hernandez-MVC-3-Extensibility</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_320_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_85_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_2MB_ch9.wmv" expression="full" duration="3085" fileSize="72975323" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_ch9.mp3" expression="full" duration="3085" fileSize="24682938" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_ch9.wma" expression="full" duration="3085" fileSize="24962209" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_high_ch9.mp4" expression="full" duration="3085" fileSize="309721637" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_low_ch9.mp4" expression="full" duration="3085" fileSize="39475019" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_Zune_ch9.wmv" expression="full" duration="3085" fileSize="78215996" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/3d43/b16c968a-f726-4c35-9fb1-9e8a01243d43/mvcconfrobhernandez_2MB_ch9.wmv" length="72975323" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Nic Fillingham</dc:creator>
      <itunes:author>Nic Fillingham</itunes:author>
      <slash:comments>2</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Roberto-Hernandez-MVC-3-Extensibility/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
    </item>
  <item>
      <title>mvcConf 2 - Chris Canal: Real World Application Development with Mvc3 NHibernate, FluentNHibernate and Castle Windsor</title>
      <description><![CDATA[ <p>In this session we will look at how we can use a number of popular .Net OSS projects to develop a real world application. Based on production code, we will look at how using a combination of NHibernate, FluentNHibernate, Castle Windsor and a number of other OSS (AutoMapper, MvcContrib, FluentMvc) to reduce the friction of application development and remove a lot of infrastructural concerns. We will explore how we can leverage these tools to drive a convention based development experience and make it easier for ourselves and team mates to write applications and deliver what the client wants.</p><p><em>Recorded live via Live Meeting as part of <a href="http://www.mvcconf.com/">mvcConf 2</a></em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:121fa322a10b476b90759e880136ff59">]]></description>
      <comments>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Chris-Canal-ASPNET-Castle-Windsor</comments>
      <itunes:summary> In this session we will look at how we can use a number of popular .Net OSS projects to develop a real world application. Based on production code, we will look at how using a combination of NHibernate, FluentNHibernate, Castle Windsor and a number of other OSS (AutoMapper, MvcContrib, FluentMvc) to reduce the friction of application development and remove a lot of infrastructural concerns. We will explore how we can leverage these tools to drive a convention based development experience and make it easier for ourselves and team mates to write applications and deliver what the client wants. Recorded live via Live Meeting as part of mvcConf 2 </itunes:summary>
      <itunes:duration>3240</itunes:duration>
      <link>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Chris-Canal-ASPNET-Castle-Windsor</link>
      <pubDate>Sat, 12 Feb 2011 21:33:16 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Chris-Canal-ASPNET-Castle-Windsor</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_2MB_ch9.wmv" expression="full" duration="3240" fileSize="80451969" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_ch9.mp3" expression="full" duration="3240" fileSize="25927337" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_ch9.wma" expression="full" duration="3240" fileSize="26217883" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_ch9.wmv" expression="full" duration="3240" fileSize="108344874" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_high_ch9.mp4" expression="full" duration="3240" fileSize="807934471" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_low_ch9.mp4" expression="full" duration="3240" fileSize="57308370" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_Zune_ch9.wmv" expression="full" duration="3240" fileSize="173560928" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal.ism/manifest" expression="full" duration="3240" fileSize="6918" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/FF59/121FA322-A10B-476B-9075-9E880136FF59/mvcconf2chriscanal_ch9.wmv" length="108344874" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Nic Fillingham</dc:creator>
      <itunes:author>Nic Fillingham</itunes:author>
      <slash:comments>4</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/mvcConf/mvcConf-2-Chris-Canal-ASPNET-Castle-Windsor/RSS</wfw:commentRss>
      <category>ASP.NET</category>
      <category>ASP.NET MVC 3</category>
      <category>MVC</category>
    </item>
  <item>
      <title>mvcConf 2 - Brad Wilson: Advanced MVC 3</title>
      <description><![CDATA[ <p>In this presentation, Brad will cover several advanced MVC topics, tips &amp; tricks, including: using non-strongly typed models (f.e., dictionaries) while still getting model metadata and validation support; custom routing constraints; customized client-side validation with unobtrusive jQuery; combining named routes with custom HTML and Ajax link helpers; and more!</p><p><em>Recorded live as part of <a href="http://www.mvcconf.com">mvcConf 2</a></em></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:02c53dbd4885472781399e85015681ff">]]></description>
      <comments>http://channel9.msdn.com/Series/mvcConf/mvcConf-2011-Brad-Wilson-Advanced-MVC-3</comments>
      <itunes:summary> In this presentation, Brad will cover several advanced MVC topics, tips &amp;amp; tricks, including: using non-strongly typed models (f.e., dictionaries) while still getting model metadata and validation support; custom routing constraints; customized client-side validation with unobtrusive jQuery; combining named routes with custom HTML and Ajax link helpers; and more! Recorded live as part of mvcConf 2 </itunes:summary>
      <itunes:duration>3390</itunes:duration>
      <link>http://channel9.msdn.com/Series/mvcConf/mvcConf-2011-Brad-Wilson-Advanced-MVC-3</link>
      <pubDate>Thu, 10 Feb 2011 02:46:19 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/mvcConf/mvcConf-2011-Brad-Wilson-Advanced-MVC-3</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_2MB_ch9.wmv" expression="full" duration="3390" fileSize="342848391" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_ch9.mp3" expression="full" duration="3390" fileSize="27123394" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_ch9.wma" expression="full" duration="3390" fileSize="27425491" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_ch9.wmv" expression="full" duration="3390" fileSize="204009773" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_high_ch9.mp4" expression="full" duration="3390" fileSize="944857435" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_low_ch9.mp4" expression="full" duration="3390" fileSize="93516983" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_Zune_ch9.wmv" expression="full" duration="3390" fileSize="202617828" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson.ism/manifest" expression="full" duration="3390" fileSize="8506" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/81ff/02c53dbd-4885-4727-8139-9e85015681ff/mvcconfbradwilson_ch9.wmv" length="204009773" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jon Galloway, Nic Fillingham</dc:creator>
      <itunes:author>Jon Galloway, Nic Fillingham</itunes:author>
      <slash:comments>14</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/mvcConf/mvcConf-2011-Brad-Wilson-Advanced-MVC-3/RSS</wfw:commentRss>
      <category>ASP.NET</category>
      <category>ASP.NET MVC 3</category>
    </item>
  <item>
      <title>The Full Stack, Part 5: Implementing the repository with EF Code First and Dependency Injection</title>
      <description><![CDATA[ <p>In this episode, Jon moves converts the previous data access code to use the Repository pattern, looking at some new features in Entity Framework 4 CTP 5 which make this a lot easier. Then we wrap up by using Dependency Injection using Ninject and MVC 3's new support for service location.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:c6a4f0136af5446c94119e5500008cb9">]]></description>
      <comments>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-5-Implementing-the-repository-with-EF-Code-First-and-Dependency-Injection</comments>
      <itunes:summary> In this episode, Jon moves converts the previous data access code to use the Repository pattern, looking at some new features in Entity Framework 4 CTP 5 which make this a lot easier. Then we wrap up by using Dependency Injection using Ninject and MVC 3&#39;s new support for service location. </itunes:summary>
      <itunes:duration>2432</itunes:duration>
      <link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-5-Implementing-the-repository-with-EF-Code-First-and-Dependency-Injection</link>
      <pubDate>Tue, 28 Dec 2010 00:49:06 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-5-Implementing-the-repository-with-EF-Code-First-and-Dependency-Injection</guid>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_custom_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_2MB_ch9.wmv" expression="full" duration="2432" fileSize="65707695" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_ch9.mp3" expression="full" duration="2432" fileSize="19459387" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_ch9.wma" expression="full" duration="2432" fileSize="19672167" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_ch9.wmv" expression="full" duration="2432" fileSize="87908026" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_high_ch9.mp4" expression="full" duration="2432" fileSize="609482836" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_low_ch9.mp4" expression="full" duration="2432" fileSize="44140432" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_Zune_ch9.wmv" expression="full" duration="2432" fileSize="128596080" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://smooth.ch9.ms/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5.ism/manifest" expression="full" duration="2432" fileSize="6158" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ak.channel9.msdn.com/ch9/8CB9/C6A4F013-6AF5-446C-9411-9E5500008CB9/TheFullStack5_ch9.wmv" length="87908026" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jon Galloway, Jesse Liberty</dc:creator>
      <itunes:author>Jon Galloway, Jesse Liberty</itunes:author>
      <slash:comments>5</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-5-Implementing-the-repository-with-EF-Code-First-and-Dependency-Injection/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>Entity Framework 4</category>
    </item>
  <item>
      <title>How to use the Url Shortener Helper v0.9.1</title>
      <description><![CDATA[ <p>In this video&nbsp;Clark Sell&nbsp;explores how to use Version V.0.9.1 of the ASP.NET WebPages Url Shortener Helper.&nbsp; This helper currently uses <a href="http://bit.ly">http://bit.ly</a>&nbsp;as the only provider.&nbsp; This helper works in both WebMatrix and ASP.NET MVC 3.0</p><p>You can find the download on CodePlex at <a href="http://urlshortenerhelper.codeplex.com/">http://urlshortenerhelper.codeplex.com/</a>&nbsp;</p><p>You can find release documentation on Clark's site at <a href="http://csell.net/2010/11/16/UrlShortenerV091Release.aspx">http://csell.net/2010/11/16/UrlShortenerV091Release.aspx</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:aa200792b57040a0bb909e47018694b7">]]></description>
      <comments>http://channel9.msdn.com/posts/How-to-use-the-Url-Shortener-Helper-v091</comments>
      <itunes:summary> In this video&amp;nbsp;Clark Sell&amp;nbsp;explores how to use Version V.0.9.1 of the ASP.NET WebPages Url Shortener Helper.&amp;nbsp; This helper currently uses http://bit.ly&amp;nbsp;as the only provider.&amp;nbsp; This helper works in both WebMatrix and ASP.NET MVC 3.0 You can find the download on CodePlex at http://urlshortenerhelper.codeplex.com/&amp;nbsp; You can find release documentation on Clark&#39;s site at http://csell.net/2010/11/16/UrlShortenerV091Release.aspx </itunes:summary>
      <itunes:duration>368</itunes:duration>
      <link>http://channel9.msdn.com/posts/How-to-use-the-Url-Shortener-Helper-v091</link>
      <pubDate>Fri, 10 Dec 2010 01:05:33 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/posts/How-to-use-the-Url-Shortener-Helper-v091</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_320_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_85_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_2MB_ch9.wmv" expression="full" duration="368" fileSize="20771043" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_ch9.mp3" expression="full" duration="368" fileSize="2946742" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_ch9.wma" expression="full" duration="368" fileSize="2993957" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_ch9.wmv" expression="full" duration="368" fileSize="16727640" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_high_ch9.mp4" expression="full" duration="368" fileSize="26292749" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_low_ch9.mp4" expression="full" duration="368" fileSize="12102377" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_Zune_ch9.wmv" expression="full" duration="368" fileSize="22071694" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/94b7/aa200792-b570-40a0-bb90-9e47018694b7/UrlShortenerHelperV091HowTo_ch9.wmv" length="16727640" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Clark Sell</dc:creator>
      <itunes:author>Clark Sell</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/posts/How-to-use-the-Url-Shortener-Helper-v091/rss</wfw:commentRss>
      <category>ASP.NET 4</category>
      <category>ASP.NET MVC 3</category>
      <category>WebMatrix</category>
      <category>Helpers</category>
    </item>
  <item>
      <title>Web Camps TV #10 - Update from Web Camp India</title>
      <description><![CDATA[ <p>Join <a href="http://www.twitter.com/jsenior">James Senior</a>, <a href="http://www.twitter.com/jongalloway">Jon Galloway</a>, and Harish Ranganathan from Hyderabad, India as they discuss the Web Camps running in India. During the Web Camp in Hyderabad, there were 300&#43; in-person attendees and over 10,000 watching online via live streaming!</p><p>At Web Camps, attendees get free hands-on training with ASP.NET MVC 3, Entity Framework Code-first, Razor, and much more, and Microsoft experts are available to answer attendee questions, too.</p><p>Don't worry if you missed the Web Camps in Hyderabad or Bangalore, there are two more events coming up in India—Chennai (December 1st) and Pune (December 3rd).&nbsp; </p><p>You can sign up for these events and more events&nbsp;around the world&nbsp;at <a href="http://www.webcamps.ms">www.webcamps.ms</a> </p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:70721d1d19c74b7b87089e3e0116d07f">]]></description>
      <comments>http://channel9.msdn.com/Shows/Web+Camps+TV/Web-Camps-TV-10-Update-from-Web-Camp-India</comments>
      <itunes:summary> Join James Senior, Jon Galloway, and Harish Ranganathan from Hyderabad, India as they discuss the Web Camps running in India. During the Web Camp in Hyderabad, there were 300&amp;#43; in-person attendees and over 10,000 watching online via live streaming! At Web Camps, attendees get free hands-on training with ASP.NET MVC 3, Entity Framework Code-first, Razor, and much more, and Microsoft experts are available to answer attendee questions, too. Don&#39;t worry if you missed the Web Camps in Hyderabad or Bangalore, there are two more events coming up in India—Chennai (December 1st) and Pune (December 3rd).&amp;nbsp;  You can sign up for these events and more events&amp;nbsp;around the world&amp;nbsp;at www.webcamps.ms  </itunes:summary>
      <itunes:duration>905</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Web+Camps+TV/Web-Camps-TV-10-Update-from-Web-Camp-India</link>
      <pubDate>Wed, 01 Dec 2010 19:43:42 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Web+Camps+TV/Web-Camps-TV-10-Update-from-Web-Camp-India</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_2MB_ch9.wmv" expression="full" duration="905" fileSize="118258929" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_ch9.mp3" expression="full" duration="905" fileSize="7248177" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_ch9.wma" expression="full" duration="905" fileSize="7331733" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_ch9.wmv" expression="full" duration="905" fileSize="178122861" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_high_ch9.mp4" expression="full" duration="905" fileSize="205199790" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_low_ch9.mp4" expression="full" duration="905" fileSize="84645212" type="video/mp4" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/d07f/70721d1d-19c7-4b7b-8708-9e3e0116d07f/webcampstvindia_ch9.wmv" length="178122861" type="video/x-ms-wmv"></enclosure>
      <dc:creator>James Senior</dc:creator>
      <itunes:author>James Senior</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Web+Camps+TV/Web-Camps-TV-10-Update-from-Web-Camp-India/RSS</wfw:commentRss>
      <category>ASP.NET</category>
      <category>ASP.NET MVC 3</category>
      <category>Entity Framework</category>
      <category>MS Web Platform</category>
      <category>Razor</category>
      <category>Web Camps</category>
      <category>Web Camps</category>
    </item>
  <item>
      <title>The Full Stack, Part 3: Building a Repository using TDD</title>
      <description><![CDATA[ <p>In this episode, Jon and Jesse set up unit testing for their MVC 3 application, discuss uint testing and test driven development, and build out a repository.</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7f2a2a59b5ad42ebbaf69e29012e56fb">]]></description>
      <comments>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-3-Building-a-Repository-using-TDD</comments>
      <itunes:summary> In this episode, Jon and Jesse set up unit testing for their MVC 3 application, discuss uint testing and test driven development, and build out a repository. </itunes:summary>
      <itunes:duration>1713</itunes:duration>
      <link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-3-Building-a-Repository-using-TDD</link>
      <pubDate>Tue, 09 Nov 2010 21:18:26 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-3-Building-a-Repository-using-TDD</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_320_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_85_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_2MB_ch9.wmv" expression="full" duration="1713" fileSize="50428773" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_ch9.mp3" expression="full" duration="1713" fileSize="13711324" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_ch9.mp4" expression="full" duration="1713" fileSize="119200783" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_ch9.wma" expression="full" duration="1713" fileSize="13862429" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_ch9.wmv" expression="full" duration="1713" fileSize="65503710" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_Zune_ch9.wmv" expression="full" duration="1713" fileSize="92959764" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/56fb/7f2a2a59-b5ad-42eb-baf6-9e29012e56fb/TheFullStack3_ch9.wmv" length="65503710" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jon Galloway, Jesse Liberty</dc:creator>
      <itunes:author>Jon Galloway, Jesse Liberty</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-3-Building-a-Repository-using-TDD/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>Test Driven Development</category>
    </item>
  <item>
      <title>The Full Stack, Part 1 - Building the Admin Site with ASP.NET MVC 3, NuGet and EF Code First</title>
      <description><![CDATA[ <p>Jesse Liberty and Jon Galloway are kicking off a new screencast series called The Full Stack. They're pair-programming, building out a full&nbsp;application from a server back-end down to Windows Phone, web, Silverlight, and wherever else the app-building process leads them. Join them for the ride!</p><p>In this inaugural episode, they dig right in with a server back-end using NuGet, ASP.NET MVC 3, Razor views, and Entity Framework Code-First.</p><p>&nbsp;</p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/aspnet-mvc-3/RSS&WT.dl=0&WT.entryid=Entry:RSSView:62dfe6100895421facd29e1a012be402">]]></description>
      <comments>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First</comments>
      <itunes:summary> Jesse Liberty and Jon Galloway are kicking off a new screencast series called The Full Stack. They&#39;re pair-programming, building out a full&amp;nbsp;application from a server back-end down to Windows Phone, web, Silverlight, and wherever else the app-building process leads them. Join them for the ride! In this inaugural episode, they dig right in with a server back-end using NuGet, ASP.NET MVC 3, Razor views, and Entity Framework Code-First. &amp;nbsp; </itunes:summary>
      <itunes:duration>2667</itunes:duration>
      <link>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First</link>
      <pubDate>Mon, 25 Oct 2010 21:43:04 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_100_ch9.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_220_ch9.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_512_ch9.jpg" height="384" width="512"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_2MB_ch9.wmv" expression="full" duration="2667" fileSize="78202587" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_ch9.mp3" expression="full" duration="2667" fileSize="21341822" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_ch9.mp4" expression="full" duration="2667" fileSize="185592833" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_ch9.wma" expression="full" duration="2667" fileSize="21579705" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_ch9.wmv" expression="full" duration="2667" fileSize="100437436" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/e402/62dfe610-0895-421f-acd2-9e1a012be402/TheFullStack1_ch9.wmv" length="100437436" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Jon Galloway, Jesse Liberty</dc:creator>
      <itunes:author>Jon Galloway, Jesse Liberty</itunes:author>
      <slash:comments>14</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Series/The-Full-Stack/The-Full-Stack-Part-1-Building-the-Admin-Site-with-ASPNET-MVC-3-NuPack-and-EF-Code-First/RSS</wfw:commentRss>
      <category>ASP.NET MVC 3</category>
      <category>Entity Framework 4</category>
      <category>Razor</category>
      <category>Windows Phone 7</category>
    </item>    
</channel>
</rss>