Duplicate of: Naming Conventions in C#
Where can I find the most common and up to date coding conventions for C#?
|
1
|
Duplicate of: Naming Conventions in C#Where can I find the most common and up to date coding conventions for C#?
|
|||
|
|
closed as exact duplicate by George Stocker Dec 22 '08 at 15:06 |
|
|
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. |
||
|
|
|
|
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 MSDN is the best one. BUt you can find some shorter version at csharpfriends.com |
||
|
|
|
|
Brad Abrams has a blogpost here. You can find Microsoft's Design Guidelines for Developing Class Libraries here. |
||
|
|
|
|
FxCop is a good place to start |
||
|
|