<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by gantww</title>
    <description>Stories kicked by gantww</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>Integrated social networking in ASP.NET</title>
      <description>This riff explores how to move all common social networking features of a web application, such as tagging and commenting, to a separate assembly to make them re-usable across all of your projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f05%2fintegrated-soci.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f05%2fintegrated-soci.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Integrated_social_networking_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Integrated_social_networking_in_ASP_NET</guid>
      <pubDate>Wed, 21 May 2008 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Why C# Compiler Is so Picky About Type Parameter Constraints' Position</title>
      <description>The C# syntax dictates the ordering class, structs, new(), and base-class constraints in the generics. This post elaborates on this a little bit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbahadorn.blogspot.com%2f2008%2f05%2fwhy-c-compiler-is-so-picky-about-type.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbahadorn.blogspot.com%2f2008%2f05%2fwhy-c-compiler-is-so-picky-about-type.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_C_Compiler_Is_so_Picky_About_Type_Parameter_Constraints_Position</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_C_Compiler_Is_so_Picky_About_Type_Parameter_Constraints_Position</guid>
      <pubDate>Wed, 14 May 2008 15:54:14 GMT</pubDate>
    </item>
    <item>
      <title>Display nicely formatted .NET source code on your blog</title>
      <description>How to quickly display nicely formatted and colored source code on your blog using the CopySourceAsHtml VS plugin. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f13%2fdisplay-nicely-formatted-net-source-code-on-your-blog.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f13%2fdisplay-nicely-formatted-net-source-code-on-your-blog.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Display_nicely_formatted_NET_source_code_on_your_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Display_nicely_formatted_NET_source_code_on_your_blog</guid>
      <pubDate>Tue, 13 May 2008 21:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Batch Thumbnail Creator</title>
      <description>Thumbnailer will open every image in every folder supplied and will create a thumbnail image is the same proportions as the original image, but will not exceed the maximum width or height. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2f31appsin31days%2farchive%2f2008%2f05%2f04%2fbatch-thumbnails.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2f31appsin31days%2farchive%2f2008%2f05%2f04%2fbatch-thumbnails.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Batch_Thumbnail_Creator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Batch_Thumbnail_Creator</guid>
      <pubDate>Wed, 07 May 2008 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Using JQuery DatePicker in ASP.Net</title>
      <description>How to use the JQuery DatePicker in Asp.Net.  Show how to setup the JavaScript, the code behind, and the text box control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felegantcode.com%2f2008%2f05%2f06%2fusing-jquery-datepicker-in-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felegantcode.com%2f2008%2f05%2f06%2fusing-jquery-datepicker-in-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_JQuery_DatePicker_in_ASP_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_JQuery_DatePicker_in_ASP_Net</guid>
      <pubDate>Tue, 06 May 2008 21:11:27 GMT</pubDate>
    </item>
    <item>
      <title>Response.TransmitFile + Close will kill your application</title>
      <description>Just before last weekend I noticed that a website I'm responsible for started spitting out &amp;quot;Server is busy&amp;quot; messages, not something you want to see on a website with millions of visitors per day. The quickfix was to recycle the application pool, and thus I solved the symptoms by setting a 15 mins recycle cycle on all the application pools. Not exactly optimal, but sometimes pissing your pants is the way to go. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2008%2f03%2f29%2fresponse-transmitfile-close-will-kill-your-application"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2008%2f03%2f29%2fresponse-transmitfile-close-will-kill-your-application" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Response_TransmitFile_Close_will_kill_your_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Response_TransmitFile_Close_will_kill_your_application</guid>
      <pubDate>Wed, 09 Apr 2008 20:35:53 GMT</pubDate>
    </item>
    <item>
      <title>.NET Event Techniques</title>
      <description>A very simple technique to avoid the need for a null check prior to raising an event &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f20%2fnet-event-techniques.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f03%2f20%2fnet-event-techniques.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/NET_Event_Techniques</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/NET_Event_Techniques</guid>
      <pubDate>Thu, 20 Mar 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Do You Really Need A Distributed Architecture?</title>
      <description>Does the question sound rhetoric to you? Do you think the answer is "Yes" by default these days?

Think twice. Ask yourself the questions below. You may change your mind at the end. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f02%2f14%2fdo-you-really-need-a-distributed-architecture.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2face_team%2farchive%2f2008%2f02%2f14%2fdo-you-really-need-a-distributed-architecture.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Do_You_Really_Need_A_Distributed_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Do_You_Really_Need_A_Distributed_Architecture</guid>
      <pubDate>Sat, 16 Feb 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>But I like my dependencies!</title>
      <description>&amp;quot;Recently I've been talking about dependency injection and ASP.NET MVC.  Each are interesting technologies and are &amp;quot;hot topics&amp;quot; in the ASP.NET world right now.  I had decided that my newest project would utilize these, if for nothing else but to learn them in more detail.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fcstewart%2farchive%2f2008%2f02%2f15%2fbut-i-like-my-dependencies.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fcstewart%2farchive%2f2008%2f02%2f15%2fbut-i-like-my-dependencies.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/But_I_like_my_dependencies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/But_I_like_my_dependencies</guid>
      <pubDate>Fri, 15 Feb 2008 14:15:43 GMT</pubDate>
    </item>
    <item>
      <title>Flexibility and control (thoughts on management styles)</title>
      <description>A brief discussion about management styles, predicating success, and developer efficiency. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f02%2f04%2fflexibility-and-control.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f02%2f04%2fflexibility-and-control.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Flexibility_and_control_thoughts_on_management_styles</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Flexibility_and_control_thoughts_on_management_styles</guid>
      <pubDate>Tue, 05 Feb 2008 16:11:22 GMT</pubDate>
    </item>
    <item>
      <title>Back To Basics: Integers</title>
      <description>An explanation of integers, and how they are represented in most computer systems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2007%2f12%2fBack-To-Basics-Integers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2007%2f12%2fBack-To-Basics-Integers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Back_To_Basics_Integers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Back_To_Basics_Integers</guid>
      <pubDate>Tue, 29 Jan 2008 20:09:25 GMT</pubDate>
    </item>
    <item>
      <title>Associating String values with enums in C#</title>
      <description>Ever wanted to have an enum which has a value that is a string rather than just an numeric type? Well, now you can have your cake and eat it too! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2008%2f01%2f17%2fassociating-strings-with-enums-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2008%2f01%2f17%2fassociating-strings-with-enums-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Associating_String_values_with_enums_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Associating_String_values_with_enums_in_C</guid>
      <pubDate>Thu, 17 Jan 2008 21:52:33 GMT</pubDate>
    </item>
    <item>
      <title>Duplicate code is a pain</title>
      <description>Detect duplicate C# code with Simian &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2farchive%2f2006%2f03%2f15%2f140614.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2farchive%2f2006%2f03%2f15%2f140614.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Duplicate_code_is_a_pain</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Duplicate_code_is_a_pain</guid>
      <pubDate>Thu, 17 Jan 2008 21:19:31 GMT</pubDate>
    </item>
    <item>
      <title>10 reasons why I chose MySQL over MSSQL2005 Express</title>
      <description>10 reasons why to choose MySQL as database engine for your websites instead of MSSQL 2005 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.aspcode.net%2farchive%2f2008%2f01%2f06%2f285.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.aspcode.net%2farchive%2f2008%2f01%2f06%2f285.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/10_reasons_why_I_chose_MySQL_over_MSSQL2005_Express</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/10_reasons_why_I_chose_MySQL_over_MSSQL2005_Express</guid>
      <pubDate>Mon, 07 Jan 2008 20:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Overloading True and False in C#</title>
      <description>The ninth article in the C# Object-Oriented Programming tutorial continues the discussion of operator overloading.  In this article, the overloading of the true and false operators is described, allowing an object to be used in conditional processing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fCSharpTrueFalseOverload.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fCSharpTrueFalseOverload.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Overloading_True_and_False_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Overloading_True_and_False_in_C</guid>
      <pubDate>Fri, 16 Nov 2007 11:34:43 GMT</pubDate>
    </item>
    <item>
      <title>One Shell Command to delete all svn hidden folders</title>
      <description>If you are using Subversion source control, you will be familiar with the .svn folders that SVN adds to any folder under the source control, these folders are used to keep track of the current state of the folder, but sometimes, I want to copy my code and get rid of these folders, and instead of doing this manually which becomes a headache if you have a very deep hierarchy of folders, this is a Shell Script comes to the rescue &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f09%2f08%2f8089.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspellcoder.com%2fblogs%2fbashmohandes%2farchive%2f2007%2f09%2f08%2f8089.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/One_Shell_Command_to_delete_all_svn_hidden_folders</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/One_Shell_Command_to_delete_all_svn_hidden_folders</guid>
      <pubDate>Sun, 09 Sep 2007 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Don't Be a Validation Nazi</title>
      <description>&amp;quot;Postel wrote that in an RFC that defined TCP, but it applies much more broadly. It's natural that developers, used to the exacting nature of writing code for a compiler, where even the most minor of typos can bring a program screeching to a halt, have a tendency to apply such exactitude on their users.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f08%2f26%2fdont-be-a-validation-nazi.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f08%2f26%2fdont-be-a-validation-nazi.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Don_t_Be_a_Validation_Nazi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Don_t_Be_a_Validation_Nazi</guid>
      <pubDate>Mon, 27 Aug 2007 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Use the Action and Predicate Delegates</title>
      <description>How to Use the Action and Predicate Delegates in VB.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvbnotebookfor.net%2f2007%2f08%2f23%2fhow-to-use-the-action-and-predicate-delegates%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvbnotebookfor.net%2f2007%2f08%2f23%2fhow-to-use-the-action-and-predicate-delegates%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/How_to_Use_the_Action_and_Predicate_Delegates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/How_to_Use_the_Action_and_Predicate_Delegates</guid>
      <pubDate>Sat, 25 Aug 2007 20:23:37 GMT</pubDate>
    </item>
    <item>
      <title>Where are all the cool startups that run on ASP.NET?</title>
      <description>&amp;quot;Sure there are Community Server, MySpace, DotNetKicks and DasBlog; there are all very fine products, but compare them to LAMP, Rails and Java lineup: Digg, Yahoo, LinkedIn, Flickr, Backpack and the Company, Delicious, all the Google Apps, Mint, Meebo, Twitter, Zillow and of course Infinite Cat Project. If you checkout the new startups on TechCrunch, it seems like every new startup is something Linux based and is not ASP.NET.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sashasydoruk.com%2f2007%2f08%2f19%2fwhere-are-all-the-cool-startups-that-run-on-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sashasydoruk.com%2f2007%2f08%2f19%2fwhere-are-all-the-cool-startups-that-run-on-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Where_are_all_the_cool_startups_that_run_on_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Where_are_all_the_cool_startups_that_run_on_ASP_NET</guid>
      <pubDate>Fri, 24 Aug 2007 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The Yield Statement in C#</title>
      <description>The yield statement is another often overlooked keyword that was introduced in .NET 2.0. It is used to return items from a loop within a method and retain the state of the method through multiple calls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f08%2f22%2fthe-yield-statement-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alteridem.net%2f2007%2f08%2f22%2fthe-yield-statement-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Yield_Statement_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Yield_Statement_in_C</guid>
      <pubDate>Thu, 23 Aug 2007 04:16:03 GMT</pubDate>
    </item>
    <item>
      <title>The surprising behavior of &amp;quot;as&amp;quot; in C#</title>
      <description>Type casting and the &amp;quot;as&amp;quot; operator are not the same in C#. 

