<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by frogsbrain</title>
    <description>Stories kicked by frogsbrain</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>Skip lists are fascinating! </title>
      <description>Skip lists are a fascinating data structure: very simple, and yet have the same asymptotic efficiency as much more complicated AVL trees and red-black trees. In this article, I discuss the asymptotic efficiency of operations on skip lists, the ideas that make them work, and their interesting use cases. And, of course, I give you the source code for a skip list in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figoro.com%2farchive%2fskip-lists-are-fascinating%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figoro.com%2farchive%2fskip-lists-are-fascinating%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Skip_lists_are_fascinating</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Skip_lists_are_fascinating</guid>
      <pubDate>Tue, 22 Jul 2008 00:16:03 GMT</pubDate>
    </item>
    <item>
      <title>C# Anagrams Fast w/ Source and GUI, uses 1985 data structure DAWG</title>
      <description>This open-source project uses a directed acyclic word graph and Windows Forms C# to find anagrams in words fast and with little memory. In my experience there are no faster algorithms (implementations, yes). Useful for word games and only about 400 lines of code. Uses a tree in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2fanagrams"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fanagrams" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Anagrams_Fast_w_Source_and_GUI_uses_1985_data_structure_DAWG</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Anagrams_Fast_w_Source_and_GUI_uses_1985_data_structure_DAWG</guid>
      <pubDate>Thu, 12 Jun 2008 08:58:18 GMT</pubDate>
    </item>
    <item>
      <title>Die, Chicken. Die!</title>
      <description>Product ownership goes beyond the Chicken and Pig stereotypes.  A good opinion post on taking the responsibility for success beyond just the members of an agile team into the management and executive level. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid_laribee%2farchive%2f2008%2f01%2f23%2fdie-chicken-die.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid_laribee%2farchive%2f2008%2f01%2f23%2fdie-chicken-die.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Die_Chicken_Die</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Die_Chicken_Die</guid>
      <pubDate>Tue, 26 Feb 2008 02:19:38 GMT</pubDate>
    </item>
    <item>
      <title>Optimizing the hash table</title>
      <description>A few performance tips and less known facts about hash tables &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2foptimizing-the-hashtable-15%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2foptimizing-the-hashtable-15%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Optimizing_the_hash_table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Optimizing_the_hash_table</guid>
      <pubDate>Thu, 13 Dec 2007 04:35:04 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie announces ASP.NET MVC framework at Alt.Net Conf</title>
      <description>Some more information from ALT.NET on the new ASP.NET MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f10%2f05%2faltnetconf-scott-guthrie-announces-asp-net-mvc-framework-at-alt-net-conf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f10%2f05%2faltnetconf-scott-guthrie-announces-asp-net-mvc-framework-at-alt-net-conf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Scott_Guthrie_announces_ASP_NET_MVC_framework_at_Alt_Net_Conf</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Scott_Guthrie_announces_ASP_NET_MVC_framework_at_Alt_Net_Conf</guid>
      <pubDate>Sat, 06 Oct 2007 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>A Visual Guide to Version Control</title>
      <description>A good, &amp;quot;highly visual&amp;quot; overview of Version Control, (a.k.a. Source Control).  It also references Subversion command line examples, but the overview applies to most version control systems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbetterexplained.com%2farticles%2fa-visual-guide-to-version-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbetterexplained.com%2farticles%2fa-visual-guide-to-version-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/A_Visual_Guide_to_Version_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/A_Visual_Guide_to_Version_Control</guid>
      <pubDate>Fri, 05 Oct 2007 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Continuous Integration: The Cornerstone of a Great Shop</title>
      <description>This article shows how continuous integration can help to keep projects on track with a rapid feedback on the product status.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqazone.net%2fmodules%2fnews%2farticle.php%3fstoryid%3d61"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqazone.net%2fmodules%2fnews%2farticle.php%3fstoryid%3d61" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Continuous_Integration_The_Cornerstone_of_a_Great_Shop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Continuous_Integration_The_Cornerstone_of_a_Great_Shop</guid>
      <pubDate>Fri, 05 Oct 2007 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Scrum: Agile Software Development for Project Management</title>
      <description>Scrum is organized around the following roles:

    * Product Owner - Determines what functionality is needed
    * ScrumMaster - Leads the Scrum and is primarily responsible for making sure the Scrum process is followed and removing impediments that keep the Team from working
    * The Team - Those who do the actual work that translates what the Product Owner has requested into usable functionality

