<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ZackThom</title>
    <description>Stories kicked by ZackThom</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Google Calendar API</title>
      <description>Google Calendar allows client applications to view and update calendar events in the form of Google data API (&amp;quot;GData&amp;quot;) feeds. Your client application can use the Google Calendar data API to create new events, edit or delete existing events, and query for events that match particular criteria.

There are many possible uses for the Calendar data API. For example, you can create a web front end for your group's calendar that uses Google Calendar as a back end. Or you can generate a public calendar for Google Calendar to display, based on your organization's event database. Or you can search relevant calendars to display a list of upcoming events on those calendars. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fapis%2fgdata%2fcalendar.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fapis%2fgdata%2fcalendar.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Google_Calendar_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Google_Calendar_API</guid>
      <pubDate>Thu, 20 Apr 2006 16:01:00 GMT</pubDate>
    </item>
    <item>
      <title>Ultimate Security, Role, Membership and Profile Provider List</title>
      <description>The Ultimate Asp.net 2.0 Security, Role, Membership and Profile Provider List V1.0  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2farnonel.com%2fblogs%2farnonel%2farchive%2f2006%2f03%2f28%2f12.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2farnonel.com%2fblogs%2farnonel%2farchive%2f2006%2f03%2f28%2f12.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Ultimate_Security_Role_Membership_and_Profile_Provider_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Ultimate_Security_Role_Membership_and_Profile_Provider_List</guid>
      <pubDate>Wed, 12 Apr 2006 05:49:00 GMT</pubDate>
    </item>
    <item>
      <title>Upcoming ASP.NET Releases in April </title>
      <description>Upcoming ASP.NET Releases in April by ScottGu &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f03%2f30%2f441465.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f03%2f30%2f441465.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Upcoming_ASP_NET_Releases_in_April</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Upcoming_ASP_NET_Releases_in_April</guid>
      <pubDate>Sun, 02 Apr 2006 14:53:00 GMT</pubDate>
    </item>
    <item>
      <title>Encoding and Decoding a string to Base64 for QueryStrings</title>
      <description>A friend of mine asked me today about encoding a string Base64. The scenario was that he has some files that he wants to be allowed for download on their company website and that he doesn't want the people who are downloading the files from his website to see where the downloads are coming from. The files are located in a folder inside the webserver outside of the virtual directory. The decision that the came up with was just to Base64 encode all the paths, pass ito to a new page via querystring and then decode that value on the download page. I gave it a shot and this is the code i gave him to serve as a guide on how he can effectively implement this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.devpinoy.org%2fblogs%2fkeithrull%2farchive%2f2006%2f03%2f10%2f2160.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.devpinoy.org%2fblogs%2fkeithrull%2farchive%2f2006%2f03%2f10%2f2160.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Encoding_and_Decoding_a_string_to_Base64_for_QueryStrings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Encoding_and_Decoding_a_string_to_Base64_for_QueryStrings</guid>
      <pubDate>Fri, 31 Mar 2006 06:57:00 GMT</pubDate>
    </item>
    <item>
      <title>How To: Use Protocol Transition and Constrained Delegation in ASP.NET</title>
      <description>This How To shows you how to configure and use protocol transition and constrained delegation to allow your ASP.NET application to access network resources while impersonating the original caller.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2flibrary%2fdefault.asp%3furl%3d%2flibrary%2fen-us%2fdnpag2%2fhtml%2fpaght000024.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2flibrary%2fdefault.asp%3furl%3d%2flibrary%2fen-us%2fdnpag2%2fhtml%2fpaght000024.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/How_To_Use_Protocol_Transition_and_Constrained_Delegation_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/How_To_Use_Protocol_Transition_and_Constrained_Delegation_in_ASP_NET</guid>
      <pubDate>Mon, 27 Mar 2006 10:21:00 GMT</pubDate>
    </item>
    <item>
      <title>HOW TO: Using Surrounds with in Visual Studio 2005</title>
      <description>Kick guide on how to use the Surrounds with feature in Visual Studio 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thoughtblog.com%2f2005%2f12%2f06%2f81%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thoughtblog.com%2f2005%2f12%2f06%2f81%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HOW_TO_Using_Surrounds_with_in_Visual_Studio_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HOW_TO_Using_Surrounds_with_in_Visual_Studio_2005</guid>
      <pubDate>Sun, 26 Mar 2006 03:33:00 GMT</pubDate>
    </item>
    <item>
      <title>Eric's weblog - Update User's Session with AJAX</title>
      <description>Shows how to warn or update a users ASP.Net session using AJAX/Atlas &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fradio.javaranch.com%2fpascarello%2f2005%2f07%2f05%2f1120592884938.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fradio.javaranch.com%2fpascarello%2f2005%2f07%2f05%2f1120592884938.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Eric_s_weblog_Update_User_s_Session_with_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Eric_s_weblog_Update_User_s_Session_with_AJAX</guid>
      <pubDate>Fri, 24 Mar 2006 19:17:00 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically adding webparts to the dynamically added Catalog zone</title>
      <description>This entry shows you how to add webparts dynamically to the Catalog Zone in ASP.NET 2.0. The reason why you may like to do it is because you have a lot of webparts to choose from which you don't want to show up directly when your user logs in. Using this method you can load them dynamically only in the Catalog zone. I had a customer which had a very similar requirement. I found it a good one to share and here it is... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2frahulso%2farchive%2f2006%2f03%2f18%2f554590.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2frahulso%2farchive%2f2006%2f03%2f18%2f554590.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dynamically_adding_webparts_to_the_dynamically_added_Catalog_zone</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dynamically_adding_webparts_to_the_dynamically_added_Catalog_zone</guid>
      <pubDate>Tue, 21 Mar 2006 09:05:00 GMT</pubDate>
    </item>
    <item>
      <title>A CAPTCHA Control for ASP.NET 2.0</title>
      <description>CAPTCHA is short for &amp;quot;completely automated public Turing test to tell computers and humans apart&amp;quot; and is the most popular technique used to prevent computer programs from sending request to Web servers. This can be for meta-searching search engines, doing dictionary attacks in login pages or sending spam using mail servers. You may see CAPTCHA images in Google register page when you do availability check on too many usernames or in Yahoo, PayPal and many other big Web sites. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fCaptchaNET_2.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fCaptchaNET_2.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_CAPTCHA_Control_for_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_CAPTCHA_Control_for_ASP_NET_2_0</guid>
      <pubDate>Sat, 11 Mar 2006 05:41:00 GMT</pubDate>
    </item>
    <item>
      <title>Adding 'Google Suggest' functionality to an ASP.NET application</title>
      <description>Shows how to add 'Google Suggest' functionality to an ASP.NET application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2faspnet%2faddinggooglesuggest.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2faspnet%2faddinggooglesuggest.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Adding_Google_Suggest_functionality_to_an_ASP_NET_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Adding_Google_Suggest_functionality_to_an_ASP_NET_application</guid>
      <pubDate>Thu, 09 Mar 2006 04:33:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET In Page Progress Bar with Cancel Example</title>
      <description>Example of an asp.net page with progress display and a cancel button. A single page starts a long running process, shows the progress and shows the process completion message.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fInPageProgressWithCancel.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fInPageProgressWithCancel.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_In_Page_Progress_Bar_with_Cancel_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_In_Page_Progress_Bar_with_Cancel_Example</guid>
      <pubDate>Wed, 08 Mar 2006 03:25:00 GMT</pubDate>
    </item>
    <item>
      <title>Reflector for .NET</title>
      <description>Reflector is an excellent utility - a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aisto.com%2froeder%2fdotnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aisto.com%2froeder%2fdotnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Reflector_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Reflector_for_NET</guid>
      <pubDate>Fri, 03 Mar 2006 17:01:00 GMT</pubDate>
    </item>
    <item>
      <title>Matching Anchor tags with Regular Expressions</title>
      <description>From Matt Bourne's Blog: &amp;quot;As some of you would have noticed, I like to do my matching in steps.  That is, match the main tag that I'm after and then match for the attributes.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.worldnomads.com.au%2fmatthewb%2farchive%2f2004%2f04%2f06%2f215.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.worldnomads.com.au%2fmatthewb%2farchive%2f2004%2f04%2f06%2f215.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Matching_Anchor_tags_with_Regular_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Matching_Anchor_tags_with_Regular_Expressions</guid>
      <pubDate>Fri, 03 Mar 2006 15:53:00 GMT</pubDate>
    </item>
    <item>
      <title>I coulnd't do regex coding without this</title>
      <description>After discovering this tool, I just can not imagine doing any regex coding in .net without this. It is free, and saves you tons of debug time and compilations.
