<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by xerratus</title>
    <description>Stories kicked by xerratus</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>10 ASP.NET Performance and Scalability Secrets</title>
      <description>ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f10ASPNetPerformance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f10ASPNetPerformance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</guid>
      <pubDate>Thu, 31 Jan 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>OpenID implementation in C# and ASP.NET</title>
      <description>Interested in adding OpenID to your .NET website? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fOpenID-implementation-in-Csharp-and-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fOpenID-implementation-in-Csharp-and-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/OpenID_implementation_in_C_and_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/OpenID_implementation_in_C_and_ASP_NET</guid>
      <pubDate>Wed, 23 Jan 2008 21:01:02 GMT</pubDate>
    </item>
    <item>
      <title> .NET Framework Library Source Code now available</title>
      <description>Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio &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%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</guid>
      <pubDate>Thu, 17 Jan 2008 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>The Stopwatch Class</title>
      <description>Stop using DateTime to time long sections of code. The 2.0 framework introduced the System.Diagnostics.Stopwatch class to do the dirty work for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alteridem.net%2f2008%2f01%2f14%2fthe-stopwatch-class-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alteridem.net%2f2008%2f01%2f14%2fthe-stopwatch-class-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_Stopwatch_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_Stopwatch_Class</guid>
      <pubDate>Tue, 15 Jan 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>A better way to create a dynamic SQL stored procedure</title>
      <description>This one has been plaguing me for years: What is the best way to create a dynamic stored procedure that allows null inputs to filter results? Today, while working on another request to come up with a dynamic stored procedure for a specific report a client wants, I had an epiphany.  If I use isnull() in conjunction to with the actual value, I can get the desired results, no matter what input(s) are null -if any or all. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2008%2f01%2f11%2fABetterWayToCreateADynamicSQLStoredProcedure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2008%2f01%2f11%2fABetterWayToCreateADynamicSQLStoredProcedure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/A_better_way_to_create_a_dynamic_SQL_stored_procedure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/A_better_way_to_create_a_dynamic_SQL_stored_procedure</guid>
      <pubDate>Fri, 11 Jan 2008 20:43:03 GMT</pubDate>
    </item>
    <item>
      <title>Seamless inline text editing with ASP.NET AJAX</title>
      <description>This is a technique that I really like. It's excellently suited to intranet sites and administrative interfaces, where your users are typically familiar enough with the application to know which text they can click to edit. It's actually very easy to implement, with a small amount of JavaScript. Update: This functionality is also available as an ASP.NET server control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2007%2f08%2f23%2fseamless-inline-text-editing-with-aspnet-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2007%2f08%2f23%2fseamless-inline-text-editing-with-aspnet-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Seamless_inline_text_editing_with_ASP_NET_AJAX_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Seamless_inline_text_editing_with_ASP_NET_AJAX_1</guid>
      <pubDate>Sun, 13 Jan 2008 09:01:02 GMT</pubDate>
    </item>
    <item>
      <title> SubSonic: Version 2.1 (Pakala) Preview: The New Query Tool</title>
      <description>Eric and I have been working just about non-stop on our bug list as well as some very cool innovations that he and I have cooked up over the last six months. We've had to wait a bit for the dust to settle in the .NET world (not to mention our personal lives), but I think the wait has been worth it. Over the holidays I was able to create the querying API I've been thinking on for the last year, and it has come together nicely. I'd like to show you what I've come up with, and ask for your comments and help before we release it with version 2.1 of SubSonic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f01%2f10%2fsubsonic-version-21-pakala-preview-the-new-query-tool%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f01%2f10%2fsubsonic-version-21-pakala-preview-the-new-query-tool%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/SubSonic_Version_2_1_Pakala_Preview_The_New_Query_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/SubSonic_Version_2_1_Pakala_Preview_The_New_Query_Tool</guid>
      <pubDate>Fri, 11 Jan 2008 09:01:05 GMT</pubDate>
    </item>
    <item>
      <title>How to check email works with no SMTP</title>
      <description>Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fsmtp-delivery-method-SpecifiedPickupDirectory.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fsmtp-delivery-method-SpecifiedPickupDirectory.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_check_email_works_with_no_SMTP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_check_email_works_with_no_SMTP</guid>
      <pubDate>Wed, 09 Jan 2008 00:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Large file uploads in ASP.NET</title>
      <description>A review of some of the challenges and solutions to uploading large files in ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f01%2f08%2flarge-file-uploads-in-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f01%2f08%2flarge-file-uploads-in-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Large_file_uploads_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Large_file_uploads_in_ASP_NET</guid>
      <pubDate>Wed, 09 Jan 2008 06:01:14 GMT</pubDate>
    </item>
    <item>
      <title>Completely free PDF .NET library written in C#</title>
      <description>Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetcafe.com%2fpost%2fCompletely-free-PDF-NET-library-written-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetcafe.com%2fpost%2fCompletely-free-PDF-NET-library-written-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Completely_free_PDF_NET_library_written_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Completely_free_PDF_NET_library_written_in_C</guid>
      <pubDate>Wed, 09 Jan 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title> Using VS 2008 to Create New ASP.NET 2.0 with ASP.NET AJAX 1.0 Project</title>
      <description>Handy guide from Scott Guthrie on how to open and maintain older ASP.NET &amp;amp; AJAX Projects (ASP.NET 2.0 with AJAX 1.0). &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%2f2008%2f01%2f03%2fusing-vs-2008-to-create-new-asp-net-2-0-with-asp-net-ajax-1-0-projects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f03%2fusing-vs-2008-to-create-new-asp-net-2-0-with-asp-net-ajax-1-0-projects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_VS_2008_to_Create_New_ASP_NET_2_0_with_ASP_NET_AJAX_1_0_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_VS_2008_to_Create_New_ASP_NET_2_0_with_ASP_NET_AJAX_1_0_Project</guid>
      <pubDate>Sun, 06 Jan 2008 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Force HTTPS on all requests, HttpModule</title>
      <description>Sometimes we have websites that are strictly HTTPS. No files whatsoever are served up through HTTP. We want our users to only access the HTTPS portion of our website but we dont want them to remember &amp;quot;https://&amp;quot; blah blah blah. Honestly, who really wants to type all of that anyway? No one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.donnfelker.com%2f2007%2f02%2f02%2fForceHTTPSOnAllRequestsHttpModule.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.donnfelker.com%2f2007%2f02%2f02%2fForceHTTPSOnAllRequestsHttpModule.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Force_HTTPS_on_all_requests_HttpModule</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Force_HTTPS_on_all_requests_HttpModule</guid>
      <pubDate>Wed, 05 Dec 2007 13:22:01 GMT</pubDate>
    </item>
    <item>
      <title>More Silk-style icons</title>
      <description>Everybody's heard of the fantastic silky-smooth &amp;quot;Silk Icons&amp;quot; set from FamFamFam. This new set complements that original 1,000 png icon set with over 450 more of the same for use in Windows or Web applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fcreative%2ficons%2fsilk-companion-1-icons"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fcreative%2ficons%2fsilk-companion-1-icons" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/More_Silk_style_icons</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/More_Silk_style_icons</guid>
      <pubDate>Tue, 04 Dec 2007 15:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Spider's Web: Spawning threads in .NET (Part 1 of 5), The Basics</title>
      <description>First part of a five part post on threading in .NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fraasiel.typepad.com%2fa_day_in_my_life%2f2007%2f11%2fspiders-web-spa.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fraasiel.typepad.com%2fa_day_in_my_life%2f2007%2f11%2fspiders-web-spa.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Spider_s_Web_Spawning_threads_in_NET_Part_1_of_5_The_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Spider_s_Web_Spawning_threads_in_NET_Part_1_of_5_The_Basics</guid>
      <pubDate>Wed, 28 Nov 2007 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The Gospel of the GUID - And Why It Matters!</title>
      <description>There is only one commandment in the Gospel of the GUID: Thou shalt always use a GUID to uniquely identify a row in a table. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fwwright%2farchive%2f2007%2f11%2f04%2fthe-gospel-of-the-guid-and-why-it-matters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fwwright%2farchive%2f2007%2f11%2f04%2fthe-gospel-of-the-guid-and-why-it-matters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/The_Gospel_of_the_GUID_And_Why_It_Matters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/The_Gospel_of_the_GUID_And_Why_It_Matters</guid>
      <pubDate>Mon, 05 Nov 2007 23:16:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX templating technique</title>
      <description>Scott shows off a really cool way of using AJAX with custom web controls to make complex AJAX UI easier - without using UpdatePanels &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%2f10%2f22%2fTip_2F00_Trick_3A00_-Cool-UI-Templating-Technique-to-use-with-ASP.NET-AJAX-for-non_2D00_UpdatePanel-scenarios.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f10%2f22%2fTip_2F00_Trick_3A00_-Cool-UI-Templating-Technique-to-use-with-ASP.NET-AJAX-for-non_2D00_UpdatePanel-scenarios.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_templating_technique</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_templating_technique</guid>
      <pubDate>Sun, 07 Oct 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>My new little friend, Enum&amp;lt;T&amp;gt;</title>
      <description>Some description of a help class for working with Enumerations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2007%2f09%2f13%2fmy-new-little-friend-enum-lt-t-gt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2007%2f09%2f13%2fmy-new-little-friend-enum-lt-t-gt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/My_new_little_friend_Enum_T</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/My_new_little_friend_Enum_T</guid>
      <pubDate>Fri, 14 Sep 2007 07:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Using SingleTagSectionHandler Instead Of appSettings</title>
      <description>As an alternative to appSettings you can use SingleTagSectionHandler to store settings in a web.config file. Learn how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</guid>
      <pubDate>Thu, 06 Sep 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Community Server: Create custom image button control from CSLinkButton</title>
      <description>Describes how to create a custom composite control within Community Server that can be used to replace the ResourceLinkButton used in the WeblogPostCommentForm to display an image button. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2007%2f08%2f15%2fCommunityServerCreateCustomImageButtonControlThatInheritsCSLinkButton.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2007%2f08%2f15%2fCommunityServerCreateCustomImageButtonControlThatInheritsCSLinkButton.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Community_Server_Create_custom_image_button_control_from_CSLinkButton</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Community_Server_Create_custom_image_button_control_from_CSLinkButton</guid>
      <pubDate>Wed, 15 Aug 2007 09:12:09 GMT</pubDate>
    </item>
    <item>
      <title>Ping using XML-RPC in ASP.NET</title>
      <description>Many blogs have the ability to ping different ping-services, such as Ping-o-Matic, Feedburner and Technorati, whenever some content is created or updated. But it is not only blogs who can benefit from pinging these services. Almost all websites that is updated regularly can use this technique. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost.aspx%3fid%3d176df006-4325-4897-bbcf-edceb0fe1424"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost.aspx%3fid%3d176df006-4325-4897-bbcf-edceb0fe1424" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Ping_using_XML_RPC_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Ping_using_XML_RPC_in_ASP_NET</guid>
      <pubDate>Fri, 03 Aug 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Get baseUrl from Request object, not web.config</title>
      <description>Better programming by getting the baseUrl programmatically rather than depend on a web.config key. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2007%2f08%2f01%2fGetBaseUrlFromRequestObjectNotWebconfig.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2007%2f08%2f01%2fGetBaseUrlFromRequestObjectNotWebconfig.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Get_baseUrl_from_Request_object_not_web_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Get_baseUrl_from_Request_object_not_web_config</guid>
      <pubDate>Fri, 03 Aug 2007 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>IE7 Vista Flash Player Fix</title>
      <description>After installing Vista I found that IE7 would not show Flash content.  This article explains how to fix it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2007%2f02%2f22%2fIE7VistaFlashPlayerFix.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2007%2f02%2f22%2fIE7VistaFlashPlayerFix.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/IE7_Vista_Flash_Player_Fix</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/IE7_Vista_Flash_Player_Fix</guid>
      <pubDate>Thu, 22 Feb 2007 13:06:50 GMT</pubDate>
    </item>
    <item>
      <title>VS 2005 on Vista; Error &amp;quot;Unable to start debugging on the web server&amp;quot;</title>
      <description>How to solve. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f12%2f04%2fVisualStudio2005OnVistaErrorQuotUnableToStartDebuggingOnTheWebServerquot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f12%2f04%2fVisualStudio2005OnVistaErrorQuotUnableToStartDebuggingOnTheWebServerquot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/VS_2005_on_Vista_Error_quot_Unable_to_start_debugging_on_the_web_server_quot</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/VS_2005_on_Vista_Error_quot_Unable_to_start_debugging_on_the_web_server_quot</guid>
      <pubDate>Mon, 04 Dec 2006 14:58:10 GMT</pubDate>
    </item>
    <item>
      <title>How to get ASP.NET 2.0 Button WebControl to render as type=&amp;quot;button&amp;quot;</title>
      <description>The default .NET Button WebControl renders as an input type=&amp;quot;submit&amp;quot; control.  This quick article describes how to get it to render as an input type=&amp;quot;button&amp;quot; and the difference between the two. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f11%2f22%2fHowToGetASPNET20ButtonWebControlToRenderAsInputTypebutton.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f11%2f22%2fHowToGetASPNET20ButtonWebControlToRenderAsInputTypebutton.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_get_ASP_NET_2_0_Button_WebControl_to_render_as_type_quot_button_quot</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_get_ASP_NET_2_0_Button_WebControl_to_render_as_type_quot_button_quot</guid>
      <pubDate>Sun, 26 Nov 2006 07:31:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET 2.0 FormsAuthentication Remember Me Challenge</title>
      <description>A few weeks ago, I posted a solution I came up with a way to utilize a remember me checkbox in .NET 2.0 that, when selected, pre-populated just the username in the username textbox during subsequent visits.  The problem I found was that signing out of FormsAuthentication wiped out any and all cookies I had set during or prior to logging a user in.  So, the simple act of looking at the cookie to see if the user wanted to be remembered became quite an ordeal.  My solution was to set/get the cookie using JavaScript.  

There are some skeptics out there though.  So, for them, I've created a very simple website solution that tries to set and get the remember me cookie as explained above.

The challenge is to modify the solution so that it DOES work. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f10%2f31%2fNET20FormsAuthenticationRememberMeChallenge.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerratus.com%2f2006%2f10%2f31%2fNET20FormsAuthenticationRememberMeChallenge.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NET_2_0_FormsAuthentication_Remember_Me_Challenge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NET_2_0_FormsAuthentication_Remember_Me_Challenge</guid>
      <pubDate>Sat, 04 Nov 2006 07:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>