Did you know that VS2008 has a great feature to remove any unused 'using' statements in your code? Simply right click anywhere in your code file, select ' Organize Usings ' and select ' Remove Unused Usings '. You then end up with only the using statements
Read More...