All you need is to play with your regex on this tool, perfect it, and then write the code. just love it! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sellsbrothers.com%2ftools%2f%23regexd"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sellsbrothers.com%2ftools%2f%23regexd" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/I_coulnd_t_do_regex_coding_without_this</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/I_coulnd_t_do_regex_coding_without_this</guid>
      <pubDate>Thu, 02 Mar 2006 20:25:00 GMT</pubDate>
    </item>
    <item>
      <title>Compress ASP.NET 2.0 ViewState</title>
      <description>Benchmarking test with 116 web controls on 1 page to reduce viewstate size from 43.3 kb to 3.5 kb. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techtoolblog.com%2farchives%2fcompressing-aspnet-20-viewstate"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techtoolblog.com%2farchives%2fcompressing-aspnet-20-viewstate" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Compress_ASP_NET_2_0_ViewState</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Compress_ASP_NET_2_0_ViewState</guid>
      <pubDate>Thu, 02 Mar 2006 18:09:00 GMT</pubDate>
    </item>
    <item>
      <title>Consuming WebServices with SSL and HTTP BASIC Authentication </title>
      <description>Excellent article on how to have web services check SSL certificate status and over-ride that default behavior based on the CertificateProblem  enum. It also covers how to use BASIC authentication with SSL on the web service as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.eggheadcafe.com%2farticles%2f20051104.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.eggheadcafe.com%2farticles%2f20051104.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Consuming_WebServices_with_SSL_and_HTTP_BASIC_Authentication</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Consuming_WebServices_with_SSL_and_HTTP_BASIC_Authentication</guid>
      <pubDate>Thu, 02 Mar 2006 15:53:00 GMT</pubDate>
    </item>
    <item>
      <title>Design Patterns in C#</title>
      <description>The Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral. Here you will find information on these important patterns. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dofactory.com%2fPatterns%2fPatterns.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dofactory.com%2fPatterns%2fPatterns.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Design_Patterns_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Design_Patterns_in_C</guid>
      <pubDate>Thu, 02 Mar 2006 04:33:00 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Anthem.NET</title>
      <description>AJAX is something lots of ASP.NET developers are interested in, but there are a number of AJAX libraries and solutions out there - so which one do you go for........... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fAnthemNET.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fAnthemNET.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introduction_to_Anthem_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introduction_to_Anthem_NET</guid>
      <pubDate>Wed, 01 Mar 2006 13:37:00 GMT</pubDate>
    </item>
    <item>
      <title>How to create file Upload form using AJAX tech</title>
      <description>File uploading thru HTTP is always big problem for websites. There are some restrictions from client and server sides. But with growing internet channels bandwidth one of major problem is file size. Sometimes it's impossible to send 500MB file to webserver due to request length limit. One of the workaround is to increase maximal request length on webserver, but it may cause server restart when memory limit will be exceeded. For example: IIS APS.NET webserver. We increases.......... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fAJAXUpload.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fAJAXUpload.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_create_file_Upload_form_using_AJAX_tech</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_create_file_Upload_form_using_AJAX_tech</guid>
      <pubDate>Thu, 02 Mar 2006 11:21:00 GMT</pubDate>
    </item>
    <item>
      <title>Using MySQL with .NET</title>
      <description>It is realy amazing to combine a powerful platform like .net with a free database like MySql. Well the credit goes to the ODBC database functions in ADO .net. You install it and its ready for the action and rollover to build a simple application for reading a table built in MySQ. 

