Thursday, November 19, 2009

Dealing With Exceptions

Knowledgeable blogs on the subject of debugging, crashes, exceptions and dumps - good reading:
Grabbing the dump file and getting at the data from the dump:
Very useful links for debugging, including dump file cheat sheet and analysis check list:
Every developer's starting point when looking for debugging tools:
Page of links for Microsoft debugging tools:
WinDbg is the top one:
At time of writing this is labelled "Install 32-bit version 6.11.1.404 [16.9 MB]"

And finally, why you should use try...catch...finally, or even try...finally:

Sunday, November 01, 2009

XSLT, XPath Knowledge Base

XPath explained and easy-to-use grid of descriptions...
Very useful XSLT scripts (including url encode/decode templates)...
A list of XSL elements and descriptions...
.NET 3.5 page on navigating XML in XPath...
Using XPath and LINQ...