Not by a long shot. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2007%2f08%2f22%2fTheSurprisingBehaviorOfAsInC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2007%2f08%2f22%2fTheSurprisingBehaviorOfAsInC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_surprising_behavior_of_as_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_surprising_behavior_of_as_in_C</guid>
      <pubDate>Thu, 23 Aug 2007 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Who will champion the health of the business? </title>
      <description>Let me tell you a fictitious story.  Ok, so it's not fictitious, but I swear I've never seen it happen where *I* work.  It's a story of an enterprise losing a whole lot of money.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fevanhoff.com%2farchive%2f2007%2f08%2f21%2f49.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fevanhoff.com%2farchive%2f2007%2f08%2f21%2f49.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Who_will_champion_the_health_of_the_business</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Who_will_champion_the_health_of_the_business</guid>
      <pubDate>Tue, 21 Aug 2007 20:57:25 GMT</pubDate>
    </item>
    <item>
      <title>Someone please defend Visual SourceSafe</title>
      <description>Is there anyone out there that uses VSS and likes it?? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fsomeone-please-defend-visual-sourcesafe%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fsomeone-please-defend-visual-sourcesafe%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Someone_please_defend_Visual_SourceSafe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Someone_please_defend_Visual_SourceSafe</guid>
      <pubDate>Tue, 21 Aug 2007 07:52:16 GMT</pubDate>
    </item>
    <item>
      <title>Standard questions to be asked when logging bugs</title>
      <description>Set of standard questions that should be asked when logging bugs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2007%2f08%2f21%2fstandard-questions-to-be-asked-when-logging-bugs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2007%2f08%2f21%2fstandard-questions-to-be-asked-when-logging-bugs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Standard_questions_to_be_asked_when_logging_bugs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Standard_questions_to_be_asked_when_logging_bugs</guid>
      <pubDate>Tue, 21 Aug 2007 05:06:30 GMT</pubDate>
    </item>
    <item>
      <title>Subkismet to the rescue</title>
      <description>Since jumping to a PageRank of 6, DotNetKicks.com has become increasingly attractive to spammers. For the past year or so I has been deleting the posts manually, there would maybe be one or two spam posts per day. In the past week the number of spam posts has jumped to about 60 per day. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.incremental.ie%2farchive%2f2007%2f08%2f21%2fsubkismet-to-the-rescue.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.incremental.ie%2farchive%2f2007%2f08%2f21%2fsubkismet-to-the-rescue.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subkismet_to_the_rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subkismet_to_the_rescue</guid>
      <pubDate>Tue, 21 Aug 2007 05:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>