Read more ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f09%2f12%2fsqlauthority-news-scrum-agile-software-development-for-project-management%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f09%2f12%2fsqlauthority-news-scrum-agile-software-development-for-project-management%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Scrum_Agile_Software_Development_for_Project_Management</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Scrum_Agile_Software_Development_for_Project_Management</guid>
      <pubDate>Thu, 13 Sep 2007 14:31:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL Optimization Tips</title>
      <description>Tips and Tricks which should be used while dealing with SQL  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetguts.blogspot.com%2f2007%2f08%2fsql-optimization-tips.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetguts.blogspot.com%2f2007%2f08%2fsql-optimization-tips.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/SQL_Optimization_Tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/SQL_Optimization_Tips</guid>
      <pubDate>Tue, 14 Aug 2007 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Writing a full JSON Serializer in 100 lines of C# code</title>
      <description>After looking at the specs for JSON, I figured it couldn't be too hard to write a JSON serializer in C#. Not only was it not that hard, it was very short too: about 100 lines of code. &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%2f12%2fWritingAFullJSONSerializerIn100LinesOfCCode.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2007%2f08%2f12%2fWritingAFullJSONSerializerIn100LinesOfCCode.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Writing_a_full_JSON_Serializer_in_100_lines_of_C_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Writing_a_full_JSON_Serializer_in_100_lines_of_C_code</guid>
      <pubDate>Mon, 13 Aug 2007 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Setting up and running Subversion and Tortoise SVN</title>
      <description>A quick walkthrough of setting up and configuring SubVersion with Tortoise SVN and getting started creating repositories, adding files and folders, creating local copies and working with SVN.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fpresentations%2fsubversion%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fpresentations%2fsubversion%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Setting_up_and_running_Subversion_and_Tortoise_SVN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Setting_up_and_running_Subversion_and_Tortoise_SVN</guid>
      <pubDate>Wed, 08 Aug 2007 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>String Formatting in C#</title>
      <description>A very handy guide to formatting strings in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.stevex.net%2findex.php%2fstring-formatting-in-csharp%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.stevex.net%2findex.php%2fstring-formatting-in-csharp%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/String_Formatting_in_C_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/String_Formatting_in_C_1</guid>
      <pubDate>Fri, 27 Jul 2007 08:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Most Useful 20+ Visual Studio A</title>
      <description>I have collected list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f07%2fmost-useful-top-15-visual-studio-add.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f07%2fmost-useful-top-15-visual-studio-add.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Most_Useful_20_Visual_Studio_A</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Most_Useful_20_Visual_Studio_A</guid>
      <pubDate>Wed, 25 Jul 2007 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Principles of simplicity</title>
      <description>Simplicity is about removing everything that can complicate the process of writing and maintaining software. &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%2fPrinciples-of-simplicity.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fPrinciples-of-simplicity.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Principles_of_simplicity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Principles_of_simplicity</guid>
      <pubDate>Tue, 24 Jul 2007 16:01:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Interview Questions and Answers Complete List Download</title>
      <description>Question I received is do I ask the same questions in interviews which I administrate. Answer is YES. Though, I have few other questions, which I ask. All of them I came up myself and answers are unique to questions and not available on-line. Well, long story short, I have compiled list of questions in one PDF. Please download them and use them in your next interview or just for reading purpose. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f04%2f21%2fsql-server-interview-questions-and-answers-complete-list-download%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f04%2f21%2fsql-server-interview-questions-and-answers-complete-list-download%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Interview_Questions_and_Answers_Complete_List_Download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Interview_Questions_and_Answers_Complete_List_Download</guid>
      <pubDate>Mon, 23 Jul 2007 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>TDD?  You've got to be kidding me?</title>
      <description>How confident are you in the adequacy of your unit tests?  What if we just tweak this one little condition.  It's just a tiny little condition, just this one ... *BOOMF* (clue, &amp;quot;Meaning of Life&amp;quot;) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f07%2ftdd-youve-got-to-be-kidding-me.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f07%2ftdd-youve-got-to-be-kidding-me.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/TDD_You_ve_got_to_be_kidding_me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/TDD_You_ve_got_to_be_kidding_me</guid>
      <pubDate>Thu, 19 Jul 2007 21:49:43 GMT</pubDate>
    </item>
    <item>
      <title>If yer code ain't tested, the waterfallists win.</title>
      <description>Move over Fox News, Guantanamo and Ashcroft aren't just for the news scroll anymore.

