<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by tallen</title>
    <description>Stories kicked by tallen</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 Programming Proverbs Every Developer Should Know</title>
      <description>Proverbs are used to express universal truths or life lessons in a short and memorable fashion.  I find that they are a great way to keep things in perspective, both in life and in work.  Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fProgramming-Proverbs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fProgramming-Proverbs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/10_Programming_Proverbs_Every_Developer_Should_Know</guid>
      <pubDate>Tue, 07 Oct 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Correctly disposing using the using()-statement</title>
      <description>A nice little article for newbies about how the using()-statement in C# works. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstartbigthinksmall.wordpress.com%2f2008%2f04%2f10%2fdispose_correctly_with_the_using_statement%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstartbigthinksmall.wordpress.com%2f2008%2f04%2f10%2fdispose_correctly_with_the_using_statement%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Correctly_disposing_using_the_using_statement</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Correctly_disposing_using_the_using_statement</guid>
      <pubDate>Fri, 18 Apr 2008 16:16:07 GMT</pubDate>
    </item>
    <item>
      <title>A Set of Useful Extension Methods for DateTime</title>
      <description>Presenting 11 time-saving (oh, the pun!) extension methods for the DateTime class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iridescence.no%2fPosts%2fA-Set-of-Useful-Extension-Methods-for-DateTime.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iridescence.no%2fPosts%2fA-Set-of-Useful-Extension-Methods-for-DateTime.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Set_of_Useful_Extension_Methods_for_DateTime</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Set_of_Useful_Extension_Methods_for_DateTime</guid>
      <pubDate>Tue, 18 Mar 2008 23:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Memcached's .NET cousin - Cacheman </title>
      <description>Sriram from Microsoft develops Cacheman, a fast distributed hashtable similar to Memcached written in pure managed code.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sriramkrishnan.com%2fblog%2f2008%2f02%2fcacheman-fast-distributed-hashtable-for.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sriramkrishnan.com%2fblog%2f2008%2f02%2fcacheman-fast-distributed-hashtable-for.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Memcached_s_NET_cousin_Cacheman</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Memcached_s_NET_cousin_Cacheman</guid>
      <pubDate>Mon, 25 Feb 2008 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>C# .NET Gmail Tools</title>
      <description>Gmail class library for getting gmail atom feeds and for sending emails through gmail. &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%2fCSharpGmail"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fCSharpGmail" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_NET_Gmail_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_NET_Gmail_Tools</guid>
      <pubDate>Thu, 21 Feb 2008 18:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Load XML into List Collection</title>
      <description>Simple method load XML data into a list collection.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fLoad-XML-into-List-Collection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fLoad-XML-into-List-Collection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Load_XML_into_List_Collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Load_XML_into_List_Collection</guid>
      <pubDate>Mon, 18 Feb 2008 16:50:04 GMT</pubDate>
    </item>
    <item>
      <title>Does Your Code Pass &amp;quot;The Turkey Test?&amp;quot;</title>
      <description>How careful are you about using the correct form of string and number formatting? How about your use of String.Compare and String.Equals? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2008%2f02%2fdoes-your-code-pass-turkey-test.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2008%2f02%2fdoes-your-code-pass-turkey-test.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Does_Your_Code_Pass_The_Turkey_Test</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Does_Your_Code_Pass_The_Turkey_Test</guid>
      <pubDate>Sat, 16 Feb 2008 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Put Down the XmlNode and Step Away From the StringBuilder</title>
      <description>Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vonsharp.net%2fPutDownTheXmlNodeAndStepAwayFromTheStringBuilder.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vonsharp.net%2fPutDownTheXmlNodeAndStepAwayFromTheStringBuilder.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Put_Down_the_XmlNode_and_Step_Away_From_the_StringBuilder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Put_Down_the_XmlNode_and_Step_Away_From_the_StringBuilder</guid>
      <pubDate>Tue, 12 Feb 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Google Chart C# API</title>
      <description>Simple example of using the excellent Google Chart C# API Wrapper, includes code for using on a WinForm app. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fGoogle-Chart-C-API.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.brainyautomation.com%2fblog%2fpost%2fGoogle-Chart-C-API.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Google_Chart_C_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Google_Chart_C_API</guid>
      <pubDate>Mon, 04 Feb 2008 18:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Free Web.config editor</title>
      <description>A free tool that enables editing the Web.config. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechietweaks.blogspot.com%2f2008%2f01%2ffree-utility-webconfig-editor-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechietweaks.blogspot.com%2f2008%2f01%2ffree-utility-webconfig-editor-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Free_Web_config_editor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Free_Web_config_editor</guid>
      <pubDate>Mon, 21 Jan 2008 22:31:02 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>
  </channel>
</rss>