You want to stick with naming convention and code maintain rules and other rules that professional developers stick with, the simple answer you can do with brilliant feature of Visual studio team System Edition, go to Analyze menu and choose Code Analysis Configuration,
You can enable code analysis in each build,
Also, you can Treat code Analysis Warning as Errors, by time u will learn how to produce a very professional code,
But: if you in a middle of developing your project running this tool, may generate thousands of errors, it will be very hard to maintain.
I hope you enjoy using it.