.NET is great, but there's a lot of really neat innovation going on in the Java-sphere even now.  Two tools that take your TDD to a whole new level are on the horizon.  Any bets on how long before they're re-implemented in .NET? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f07%2fif-yer-code-aint-tested-waterfallists.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f07%2fif-yer-code-aint-tested-waterfallists.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/If_yer_code_ain_t_tested_the_waterfallists_win</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/If_yer_code_ain_t_tested_the_waterfallists_win</guid>
      <pubDate>Thu, 19 Jul 2007 21:39:42 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Repeater control instead of grid</title>
      <description>Simple example on how to tie event handlers to a specific row in a repeater &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspcode.net%2fASPNET-Repeater-control-instead-of-grid.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspcode.net%2fASPNET-Repeater-control-instead-of-grid.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Repeater_control_instead_of_grid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Repeater_control_instead_of_grid</guid>
      <pubDate>Sat, 21 Jul 2007 00:16:03 GMT</pubDate>
    </item>
    <item>
      <title>How to automatically embed DotNetKicks &amp;quot;kick it&amp;quot; links into your Blogg</title>
      <description>How to insert a tag into your Blogger post template to automatically create &amp;quot;kick it&amp;quot; link in all your Blogger posts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f07%2fhow-to-automatically-embed-dotnetkicks.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f07%2fhow-to-automatically-embed-dotnetkicks.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_automatically_embed_DotNetKicks_quot_kick_it_quot_links_into_your_Blogg</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_automatically_embed_DotNetKicks_quot_kick_it_quot_links_into_your_Blogg</guid>
      <pubDate>Sat, 07 Jul 2007 18:33:19 GMT</pubDate>
    </item>
    <item>
      <title>.NET Literals Are Implicit Instances.</title>
      <description>In C# you can work directly against literal values as if they were instances of that type.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f04%2fin.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f04%2fin.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/NET_Literals_Are_Implicit_Instances</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/NET_Literals_Are_Implicit_Instances</guid>
      <pubDate>Sat, 07 Jul 2007 17:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Automated code formatting tools</title>
      <description>Some tools I like to use for creating and maintaining consist code structure and layout. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f06%2fautomated-code-formatting-tools.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f06%2fautomated-code-formatting-tools.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Automated_code_formatting_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Automated_code_formatting_tools</guid>
      <pubDate>Wed, 04 Jul 2007 19:14:35 GMT</pubDate>
    </item>
    <item>
      <title>What is &amp;quot;done&amp;quot;?</title>
      <description>An attempt to determine the criteria that defines whether a project is done. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f05%2fwhat-is-done.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrogsbrain.blogspot.com%2f2007%2f05%2fwhat-is-done.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/What_is_quot_done_quot</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/What_is_quot_done_quot</guid>
      <pubDate>Wed, 04 Jul 2007 19:07:03 GMT</pubDate>
    </item>
  </channel>
</rss>