Read to know more about using My SQL with . NET..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f4635%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f4635%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Using_MySQL_with_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Using_MySQL_with_NET</guid>
      <pubDate>Mon, 27 Feb 2006 15:53:00 GMT</pubDate>
    </item>
    <item>
      <title>Best Practices for High Performance ASP.NET Applications</title>
      <description>Here are some tips to help improve the performance of your ASP.Net application.
This article lists the techniques that you can use to maximize the performance of your ASP.NET applications. It provides a few important tips on common issues, design guidelines, and coding tips to build optimal and robust solutions.
   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeproject.com%2fuseritems%2fASPNET_Best_Practices.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeproject.com%2fuseritems%2fASPNET_Best_Practices.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Best_Practices_for_High_Performance_ASP_NET_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Best_Practices_for_High_Performance_ASP_NET_Applications</guid>
      <pubDate>Sat, 25 Feb 2006 06:49:00 GMT</pubDate>
    </item>
    <item>
      <title>Google Maps! AJAX-Style Web Development Using ASP.NET</title>
      <description>Article on AJAX development using ASP .NET 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.sys-con.com%2fread%2f121828.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.sys-con.com%2fread%2f121828.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Google_Maps_AJAX_Style_Web_Development_Using_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Google_Maps_AJAX_Style_Web_Development_Using_ASP_NET</guid>
      <pubDate>Wed, 22 Feb 2006 15:53:00 GMT</pubDate>
    </item>
    <item>
      <title>Atlas Task List : New feature added</title>
      <description>Now here comes a New release with Atlas..Task List..
