'C# Coding Guidelines [duplicate]
Possible Duplicate:
C# Coding standard / Best practices
What are some of the most popular, sensible and detailed C# coding guidelines you recommend?
Related StackOverflow question: C# Coding Standard -- Sadly, this question is old and the answers point to outdated or tiny coding standard documents. With the current base of C# adoption, surely there are better C# coding guideline documents out there!
Solution 1:[1]
Solution 2:[2]
This is the official document
Design Guidelines for Class Library Developers
It contains all sorts of guidelines such as Design, Naming , Useage etc.
If you're specifically interested in naming guidelines, the subset of the document contains it here
Solution 3:[3]
SubMain have a freely downloadable 100+ page PDF document on C# and VB.NET coding standards. Whilst they were aimed at C#2 upon release, a lot of the guidelines are still good for C#3 and 4.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Glorfindel |
| Solution 2 | Shiv Kumar |
| Solution 3 | Russ Cam |
