<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sheepsteak</title>
    <description>Stories kicked by sheepsteak</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>Being a "nice" programmer</title>
      <description>Being a C# developer by trade, I naturally spend a lot of my working life programming computers. Whilst I by no-means profess to be a "guru" of any kind, I do notice that there is one aspect of software development that is often neglected from discussion, and most programmers will hopefully agree with me as I explain.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fBeing-a-nice-programmer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fBeing-a-nice-programmer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Being_a_nice_programmer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Being_a_nice_programmer</guid>
      <pubDate>Fri, 25 Apr 2008 04:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Enum TryParse Extension Method</title>
      <description>TryParse method is very helpful if you need to convert string representation of a value to a value itself. TryParse is better than Parse method because it doesn't throw any exceptions and just returns a Boolean value to indicate weather the parsing was successful. Surprisingly there is no TryParse method available to use for Enum and this is where extension method can be extremely useful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fEnum-TryParse-Extension-Method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fEnum-TryParse-Extension-Method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Enum_TryParse_Extension_Method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Enum_TryParse_Extension_Method</guid>
      <pubDate>Tue, 22 Apr 2008 10:25:39 GMT</pubDate>
    </item>
    <item>
      <title>To Extension Method</title>
      <description>Many times you find yourself having to convert the type of an object to another. The ToString() method is probably one of the most usefull methods, it's great for easy conversion of objects to string, but what if you want to do it the other way round. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fTo-Extension-Method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fTo-Extension-Method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/To_Extension_Method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/To_Extension_Method</guid>
      <pubDate>Fri, 04 Apr 2008 20:16:09 GMT</pubDate>
    </item>
  </channel>
</rss>