It is a simple to do list..where u can ceate/manage/delete lists (something like tadalist.com), and then items within those lists. What is neat is that all of the inserts, updates, deletes, sorts, and paging operations within the application are done in an Ajax way
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2005%2f12%2f26%2f433997.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2005%2f12%2f26%2f433997.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Atlas_Task_List_New_feature_added</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Atlas_Task_List_New_feature_added</guid>
      <pubDate>Wed, 22 Feb 2006 03:25:00 GMT</pubDate>
    </item>
    <item>
      <title>Managed Spy</title>
      <description>Spy++ was/is the essential tool for developing Win32 apps. Benjamin Wulfe's MSDN Magazone article presents Managed Spy, a utility to replace Spy++ for Windows Forms development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f06%2f04%2fManagedSpy%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f06%2f04%2fManagedSpy%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Managed_Spy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Managed_Spy</guid>
      <pubDate>Tue, 21 Feb 2006 18:09:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET: Client-side DataSets with Ajax.NET Pro</title>
      <description>Everybody loves .NET's DataSets. They provide the most simple yet powerful way to manipulate in-memory tables and data collections on the server-side.

Good news for hardcore AJAX web developers: using Michael Schwarz's amazing Ajax.NET Professional library we can unleash the power of server-side DataSets to the client-side using Javascript. Not only that, but we can create a DataSet and populate it on the server, invoke it on the client side, modify it or create a new one and send it back to the server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevel.oping.net%2fcontent%2fclient-side-datasets-with-ajax-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevel.oping.net%2fcontent%2fclient-side-datasets-with-ajax-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Client_side_DataSets_with_Ajax_NET_Pro</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Client_side_DataSets_with_Ajax_NET_Pro</guid>
      <pubDate>Sat, 11 Feb 2006 13:37:00 GMT</pubDate>
    </item>
  </channel>
</rss>