<?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 Ajax Tutorials</title>
    <link>http://www.asp.net/learn/ajax/</link>
    <description>ASP.NET Ajax Tutorials</description>
    <dc:language>en-US</dc:language>
    <generator>RSS generated by www.asp.net</generator>
    <item>
        <dc:creator>ASP.NET Ajax Tutorials</dc:creator>
        <title>Understanding Partial Page Updates with ASP.NET AJAX</title>
        <link>http://www.asp.net/learn/ajax/tutorial-01-cs.aspx</link>
        <pubDate>Friday, 28 Mar 2008</pubDate>
        <description>Perhaps the most visible feature of the ASP.NET AJAX Extensions is the ability to do a partial or incremental page updates without doing a full postback to the server, with no code changes and minimal markup changes. The advantages are extensive – the state of your multimedia (such as Adobe Flash or Windows Media) is unchanged, bandwidth costs are reduced, and the client does not experience the flicker usually associated with a postback. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-01-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-01-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Ajax Tutorials</dc:creator>
        <title>Understanding ASP.NET AJAX Web Services</title>
        <link>http://www.asp.net/learn/ajax/tutorial-05-cs.aspx</link>
        <pubDate>Friday, 28 Mar 2008</pubDate>
        <description>Web Services are an integral part of the .NET framework that provide a cross-platform solution for exchanging data between distributed systems. Although Web Services are normally used to allow different operating systems, object models and programming languages to send and receive data, they can also be used to dynamically inject data into an ASP.NET AJAX page or send data from a page to a back-end system. All of this can be done without resorting to postback operations. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-05-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-05-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Ajax Tutorials</dc:creator>
        <title>Understanding ASP.NET AJAX Debugging Capabilities</title>
        <link>http://www.asp.net/learn/ajax/tutorial-06-cs.aspx</link>
        <pubDate>Friday, 28 Mar 2008</pubDate>
        <description>The ability to debug code is a skill that every developer should have in their arsenal regardless of the technology they&amp;#8217;re using. While many developers are accustomed to using Visual Studio .NET or Web Developer Express to debug ASP.NET applications that use VB.NET or C# code, some aren&amp;#8217;t aware that it&amp;#8217;s also extremely useful for debugging client-side code such as JavaScript. The same type of techniques used to debug .NET applications can also be applied to AJAX-enabled applications and more specifically ASP.NET AJAX applications. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-06-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-06-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Ajax Tutorials</dc:creator>
        <title>Understanding ASP.NET AJAX Localization</title>
        <link>http://www.asp.net/learn/ajax/tutorial-04-cs.aspx</link>
        <pubDate>Friday, 14 Mar 2008</pubDate>
        <description>Localization is the process of designing and integrating support for a specific language and culture into an application or an application component. The Microsoft ASP.NET platform provides extensive support for localization for standard ASP.NET applications by integrating the standard .NET localization model; the Microsoft AJAX Framework utilize the integrated model to support the diverse scenarios in which localization can be performed. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-04-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-04-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Ajax Tutorials</dc:creator>
        <title>Understanding ASP.NET AJAX Authentication and Profile Application Services</title>
        <link>http://www.asp.net/learn/ajax/tutorial-03-cs.aspx</link>
        <pubDate>Friday, 14 Mar 2008</pubDate>
        <description>The Authentication service allows users to provide credentials in order to receive an authentication cookie, and is the gateway service to allow custom user profiles provided by ASP.NET. Use of the ASP.NET AJAX authentication service is compatible with standard ASP.NET Forms authentication, so applications currently using Forms authentication (such as with the Login control) will not be broken by upgrading to the AJAX authentication service. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-03-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-03-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
    <item>
        <dc:creator>ASP.NET Ajax Tutorials</dc:creator>
        <title>Understanding ASP.NET AJAX UpdatePanel Triggers</title>
        <link>http://www.asp.net/learn/ajax/tutorial-02-cs.aspx</link>
        <pubDate>Wednesday, 12 Mar 2008</pubDate>
        <description>When working in the markup editor in Visual Studio, you may notice (from IntelliSense) that there are two child elements of an UpdatePanel control. One of which is the Triggers element, which specifies the controls on the page (or the user control, if you are using one) that will trigger a partial render of the UpdatePanel control in which the element resides. &lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-02-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.asp.net/learn/ajax/tutorial-02-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
        
    </item>
</channel>
</rss>