Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Microsoft's <a href="http://msdn.microsoft.com/en-us/practices/default.aspx" rel="nofollow noreferrer">Patterns &amp; Practices team</a> did a good job incorporating best practices of exception management into Enterprise Library <a href="http://msdn.microsoft.com/en-us/library/cc511522.aspx" rel="nofollow noreferrer">Exception Handling Application Block</a></p> <p>Event if wouldn't use Enterprise Library, I <em>highly</em> recommend you to read their documentation. P&amp;P team describes common scenarios and best practices for exceptions handling.</p> <p>To get you started I recommend read following articles:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/ms229005.aspx" rel="nofollow noreferrer">Exception Handling</a> on MSDN</li> <li><a href="http://msdn.microsoft.com/en-us/library/ms229005.aspx" rel="nofollow noreferrer">Exception Management in .NET</a> on MSDN</li> <li><a href="http://www.codeproject.com/KB/architecture/exceptionbestpractices.aspx" rel="nofollow noreferrer">Exception Handling Best Practices in .NET</a> on CodeProject</li> </ul> <p>ASP.NET specific articles:</p> <ul> <li><a href="http://www.codeproject.com/KB/aspnet/ASPNETExceptionHandling.aspx" rel="nofollow noreferrer">User Friendly ASP.NET Exception Handling</a></li> <li><a href="http://www.developer.com/net/asp/article.php/961301" rel="nofollow noreferrer">Global Exception Handling with ASP.NET</a></li> <li><a href="http://www.codersource.net/asp_net_exception_handling.aspx" rel="nofollow noreferrer">Exception handling in C# and ASP .Net</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload