<?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 JSON</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/json/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 JSON</title>
      <link>http://channel9.msdn.com/Tags/json</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/json</link>
    <language>en</language>
    <pubDate>Thu, 20 Jun 2013 09:25:27 GMT</pubDate>
    <lastBuildDate>Thu, 20 Jun 2013 09:25:27 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>10</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Browse the &quot;What&#39;s New in the .NET Framework 4.5&quot; Catalog in this Windows Store App (with source)</title>
      <description><![CDATA[<p>You all caught the official launch of Visual Studio 2012 and .Net Framework 4.5 this past week? If not you can catch the keynotes and a number of great sessions on-demand <a href="http://www.visualstudiolaunch.com/vs2012vle/Home" target="_blank">here</a>.</p><p>So I hear some of you asking, &quot;What's new in .Net Framework 4.5?&quot; Wouldn't it be kind of cool if there were an app for our Modern App Monday that provided that information? One that comes with source of course! And wasn't just a simple app, but hooked into a web backend using the Web API, Jason.Net and even Code First Entity Framework?</p><h2><a href="http://code.msdn.microsoft.com/Whats-New-in-the-NET-e8d7545c" target="_blank">What's New in the .NET Framework 4.5</a></h2><blockquote><p>The &quot;.NET Feature Catalog&quot; uses .NET 4.5 to build an end-to-end sample from a web backend to a Windows Store app. It allows the user to peruse through some of the features introduced over several versions. This was demoed in TechEd 2012 North America and Europe.</p><p>The .NET Framework 4.5 introduces a number of features to help solve the programming problems of today. This sample demonstrates end-to-end how to build a Windows 8 app that connects to a web backend using industry standard REST APIs. If you were at TechEd 2012 in <a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DEV331">North America</a> or <a href="http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV331">Europe</a>, we showed you how to build this sample from scratch. The app itself is a catalog of some features found in the .NET Framework, so you can learn more about .NET simply by exploring the app.</p><p><strong>Description</strong></p><p>The sample is best experienced by watching the talk for What's New in .NET 4.5 from TechEd 2012. Click on either of the following to see the presentation given by Brandon Bray or Layla Driscoll respectively.</p><p><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DEV331" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B9%5D-22.png" alt="image" width="220" height="123" border="0"></a>&nbsp;<a href="http://channel9.msdn.com/Events/TechEd/Europe/2012/DEV331" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B8%5D-35.png" alt="image" width="220" height="123" border="0"></a></p><p>The main features we cover in the sample are:</p><ul><li>WebAPI for building REST based web services </li><li>Entity Framework using Code First and migrations </li><li>Windows Store app using the .NET for Windows Store Apps profile </li><li>Async and await to build a fast and interactive user experience </li><li>HttpClient for an easy way to connect to a web service </li><li>NuGet for acquiring the latest libraries, specifically Json.NET </li></ul></blockquote><p>Here's a brief road map of the source;</p><blockquote><h3>Source Code Files</h3><p>This sample was created with the default project templates for Windows Store Grid App and an ASP.NET MVC 4 Web Application. The files that were edited during the TechEd demo were:</p><ul><li><em>DotnetCatalog/DataModel/FeatureDataSource.cs </em>- used async, HttpClient, and Json deserializing </li><li><em>WebBackend/Controllers/FeaturesController.cs</em> - contains the REST APIs for the feature data </li><li><em>WebBackend/Controllers/FeaturesSummaryController.cs</em> - contains the REST APIs for the feature summary data </li><li><em>WebBackend/Models/Feature.cs </em>- contains the data model for the feature entity </li><li><em>WebBackend/Models/FeatureContext.cs</em> - used entity framework </li><li><em>WebBackend/Models/FeatureSummary.cs</em> - contains the data model for the feature summary entity </li><li><em>WebBackend/WebAssets</em> - the media and text data transferred from the web backend to the Windows app </li></ul></blockquote><p>Here's a snap of the Solution;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B12%5D-31.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B2%5D-68.png" alt="image" width="193" height="384" border="0"></a></p><p>And the app running at 1366x768;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B15%5D-21.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B3%5D-59.png" alt="image" width="520" height="290" border="0"></a></p><p>And 2560x1440;</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B18%5D-14.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B4%5D-50.png" alt="image" width="520" height="301" border="0"></a></p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B21%5D-11.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B5%5D-43.png" alt="image" width="520" height="301" border="0"></a></p><p>And to just show that it is indeed all running locally, I put a breakpoint in the Features Controller...</p><p><a href="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image%5B24%5D-8.png" target="_blank"><img title="image" src="http://files.channel9.msdn.com/wlwimages/ae054c0b4d7b402ab1239e6800c0220f/image_thumb%5B6%5D-36.png" alt="image" width="520" height="204" border="0"></a></p><p>If you're looking for even more about what's new in .Net 4.5, check out this MSDN topic, <a href="http://msdn.microsoft.com/en-us/library/ms171868.aspx">What's New in the .NET Framework 4.5</a></p> <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:5c2762d95a11467e9f30a0cd0129304e">]]></description>
      <comments>http://channel9.msdn.com/coding4fun/blog/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source</comments>
      <itunes:summary>You all caught the official launch of Visual Studio 2012 and .Net Framework 4.5 this past week? If not you can catch the keynotes and a number of great sessions on-demand here. So I hear some of you asking, &amp;quot;What&#39;s new in .Net Framework 4.5?&amp;quot; Wouldn&#39;t it be kind of cool if there were an app for our Modern App Monday that provided that information? One that comes with source of course! And wasn&#39;t just a simple app, but hooked into a web backend using the Web API, Jason.Net and even Code First Entity Framework? What&#39;s New in the .NET Framework 4.5The &amp;quot;.NET Feature Catalog&amp;quot; uses .NET 4.5 to build an end-to-end sample from a web backend to a Windows Store app. It allows the user to peruse through some of the features introduced over several versions. This was demoed in TechEd 2012 North America and Europe. The .NET Framework 4.5 introduces a number of features to help solve the programming problems of today. This sample demonstrates end-to-end how to build a Windows 8 app that connects to a web backend using industry standard REST APIs. If you were at TechEd 2012 in North America or Europe, we showed you how to build this sample from scratch. The app itself is a catalog of some features found in the .NET Framework, so you can learn more about .NET simply by exploring the app. Description The sample is best experienced by watching the talk for What&#39;s New in .NET 4.5 from TechEd 2012. Click on either of the following to see the presentation given by Brandon Bray or Layla Driscoll respectively. &amp;nbsp; The main features we cover in the sample are: WebAPI for building REST based web services Entity Framework using Code First and migrations Windows Store app using the .NET for Windows Store Apps profile Async and await to build a fast and interactive user experience HttpClient for an easy way to connect to a web service NuGet for acquiring the latest libraries, specifically Json.NET Here&#39;s a brief road map of the source; Source Code FilesThis sample was cr</itunes:summary>
      <link>http://channel9.msdn.com/coding4fun/blog/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source</link>
      <pubDate>Mon, 17 Sep 2012 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/coding4fun/blog/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source</guid>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/641a8285-8081-49a8-849a-66d7a4344e81.png" height="48" width="100"></media:thumbnail>
      <media:thumbnail url="http://files.channel9.msdn.com/thumbnail/a54dd896-a2ed-4ec0-9ee3-abcc91c14679.png" height="106" width="220"></media:thumbnail>      
      <dc:creator>Greg Duncan</dc:creator>
      <itunes:author>Greg Duncan</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/coding4fun/blog/Browse-the-Whats-New-in-the-NET-Framework-45-Catalog-in-this-Windows-Store-App-with-source/RSS</wfw:commentRss>
      <category>.NET Framework</category>
      <category>ASP.NET</category>
      <category>Coding4Fun</category>
      <category>Entity Framework</category>
      <category>JSON</category>
      <category>Windows 8</category>
    </item>
  <item>
      <title>Silverlight TV 26: Exposing SOAP, OData, and JSON Endpoints for RIA Services</title>
      <description><![CDATA[
<p>In this video, John meets with Deepesh Mohnani from the WCF RIA Services team. Deepesh demonstrates how&nbsp;to&nbsp;expose various endpoints from WCF RIA Services. This is a great explanation and walk through of how to open&nbsp;RIA Services domain&nbsp;services to clients,
 including:</p>
<ul>
<li>Silverlight clients (of course) </li><li>Creating an OData endpoint and showing how Excel can use it </li><li>Creating a SOAP endpoint to a domain service and using it from a Windows Phone 7 application
</li><li>Creating a JSON endpoint and having an AJAX application talk to it </li></ul>
<p>Relevant links:</p>
<ul>
<li><a shape="rect" href="http://johnpapa.net/" shape="rect">John's Blog</a>&nbsp;and on Twitter<a shape="rect" href="http://johnpapa.net/" shape="rect">&nbsp;</a>(<a shape="rect" href="http://twitter.com/john_papa" shape="rect">@john_papa</a>)
</li><li><a shape="rect" href="http://blogs.msdn.com/deepm" shape="rect">Deepesh's Blog</a>&nbsp;and on Twitter (<a shape="rect" href="http://twitter.com/deepeshm" shape="rect">@deepeshm</a>)
</li><li>More about&nbsp;<a shape="rect" href="http://silverlight.net/riaservices" shape="rect">RIA Services</a>&nbsp;
</li></ul>
<p>Follow us on Twitter&nbsp;<a shape="rect" href="http://www.twitter.com/SilverlightTV" title="Follow SilverlightTV at Twitter" shape="rect">@SilverlightTV</a>&nbsp;or on the web at
<a shape="rect" href="http://silverlight.tv/" shape="rect">http://silverlight.tv/</a></p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:97c8d4c6453948b4b5c09deb000f8bed">]]></description>
      <comments>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-26-Exposing-SOAP-OData-and-JSON-Endpoints-for-RIA-Services</comments>
      <itunes:summary>
In this video, John meets with Deepesh Mohnani from the WCF RIA Services team. Deepesh demonstrates how&amp;nbsp;to&amp;nbsp;expose various endpoints from WCF RIA Services. This is a great explanation and walk through of how to open&amp;nbsp;RIA Services domain&amp;nbsp;services to clients,
 including: 

Silverlight clients (of course) Creating an OData endpoint and showing how Excel can use it Creating a SOAP endpoint to a domain service and using it from a Windows Phone 7 application
Creating a JSON endpoint and having an AJAX application talk to it 
Relevant links: 

John&#39;s Blog&amp;nbsp;and on Twitter&amp;nbsp;(@john_papa)
Deepesh&#39;s Blog&amp;nbsp;and on Twitter (@deepeshm)
More about&amp;nbsp;RIA Services&amp;nbsp;

Follow us on Twitter&amp;nbsp;@SilverlightTV&amp;nbsp;or on the web at
http://silverlight.tv/ 
</itunes:summary>
      <itunes:duration>1047</itunes:duration>
      <link>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-26-Exposing-SOAP-OData-and-JSON-Endpoints-for-RIA-Services</link>
      <pubDate>Thu, 13 May 2010 15:04:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-26-Exposing-SOAP-OData-and-JSON-Endpoints-for-RIA-Services</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/548719_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/548719_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_2MB_ch9.wmv" expression="full" duration="1047" fileSize="268811747" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_ch9.mp3" expression="full" duration="1047" fileSize="8383423" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_ch9.mp4" expression="full" duration="1047" fileSize="86909704" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_ch9.wma" expression="full" duration="1047" fileSize="8482265" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_ch9.wmv" expression="full" duration="1047" fileSize="119604191" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_Zune_ch9.wmv" expression="full" duration="1047" fileSize="98868243" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/9/1/7/8/4/5/SLTV26_ch9.wmv" length="119604191" type="video/x-ms-wmv"></enclosure>
      <dc:creator>John Papa</dc:creator>
      <itunes:author>John Papa</itunes:author>
      <slash:comments>9</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/SilverlightTV/Silverlight-TV-26-Exposing-SOAP-OData-and-JSON-Endpoints-for-RIA-Services/RSS</wfw:commentRss>
      <category>JSON</category>
      <category>Odata</category>
      <category>RIA</category>
      <category>RIA Services</category>
      <category>Silverlight</category>
      <category>Silverlight 4</category>
      <category>SOAP</category>
    </item>
  <item>
      <title>ASP.NET MVC FireStarter: ASP.NET MVC and AJAX</title>
      <description><![CDATA[
<p>This is part of the Microsoft ASP.NET MVC FireStarter event.&nbsp; You'll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we'll spend time discussing the design and development practices that lead
 to the creation of the MVC framework. By the time you leave, you'll have enough knowledge to get fired up and start building web applications on the .NET platform.<br /><br />This video covers partial page updates, working with JSON, and the UX with client-side scripting.</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:67e8c751cafd449995659deb003107a2">]]></description>
      <comments>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-ASPNET-MVC-and-AJAX</comments>
      <itunes:summary>
This is part of the Microsoft ASP.NET MVC FireStarter event.&amp;nbsp; You&#39;ll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we&#39;ll spend time discussing the design and development practices that lead
 to the creation of the MVC framework. By the time you leave, you&#39;ll have enough knowledge to get fired up and start building web applications on the .NET platform.This video covers partial page updates, working with JSON, and the UX with client-side scripting. 
</itunes:summary>
      <itunes:duration>2469</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-ASPNET-MVC-and-AJAX</link>
      <pubDate>Thu, 07 Jan 2010 00:06:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-ASPNET-MVC-and-AJAX</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/518729_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/518729_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_2MB_ch9.wmv" expression="full" duration="2469" fileSize="113084483" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_ch9.mp3" expression="full" duration="2469" fileSize="19760004" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_ch9.mp4" expression="full" duration="2469" fileSize="97302230" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_ch9.wma" expression="full" duration="2469" fileSize="19978573" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_ch9.wmv" expression="full" duration="2469" fileSize="101880099" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_Zune_ch9.wmv" expression="full" duration="2469" fileSize="84600151" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/9/2/7/8/1/5/ASPNETFireStarterAJAX_ch9.wmv" length="101880099" type="video/x-ms-wmv"></enclosure>
      <dc:creator>MSDN Online Media</dc:creator>
      <itunes:author>MSDN Online Media</itunes:author>
      <slash:comments>1</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-ASPNET-MVC-and-AJAX/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>ASP.NET MVC</category>
      <category>DPEField</category>
      <category>FireStarter Events</category>
      <category>JSON</category>
      <category>Peter Laudati</category>
      <category>Sara Chipps</category>
      <category>Steve Bohlen</category>
    </item>
  <item>
      <title>ASP.NET MVC FireStarter: Rendering Markup and Working with Data</title>
      <description><![CDATA[This video is part of the Microsoft ASP.NET MVC FireStarter event. You'll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we'll spend time discussing the design and development practices
 that lead to the creation of the MVC framework. By the time you leave, you'll have enough knowledge to get fired up and start building web applications on the .NET platform.<br /><br />This session will cover rendering and markup and working with data with&nbsp;the MVC framework.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:eff476f3c7774026aedb9deb00310caa">]]></description>
      <comments>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Rendering-Markup-and-Working-with-Data</comments>
      <itunes:summary>This video is part of the Microsoft ASP.NET MVC FireStarter event. You&#39;ll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we&#39;ll spend time discussing the design and development practices
 that lead to the creation of the MVC framework. By the time you leave, you&#39;ll have enough knowledge to get fired up and start building web applications on the .NET platform.This session will cover rendering and markup and working with data with&amp;nbsp;the MVC framework.
</itunes:summary>
      <itunes:duration>7498</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Rendering-Markup-and-Working-with-Data</link>
      <pubDate>Thu, 07 Jan 2010 00:06:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Rendering-Markup-and-Working-with-Data</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/501780_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/501780_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_2MB_ch9.wmv" expression="full" duration="7498" fileSize="346282657" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_ch9.mp3" expression="full" duration="7498" fileSize="59991746" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_ch9.mp4" expression="full" duration="7498" fileSize="305629610" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_ch9.wma" expression="full" duration="7498" fileSize="60649729" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_ch9.wmv" expression="full" duration="7498" fileSize="323630505" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_Zune_ch9.wmv" expression="full" duration="7498" fileSize="255406557" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/0/8/7/1/0/5/ASPNETFireStarterRendering_ch9.wmv" length="323630505" type="video/x-ms-wmv"></enclosure>
      <dc:creator>MSDN Online Media</dc:creator>
      <itunes:author>MSDN Online Media</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Rendering-Markup-and-Working-with-Data/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>ASP.NET MVC</category>
      <category>DPEField</category>
      <category>FireStarter Events</category>
      <category>JSON</category>
      <category>Peter Laudati</category>
      <category>Sara Chipps</category>
      <category>Steve Bohlen</category>
    </item>
  <item>
      <title>ASP.NET MVC FireStarter: Routing and Controllers</title>
      <description><![CDATA[This video is part of the Microsoft ASP.NET MVC FireStarter event. You'll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we'll spend time discussing the design and development practices
 that lead to the creation of the MVC framework. By the time you leave, you'll have enough knowledge to get fired up and start building web applications on the .NET platform.<br /><br />You'll learn about&nbsp;routing and controllers and how they work with&nbsp;the MVC framework.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:f33f6c54fcc140c08d0f9deb003111b6">]]></description>
      <comments>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Routing-and-Controllers</comments>
      <itunes:summary>This video is part of the Microsoft ASP.NET MVC FireStarter event. You&#39;ll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we&#39;ll spend time discussing the design and development practices
 that lead to the creation of the MVC framework. By the time you leave, you&#39;ll have enough knowledge to get fired up and start building web applications on the .NET platform.You&#39;ll learn about&amp;nbsp;routing and controllers and how they work with&amp;nbsp;the MVC framework.
</itunes:summary>
      <itunes:duration>2796</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Routing-and-Controllers</link>
      <pubDate>Thu, 07 Jan 2010 00:06:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Routing-and-Controllers</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/501779_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/501779_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_2MB_ch9.wmv" expression="full" duration="2796" fileSize="120950445" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_ch9.mp3" expression="full" duration="2796" fileSize="22375389" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_ch9.mp4" expression="full" duration="2796" fileSize="111433729" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_ch9.wma" expression="full" duration="2796" fileSize="22631099" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_ch9.wmv" expression="full" duration="2796" fileSize="115308671" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_Zune_ch9.wmv" expression="full" duration="2796" fileSize="91868723" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/9/7/7/1/0/5/ASPNETFireStarterRouting_ch9.wmv" length="115308671" type="video/x-ms-wmv"></enclosure>
      <dc:creator>MSDN Online Media</dc:creator>
      <itunes:author>MSDN Online Media</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Routing-and-Controllers/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>ASP.NET MVC</category>
      <category>DPEField</category>
      <category>FireStarter Events</category>
      <category>JSON</category>
      <category>Peter Laudati</category>
      <category>Sara Chipps</category>
      <category>Steve Bohlen</category>
    </item>
  <item>
      <title>ASP.NET MVC FireStarter: Framework Fundamentals and Practices</title>
      <description><![CDATA[This video is part of the&nbsp;Microsoft ASP.NET MVC FireStarter event. You'll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we'll spend time discussing the design and development practices
 that lead to the creation of the MVC framework. By the time you leave, you'll have enough knowledge to get fired up and start building web applications on the .NET platform.<br /><br />This session&nbsp;gives you an understanding of C# 3.0 Syntax and its relation to the MVC framework.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:bd81df43928e4c33a2e79deb00311909">]]></description>
      <comments>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Framework-Fundamentals-and-Practices</comments>
      <itunes:summary>This video is part of the&amp;nbsp;Microsoft ASP.NET MVC FireStarter event. You&#39;ll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we&#39;ll spend time discussing the design and development practices
 that lead to the creation of the MVC framework. By the time you leave, you&#39;ll have enough knowledge to get fired up and start building web applications on the .NET platform.This session&amp;nbsp;gives you an understanding of C# 3.0 Syntax and its relation to the MVC framework.
</itunes:summary>
      <itunes:duration>3398</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Framework-Fundamentals-and-Practices</link>
      <pubDate>Thu, 07 Jan 2010 00:05:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Framework-Fundamentals-and-Practices</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/501778_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/501778_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_2MB_ch9.wmv" expression="full" duration="3398" fileSize="113674051" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_ch9.mp3" expression="full" duration="3398" fileSize="27185499" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_ch9.mp4" expression="full" duration="3398" fileSize="116600730" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_ch9.wma" expression="full" duration="3398" fileSize="27488567" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_ch9.wmv" expression="full" duration="3398" fileSize="110693085" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_Zune_ch9.wmv" expression="full" duration="3398" fileSize="100645137" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/8/7/7/1/0/5/ASPNETFireStarterFramework_ch9.wmv" length="110693085" type="video/x-ms-wmv"></enclosure>
      <dc:creator>MSDN Online Media</dc:creator>
      <itunes:author>MSDN Online Media</itunes:author>
      <slash:comments>3</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Framework-Fundamentals-and-Practices/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>ASP.NET MVC</category>
      <category>C# 3.0</category>
      <category>DPEField</category>
      <category>FireStarter Events</category>
      <category>JSON</category>
      <category>Peter Laudati</category>
      <category>Sara Chipps</category>
      <category>Steve Bohlen</category>
    </item>
  <item>
      <title>ASP.NET MVC FireStarter: Intro to ASP.NET MVC and the MVC Design Pattern</title>
      <description><![CDATA[This video is the kick-off from the Microsoft ASP.NET MVC FireStarter event. You'll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we'll spend time discussing the design and development
 practices that lead to the creation of the MVC framework. By the time you leave, you'll have enough knowledge to get fired up and start building web applications on the .NET platform.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:477237942f62474a9f7a9deb00312179">]]></description>
      <comments>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Intro-to-ASPNET-MVC-and-the-MVC-Design-Pattern</comments>
      <itunes:summary>This video is the kick-off from the Microsoft ASP.NET MVC FireStarter event. You&#39;ll get a quick tour of the framework, then peel back the layers and dive deeper into how it works. As part of that, we&#39;ll spend time discussing the design and development
 practices that lead to the creation of the MVC framework. By the time you leave, you&#39;ll have enough knowledge to get fired up and start building web applications on the .NET platform.
</itunes:summary>
      <itunes:duration>4035</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Intro-to-ASPNET-MVC-and-the-MVC-Design-Pattern</link>
      <pubDate>Wed, 06 Jan 2010 23:57:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Intro-to-ASPNET-MVC-and-the-MVC-Design-Pattern</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/501777_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/501777_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_320_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_512_ch9.png" height="384" width="512"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_85_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_2MB_ch9.wmv" expression="full" duration="4035" fileSize="198006155" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_ch9.mp3" expression="full" duration="4035" fileSize="32285073" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_ch9.mp4" expression="full" duration="4035" fileSize="161788974" type="video/mp4" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_ch9.wma" expression="full" duration="4035" fileSize="32646441" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_ch9.wmv" expression="full" duration="4035" fileSize="151902023" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_Zune_ch9.wmv" expression="full" duration="4035" fileSize="146571164" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://ecn.channel9.msdn.com/o9/ch9/7/7/7/1/0/5/ASPNETFireStarter1_ch9.wmv" length="151902023" type="video/x-ms-wmv"></enclosure>
      <dc:creator>MSDN Online Media</dc:creator>
      <itunes:author>MSDN Online Media</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/egibson/ASPNET-MVC-FireStarter-Intro-to-ASPNET-MVC-and-the-MVC-Design-Pattern/RSS</wfw:commentRss>
      <category>.NET</category>
      <category>.NET Framework</category>
      <category>ASP.NET MVC</category>
      <category>DPEField</category>
      <category>FireStarter Events</category>
      <category>JSON</category>
      <category>Peter Laudati</category>
      <category>Sara Chipps</category>
      <category>Steve Bohlen</category>
    </item>
  <item>
      <title>What&#39;s New for JScript in IE8?</title>
      <description><![CDATA[
<p>The web developer community is curious to know what’s new for JScript in IE8. In this show,&nbsp; the JScript Evangelist, Janakiram MSV interviews the program managers who own the key JScript features.
</p>
<p>The JScript team is based out of IDC in Hyderabad. We own the scripting engine for IE8 &amp; Silverlight and provide authoring and tooling experience through Visual Studio and IE8. &nbsp;We also engage with the ECMA standards body to drive the JScript standardization
 process.</p>
<p>This is show is to breifly share the work that we do here. You will hear us talk about the new and improved JScript engine and the Developer Tools that are part of IE8.</p>
<p>You can find our team blog at <a href="http://blogs.msdn.com/jscript">http://blogs.msdn.com/jscript</a>! Feel free to drop a comment with your feedback!</p>
<p>Happy Scripting!</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:285caf4a71ad4b2daa1c9deb001e5620">]]></description>
      <comments>http://channel9.msdn.com/Blogs/janakiram/Whats-New-for-JScript-in-IE8</comments>
      <itunes:summary>
The web developer community is curious to know what’s new for JScript in IE8. In this show,&amp;nbsp; the JScript Evangelist, Janakiram MSV interviews the program managers who own the key JScript features.
 
The JScript team is based out of IDC in Hyderabad. We own the scripting engine for IE8 &amp;amp; Silverlight and provide authoring and tooling experience through Visual Studio and IE8. &amp;nbsp;We also engage with the ECMA standards body to drive the JScript standardization
 process. 
This is show is to breifly share the work that we do here. You will hear us talk about the new and improved JScript engine and the Developer Tools that are part of IE8. 
You can find our team blog at http://blogs.msdn.com/jscript! Feel free to drop a comment with your feedback! 
Happy Scripting! 
</itunes:summary>
      <itunes:duration>986</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/janakiram/Whats-New-for-JScript-in-IE8</link>
      <pubDate>Tue, 09 Sep 2008 02:12:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/janakiram/Whats-New-for-JScript-in-IE8</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/423195_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/423195_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_large_ch9.jpg" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_small_ch9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_2MB_ch9.wmv" expression="full" duration="986" fileSize="259819351" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_ch9.mp3" expression="full" duration="986" fileSize="7889188" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_ch9.mp4" expression="full" duration="986" fileSize="53500485" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_ch9.wma" expression="full" duration="986" fileSize="7983685" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_ch9.wmv" expression="full" duration="986" fileSize="62520407" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_Zune_ch9.wmv" expression="full" duration="986" fileSize="67883427" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/5/9/1/3/2/4/JScriptPM_s_ch9.wmv" expression="full" duration="986" fileSize="198" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/9/1/3/2/4/JScriptPM_ch9.wmv" length="62520407" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Janakiram MSV</dc:creator>
      <itunes:author>Janakiram MSV</itunes:author>
      <slash:comments>10</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/janakiram/Whats-New-for-JScript-in-IE8/RSS</wfw:commentRss>
      <category>Developer Tools</category>
      <category>Internet Explorer 8</category>
      <category>India</category>
      <category>Internet Explorer 8</category>
      <category>JavaScript</category>
      <category>JScript</category>
      <category>JScript Debugger</category>
      <category>JSON</category>
    </item>
  <item>
      <title>geekSpeak recording: Advanced ASP.NET with Michele Leroux Bustamante</title>
      <description><![CDATA[
<p>Michèle Leroux Bustamante is chief architect of IDesign Inc., Microsoft Regional Director for San Diego, and Microsoft Most Valuable Professional (MVP) for Connected Systems. At IDesign, Michèle provides training, mentoring, and high-end architecture consulting
 services focusing on Web services, scalable and secure architecture design for Microsoft .NET, federated security scenarios, Web services, and interoperability and globalization architecture. Michele participates in software design reviews for products in
 the Microsoft road map, including Windows Communication Foundation, CardSpace, and other security-focused products. She is a member of the International .NET Speakers Association (INETA), a frequent conference presenter, conference chair for SD West, and is
 frequently published in several major technology journals. Michele is also on the board of directors for IASA (International Association of Software Architects), and a program advisor to University of California San Diego (UCSD) Extension. Her latest book
 is Learning WCF (O'Reilly, 2007)—see her book blog here: <a href="http://www.thatindigogirl.com">
www.thatindigogirl.com</a>. Reach her at <a href="mailto:mlb@idesign.net">mlb@idesign.net</a>, or visit
<a href="http://www.idesign.net">www.idesign.net</a> and her main blog at <a href="http://www.dasblonde.net">
www.dasblonde.net</a>. </p>
<p>In the geekSpeak, Michele discusses timely topics in ASP.NET such as extending the ASP.NET profile service by appropriately using custom HttpModules to support dynamic implementation of master pages, application localization and more.&nbsp; She goes on to discuss
 improvements to ASP.NET like the AJAX-programming paradigm&nbsp;with&nbsp;asynchronous access to data, and then the ASP.NET 3.5 extensions - new MVC, new ADO.NET data services libraries.
<br>
<br>
Michele gives her perspective on RIAs, including Flash, Silverlight, typical web applications and WPF (or rich client) - when to use which one from an architectural perspective.
</p>
<p>She goes on to discuss SOAP vs. REST WCF services and the evolution of the programming model from raw SOAP message construction to REST-based calls which include wrappers and then onto JSON-based WCF services.&nbsp; Next she shows the the ServiceHostFactory,
 and the WebScriptServiceHostFactory. She then presents the ASP.NET extensions ADO.NET data services (formerly Astoria). She concludes with an interesting discussion of when to use which type of service - SOAP or REST.
<br>
</p>
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:4e35bafcd88b43839a809dea00c2862d">]]></description>
      <comments>http://channel9.msdn.com/Shows/geekSpeak/geekSpeak-recording-Advanced-ASPNET-with-Michele-Leroux-Bustamante</comments>
      <itunes:summary>
Mich&#232;le Leroux Bustamante is chief architect of IDesign Inc., Microsoft Regional Director for San Diego, and Microsoft Most Valuable Professional (MVP) for Connected Systems. At IDesign, Mich&#232;le provides training, mentoring, and high-end architecture consulting
 services focusing on Web services, scalable and secure architecture design for Microsoft .NET, federated security scenarios, Web services, and interoperability and globalization architecture. Michele participates in software design reviews for products in
 the Microsoft road map, including Windows Communication Foundation, CardSpace, and other security-focused products. She is a member of the International .NET Speakers Association (INETA), a frequent conference presenter, conference chair for SD West, and is
 frequently published in several major technology journals. Michele is also on the board of directors for IASA (International Association of Software Architects), and a program advisor to University of California San Diego (UCSD) Extension. Her latest book
 is Learning WCF (O&#39;Reilly, 2007)—see her book blog here: 
www.thatindigogirl.com. Reach her at mlb@idesign.net, or visit
www.idesign.net and her main blog at 
www.dasblonde.net.  
In the geekSpeak, Michele discusses timely topics in ASP.NET such as extending the ASP.NET profile service by appropriately using custom HttpModules to support dynamic implementation of master pages, application localization and more.&amp;nbsp; She goes on to discuss
 improvements to ASP.NET like the AJAX-programming paradigm&amp;nbsp;with&amp;nbsp;asynchronous access to data, and then the ASP.NET 3.5 extensions - new MVC, new ADO.NET data services libraries.


Michele gives her perspective on RIAs, including Flash, Silverlight, typical web applications and WPF (or rich client) - when to use which one from an architectural perspective.
 
She goes on to discuss SOAP vs. REST WCF services and the evolution of the programming model from raw SOAP message construction to RES</itunes:summary>
      <itunes:duration>3599</itunes:duration>
      <link>http://channel9.msdn.com/Shows/geekSpeak/geekSpeak-recording-Advanced-ASPNET-with-Michele-Leroux-Bustamante</link>
      <pubDate>Thu, 27 Mar 2008 22:43:16 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/geekSpeak/geekSpeak-recording-Advanced-ASPNET-with-Michele-Leroux-Bustamante</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/b6c6301f-4bb5-4d7b-a622-f549ace38f7c.jpg" height="0" width="0"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/261897_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/261897_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/282e690c-b937-4f57-921a-be753e0f9043.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/8/1/6/2/393131_MLB_WCF.wmv" expression="full" duration="3599" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/9/8/1/6/2/393131_MLB_WCF.wmv" length="0" type="video/x-ms-wmv"></enclosure>
      <dc:creator>llangit</dc:creator>
      <itunes:author>llangit</itunes:author>
      <slash:comments>0</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/geekSpeak/geekSpeak-recording-Advanced-ASPNET-with-Michele-Leroux-Bustamante/RSS</wfw:commentRss>
      <category>ADO.NET</category>
      <category>Ajax</category>
      <category>ASP.NET</category>
      <category>Astoria</category>
      <category>JavaScript</category>
      <category>JSON</category>
      <category>WCF</category>
    </item>
  <item>
      <title>Programming JSON with WCF in .NET Framework 3.5</title>
      <description><![CDATA[Technical Evangelist Matt Winkler meets up with Eugene Osovetsky and Ghenadie Plingau, a PM and developer, from the WCF team to talk about returning JSON from a WCF service. JSON (JavaScript Object Notation) is s text based serialization of a JavaScript
 object, allowing one to new up a variable right from the string of JSON. Eugene hows how a developer can use the WCF programming model to serve JSON to AJAX clients. We also talk about how this is implemented in WCF as well as cool applications of this, namely
 to call WCF services from AJAX. He then shows off a cool tank game sample that allows two individuals to compete via a JavaScript game that is communicating with WCF.
 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/json/RSS&WT.dl=0&WT.entryid=Entry:RSSView:8b1e8be245bc454687ff9dea00c2e72a">]]></description>
      <comments>http://channel9.msdn.com/Shows/The+EndPoint/Programming-JSON-with-WCF-in-NET-Framework-35</comments>
      <itunes:summary>Technical Evangelist Matt Winkler meets up with Eugene Osovetsky and Ghenadie Plingau, a PM and developer, from the WCF team to talk about returning JSON from a WCF service. JSON (JavaScript Object Notation) is s text based serialization of a JavaScript
 object, allowing one to new up a variable right from the string of JSON. Eugene hows how a developer can use the WCF programming model to serve JSON to AJAX clients. We also talk about how this is implemented in WCF as well as cool applications of this, namely
 to call WCF services from AJAX. He then shows off a cool tank game sample that allows two individuals to compete via a JavaScript game that is communicating with WCF.
</itunes:summary>
      <itunes:duration>1205</itunes:duration>
      <link>http://channel9.msdn.com/Shows/The+EndPoint/Programming-JSON-with-WCF-in-NET-Framework-35</link>
      <pubDate>Tue, 21 Aug 2007 00:28:20 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/The+EndPoint/Programming-JSON-with-WCF-in-NET-Framework-35</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/249468_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/249468_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/320/3d90f94e-eeed-4317-8a92-f5f48fea163b.jpg" height="202" width="270"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/85/273ff6a4-a8ef-42f2-b631-95de3c19fba9.jpg" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://download.microsoft.com/download/a/b/0/ab094a33-f597-45b5-9081-c2a1a5d03957/AJAX_WCF_Services_ch9.mp3" expression="full" duration="1205" fileSize="9646080" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://download.microsoft.com/download/a/b/0/ab094a33-f597-45b5-9081-c2a1a5d03957/AJAX_WCF_Services_ch9.wma" expression="full" duration="1205" fileSize="9762051" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://download.microsoft.com/download/a/b/0/ab094a33-f597-45b5-9081-c2a1a5d03957/AjaxWcfServices.wmv" expression="full" duration="1205" fileSize="377421175" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://wm.microsoft.com/ms/evnet/AJAX_WCF_Services_s_ch9.wmv" expression="full" duration="1205" fileSize="1" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://download.microsoft.com/download/a/b/0/ab094a33-f597-45b5-9081-c2a1a5d03957/AjaxWcfServices.wmv" length="377421175" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>7</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/The+EndPoint/Programming-JSON-with-WCF-in-NET-Framework-35/RSS</wfw:commentRss>
      <category>Ajax</category>
      <category>JSON</category>
      <category>WCF</category>
    </item>    
</channel>
</rss>