From: http://www.cnblogs.com/rickc2k/archive/2012/05/08/2489503.html
Standard documentation and specifications are required during team and project development. Sound coding standards, specifications, and guidelines must be provided while good software documentation is in place. It not only includes the coding content, there are also best practices for coding and best practices for documenting code. Good coding specifications and guidelines, can reduce the injection of defects from the source (encoding phase), improveCodeQuality also reduces maintenance costs. At the same time, good code quality is also the basis of code Reusable Technology. All in all, using good and complete code specifications and tailoring the specifications and guidelines to obtain the coding conventions suitable for the project process is the first scene of each project, we hope that the following standards, specifications, and guidelines can help you.
1. Microsoft's All-in-One code framework coding guideline (Chinese and English)
Microsoft's All-in-One sample code guide, the most rare of which is a Chinese version, covering the protocol and best practices.
Http://1code.codeplex.com/wikipage? Title = All-in-One % 20 code % 20 framework % 20 coding % 20 Standards & referringtitle = documentation
2. idesign C # coding standards
Idesign resources include not only the C # coding standard, but also the WCF coding standard and Web Service method granularity standard. They are good reference standards in coding and design.
Http://www.idesign.net/
3. encodo C # Handbook
Http://archive.msdn.microsoft.com/encodocsharphandbook/Release/ProjectReleases.aspx? Releaseid = 3352
4. Microsoft Framework Design Guidelines
Microsoft's Class Library Design Guide, some guiding opinions and suggestions on interface design and class library design, is the preferred reference for developers of basic class libraries.
Http://msdn.microsoft.com/en-us/library/ms229042.aspx
5. denni's C # coding standards document
Http://csharpguidelines.codeplex.com/
6. Brad's quick post on Microsoft internal coding guidelines
Http://blogs.msdn.com/ B /brada/archive/2005/01/26/361363.aspx
7. Mike kruegar's C # coding style guide
Developers who have a deep understanding of. net should be aware of sharpdevelop. This standard is the coding style guide applied by sharpdevelop developers in the process and is a good practice standard.
Http://www.icsharpcode.net/
8. Lance Hunt's C # coding standards document
Http://weblogs.asp.net/lhunt/pages/CSharp-Coding-Standards-document.aspx
9. coding guidelines by Aviva Solutions
Http://csharpguidelines.codeplex.com/releases/view/46280
10. Philips Healthcare-C # coding standards
This is the coding guide for Philips Healthcare products, which can be used as a reference for software development in the industry.
Http://www.tiobe.com/content/paperinfo/gemrcsharpcs.pdf
11. Net/SQL/TFS code & Application Design by SSW
The SSW Guide includes not only the coding guide, but also the database design, configuration library management and application.ProgramDesign and many other content, with strong reference.
Http://www.ssw.com.au/ssw/standards/default.aspx
12. C # Coding guidelines by validio Software
Code specification for software products.
Http://www.nrjetix.com/fileadmin/doc/publications/additional_info/CSharp_Coding_Guidelines.pdf
13. C # coding standards and best programming practices by dotnetspider
Http://www.dotnetspider.com/tutorials/bestpractices.aspx
14. framework Design Guidelines: Conventions, idioms, and patterns for reusable. net libraries (2nd edition)
the Chinese version is named 《. net Design Specifications :. net conventions, idioms, and patterns are indispensable reference manuals for Class Library Design and developers.