<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:media="http://search.yahoo.com/mrss/"
    xmlns:evnet="http://www.mscommunities.com/rssmodule/"
    >
<channel>
    <title>ASP.NET Videos</title>
    <link>http://www.asp.net/learn/videos/</link>
    <description>ASP.NET Videos</description>
    <dc:language>en-US</dc:language>
    <generator>RSS generated by www.asp.net</generator>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>Using Script Combining to improve AJAX performance</title>
        <link>http://www.asp.net/learn/videos/video-296.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Betrand Le Roy outlines how to improve the performance of an Ajax application using a new feature called Script Combining , utilizing a simple page with sample code from the Ajax toolkit.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How do I use DynamicFields in FormViews and DetailsViews?</title>
        <link>http://www.asp.net/learn/videos/video-295.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Scott Hanselman describes How to take an old .Net application and make it simpler in Dynamic Data.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How do I Display Unknown datatypes?</title>
        <link>http://www.asp.net/learn/videos/video-294.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Scott Hanselman describes how to handle data that has not been defined in Dynamic Data and that Dynamic Data does not know how to handle.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How Do I Make Custom Pages?</title>
        <link>http://www.asp.net/learn/videos/video-293.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Scott Hanselman describes how to show and hide different columns, change the ordering and create custom templates for specific entities within a site.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How do I Handle Business Logic Exceptions?</title>
        <link>http://www.asp.net/learn/videos/video-292.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Scott Hanselman describes how to add to add business logic validation into your Dynamic Data site.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How do I Change how my Fields render?</title>
        <link>http://www.asp.net/learn/videos/video-291.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Scott Hanselman outlines how to effect the display of the data. Dynamic data uses a context objects to generate a meta model and then how to present the information as a template.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How Do I Enable Inline GridView Editing?</title>
        <link>http://www.asp.net/learn/videos/video-290.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Scott Hanselman outlines how to get inline editing to work in ASP.Net with Dynamic Data.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>Your First Scaffold and What is Dynamic Data?</title>
        <link>http://www.asp.net/learn/videos/video-289.aspx</link>
        <pubDate>Thursday, 8 May 2008</pubDate>
        <description>Scott Hanselman outlines the differences between the last version of .ASP dynamic data on .NET With Visual Studio and the new extended version, while building a sample scaffolding application.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How Do I Use the ASP.NET IIS Registration Tool to Configure ASP.NET</title>
        <link>http://www.asp.net/learn/videos/video-288.aspx</link>
        <pubDate>Thursday, 1 May 2008</pubDate>
        <description>In this video Chris Pels shows how to use the ASP.NET IIS Registration Tool to configure ASP.NET. First, see how file extensions are mapped to ASP.NET in the IIS Manager on a global and web-site-by-web site basis. These script maps provide the basis for configuring individual ASP.NET applications to run under a specific version of the .NET Framework. Next, see how aspnet_regiis.exe, the IIS Registration Tool command line utility, is specific to each version of the .NET Framework and how it can be used for a variety of tasks like determining what versions of ASP.NET are installed on a computer and what ASP.NET applications are mapped to that version. Then, learn how install and uninstall ASP.NET on a computer using the registration tool. Also learn how to use the registration tool to install, uninstall, or update multiple ASP.NET applications for a specific version of the .NET Framework. For example, see how to install ASP.NET 2.0 and update script mappings for multiple ASP.NET applications that previously used ASP.NET 1.1. Lastly, see how to configure a single web site to run a specific version of ASP.NET.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How To Dynamically Add Controls to a Web Page</title>
        <link>http://www.asp.net/learn/ajax-videos/video-286.aspx</link>
        <pubDate>Wednesday, 16 Apr 2008</pubDate>
        <description>In this video I will demonstrate a technique to dynamically add an indeterminate number of controls to your web page.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How To Dynamically Change CSS Using the ASP.NET AJAX UpdatePanel</title>
        <link>http://www.asp.net/learn/ajax-videos/video-285.aspx</link>
        <pubDate>Wednesday, 16 Apr 2008</pubDate>
        <description>This video illustrates how to dynamically modify the style of your page using CSS and the AJAX UpdatePanel.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>How Do I: Create and Use a Custom Configuration Section in an ASP.NET Configuration File</title>
        <link>http://www.asp.net/learn/videos/video-284.aspx</link>
        <pubDate>Wednesday, 16 Apr 2008</pubDate>
        <description>In this video Chris Pels will show how to extend the standard set of ASP.NET configuration settings with your own XML configuration elements. First, see how to create a configuration section handler which is required to interpret and process the information in custom XML configuration elements. During this learn how to use declarative model for defining the behavior of a configuration section handler. Next, see how to add a custom section handler and custom elements to an ASP.NET configuration file. Finally, see how to programmatically access the custom configuration data.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>Basic ASP.NET Authentication in an AJAX Enabled Application</title>
        <link>http://www.asp.net/learn/ajax-videos/video-283.aspx</link>
        <pubDate>Thursday, 10 Apr 2008</pubDate>
        <description>In this video I will demonstrate authentication in your AJAX enable web application using basic ASP.NET forms based authentication.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>Implement Infinite Data Patterns in AJAX</title>
        <link>http://www.asp.net/learn/ajax-videos/video-282.aspx</link>
        <pubDate>Thursday, 10 Apr 2008</pubDate>
        <description>In this video I will show you how to implement what I refer to as the infinite data pattern for AJAX.</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Videos</dc:creator>
        <title>Integrating Your Site With Internet Explorer 8</title>
        <link>http://www.asp.net/learn/videos/video-309.aspx</link>
        <pubDate>Monday, 7 Apr 2008</pubDate>
        <description>Learn what the new standards compliant engine in Microsoft Internet Explorer 8 means to you as a web designer, and how to utilize new layout functionality to create cross-browser-compatible layout designs. Lighting Up Your AJAX Applications with Silverlight</description>
        
    </item>
</channel>
</rss>