Great C# Command Line Argument Parser
Posted March 30th, 2011 by Eric WebbSomething that should be built into .Net to begin with: http://jake.ginnivan.net/c-sharp-argument-parser
Filed under:general
Something that should be built into .Net to begin with: http://jake.ginnivan.net/c-sharp-argument-parser
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!