
<?phpxml 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/"
>
<channel>
<title>AJAX Tutorials Examples Sites Patterns Web2.0  Articles / Published / Ajax ASP.Net</title>
<link>http://ajaxtoday.com</link>
<description>Pligg Web 2.0 Content Management System  votes</description>
<pubDate>Tue, 12 Feb 2008 12:40:28 MST</pubDate>
<language>en</language>
<item>
<title><![CDATA[ADO.NET Data Services - A Basic AJAX Client]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ADO-NET_Data_Services_-_A_Basic_AJAX_Client/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ADO-NET_Data_Services_-_A_Basic_AJAX_Client/</comments>
<pubDate>Tue, 12 Feb 2008 12:40:28 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ADO-NET_Data_Services_-_A_Basic_AJAX_Client/</guid>
<description><![CDATA[In this video we'll take a quick look at building a basic, read-only AJAX client for an ADO.NET Data Service.<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Client programming of User Defined Types with ADO.NET 2.0]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/Client_programming_of_User_Defined_Types_with_ADO-NET_2-0/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/Client_programming_of_User_Defined_Types_with_ADO-NET_2-0/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/Client_programming_of_User_Defined_Types_with_ADO-NET_2-0/</guid>
<description><![CDATA[How do we program against SQL's new User Defined Types from ADO.NET 2.0? This session explores.<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Anonymous Methods in C# V2.0]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/Anonymous_Methods_in_C_V2-0/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/Anonymous_Methods_in_C_V2-0/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/Anonymous_Methods_in_C_V2-0/</guid>
<description><![CDATA[    <br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[More ASP.NET 2.0 Master Pages]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/More_ASP-NET_2-0_Master_Pages/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/More_ASP-NET_2-0_Master_Pages/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/More_ASP-NET_2-0_Master_Pages/</guid>
<description><![CDATA[    <br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to speed up load times: Using a background thread to speed perceived performance at load time]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/How_to_speed_up_load_times_Using_a_background_thread_to_speed_perceived_performance_at_load_time/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/How_to_speed_up_load_times_Using_a_background_thread_to_speed_perceived_performance_at_load_time/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/How_to_speed_up_load_times_Using_a_background_thread_to_speed_perceived_performance_at_load_time/</guid>
<description><![CDATA[Application load time can be an issue for mobile devices. This Screencast considers how to use threads to improve application load times.<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Windows Communication Foundation: Authorisation]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/Windows_Communication_Foundation_Authorisation/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/Windows_Communication_Foundation_Authorisation/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/Windows_Communication_Foundation_Authorisation/</guid>
<description><![CDATA[In this session we'll look at some basic mechanisms for authorizing access to service operations that the WCF offers.<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Impersonation]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/Impersonation/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/Impersonation/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/Impersonation/</guid>
<description><![CDATA[Windows is inherently multi-threaded, and it is possible that within a single process there are threads running in a security context that differs fr<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[ASP.NET AJAX - Partial Page Rendering with the Update Panel]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Partial_Page_Rendering_with_the_Update_Panel/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Partial_Page_Rendering_with_the_Update_Panel/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Partial_Page_Rendering_with_the_Update_Panel/</guid>
<description><![CDATA[ASP.NET AJAX introduces the UpdatePanel, a new server control that makes it incredibly easy to enable partial page refreshes on your ASP.NET site. Av<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[ASP.NET AJAX - Intro to ASP.NET Atlas]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Intro_to_ASP-NET_Atlas/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Intro_to_ASP-NET_Atlas/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Intro_to_ASP-NET_Atlas/</guid>
<description><![CDATA[ATLAS (or more correctly ASP.NET AJAX) is a framework from Microsoft to help you more easily build richer, interactive, personalised standards-based <br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[ASP.NET AJAX - Elements of an ASP.NET AJAX Application]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Elements_of_an_ASP-NET_AJAX_Application/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Elements_of_an_ASP-NET_AJAX_Application/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Elements_of_an_ASP-NET_AJAX_Application/</guid>
<description><![CDATA[Whether you're building your first ASP.NET AJAX application or you want to take an existing ASP.NET application and add some AJAX functionality, this<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[ASP.NET AJAX - More on the UpdatePanel]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_More_on_the_UpdatePanel/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_More_on_the_UpdatePanel/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_More_on_the_UpdatePanel/</guid>
<description><![CDATA[Some more information on the UpdatePanel server control in ASP.NET AJAX, including how to associate an UpdatePanel refresh with controls on your page<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[ASP.NET AJAX - Dynamic Update Panels]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Dynamic_Update_Panels/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Dynamic_Update_Panels/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Dynamic_Update_Panels/</guid>
<description><![CDATA[As well as being used directly in your page layout to identify aspects of your page that you want to enjoy partial page updates, UpdatePanels can als<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[ASP.NET AJAX - Browser Compatibility]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Browser_Compatibility/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Browser_Compatibility/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Browser_Compatibility/</guid>
<description><![CDATA[A look at browser compatibility in ASP.NET AJAX, showing a variety of features rendered in both IE and Firefox for comparison. In addition, what happ<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[ASP.NET AJAX - Enabling WebParts Drag and Drop]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Enabling_WebParts_Drag_and_Drop/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Enabling_WebParts_Drag_and_Drop/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/ASP-NET_AJAX_-_Enabling_WebParts_Drag_and_Drop/</guid>
<description><![CDATA[WebParts drag and drop in ASP.NET 2.0 has always been compatible with IE. However, only with the emergence of ASP.NET AJAX have you been able to enab<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Using HTTP, XML and JSON in WCF V3.5]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/Using_HTTP_XML_and_JSON_in_WCF_V3-5/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/Using_HTTP_XML_and_JSON_in_WCF_V3-5/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:23 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/Using_HTTP_XML_and_JSON_in_WCF_V3-5/</guid>
<description><![CDATA[Windows Communication Foundation V3.5 makes it easy to offer services which are addressed with a simple URI, accessed over the HTTP protocol and retu<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Managing Browser History on the Client with ASP.NET AJAX and the ASP.NET 3.5 Extensions Preview]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/Managing_Browser_History_on_the_Client_with_ASP-NET_AJAX_and_the_ASP-NET_3-5_Extensions_Preview/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/Managing_Browser_History_on_the_Client_with_ASP-NET_AJAX_and_the_ASP-NET_3-5_Extensions_Preview/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:22 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/Managing_Browser_History_on_the_Client_with_ASP-NET_AJAX_and_the_ASP-NET_3-5_Extensions_Preview/</guid>
<description><![CDATA[AJAX applications offer many benefits but one side-effect is the lost of user navigation using the browser's back/forward buttons. The ASP.NET 3.5 Ex<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Managing Browser History with ASP.NET AJAX and the ASP.NET 3.5 Extensions Preview]]></title>
<link>http://ajaxtoday.com/AjaxASP.Net/Managing_Browser_History_with_ASP-NET_AJAX_and_the_ASP-NET_3-5_Extensions_Preview/</link>
<comments>http://ajaxtoday.com/AjaxASP.Net/Managing_Browser_History_with_ASP-NET_AJAX_and_the_ASP-NET_3-5_Extensions_Preview/</comments>
<pubDate>Thu, 20 Dec 2007 18:04:22 MST</pubDate>
<dc:creator>neumann</dc:creator>
<category>Ajax ASP.Net</category>
<guid>http://ajaxtoday.com/AjaxASP.Net/Managing_Browser_History_with_ASP-NET_AJAX_and_the_ASP-NET_3-5_Extensions_Preview/</guid>
<description><![CDATA[AJAX applications offer many benefits but one side-effect is the lost of user navigation using the browser's back/forward buttons. The ASP.NET 3.5 Ex<br/><br/>1 Vote(s) ]]></description>
</item>

</channel>
</rss>
