Duplicate of: Naming Conventions in C#
Where can I find the most common and up to date coding conventions for C#?
Where can I find the most common and up to date coding conventions for C#?
The MSDN is the best one. BUt you can find some shorter version at csharpfriends.com
We have an in house coding standard, but it is at least 95% the same as the one that IDesign published. Honestly, it is a great read for any c# developer, even if you already have your own standards.
The IDesign.net coding standard document available at
http://www.idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip [PDF]
is a well written and easy to read document that is in line with Microsoft standards. I recommend it as a starting point for your coding standards.