Is there a Coding Standard document available for download from Microsoft ? I want to use their standards, mainly for C#.
If you're using C#, you can learn Microsoft's preferred style as you code by running StyleCop on any code that you write. It's a lot easier to learn that way than trying to absorb some huge document.