Just passing on a neat little tool for all you .NET coders out there. If you are concerned how your code looks, and if you are following the best practices as laid out by Microsoft in the MSDN, you should try
FXCop. This little baby will go through your code and make suggestions to you as to what you should change to make your code compliant with the MS Best practices. It's helping me a lot with making sure I'm following best proctices guidelines.
It's really handy, comes from Microsoft, is free, and opensource.