In Visual Studio 2005 there is a great new feature called Code Snippets. This feature allows you to quickly insert common code constructs like a for-loop, try-catch, private field-public property. These snippets are stored (and programmed) in XML. Using
Read More...