Great C# Command Line Argument Parser

Something that should be built into .Net to begin with: http://jake.ginnivan.net/c-sharp-argument-parser

Filed under:general

Awesome SharePoint Webpart Exception handling

This is epic.  Check out this exception handling base class for SharePoint webparts: http://andreascode.blogspot.com/2007/12/general-exception-handling-in-web-parts.html. No more wrapping try/catch blocks in every single webpart in your project.  I love it!

Filed under:general