<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dmihailescu</title>
    <description>Stories kicked by dmihailescu</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>Handling errors at the method level</title>
      <description>[Use a combination of try.Catch blocks as a retry mechanism for error handling. ]

If you were going to retry something ,you better use conventioal error handling and keep the throw...catch for exceptional cases only.
Try/catch is known to be slow. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fhandling_errors_at_the_method_level.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnettipoftheday.org%2ftips%2fhandling_errors_at_the_method_level.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Handling_errors_at_the_method_level</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Handling_errors_at_the_method_level</guid>
      <pubDate>Mon, 29 Oct 2007 14:52:41 GMT</pubDate>
    </item>
  </channel>
</rss>