C # coding specification
It is necessary to establish a coding specification for later software.
It has been found that this thing has already discussed and studied:
http://www.cnblogs.com/iouniuniu/archive/2004/03/19/3572.aspx
http://blogs.msdn.com/ericu/archive/2004/1/19/60315.aspx
Now, I will first organize the content they discussed: I find the following templates:
1.Microsoft
Microsoft's recommendations on programming style:
Http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnetframeworkDesignGuidelines.asp
Another programming specification about security
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/seccodeguide.asp
In addition, Microsoft also provides a tool FXCOP that can be used to check the code specifically:
http://gotdotnet.com/team/fxcop/
2.SharpDevelop (www.icsharpcode.net)
There is an open source project called SharpDevelop, which provides an encoding specification in the software. Www.icsharpcode.net is also integrated in this tool: NUnit: .NET unit test tool NDoc: .NET Auto Source Generation Document Tool nprof: Performance Monitoring and Optimization Tools
3.ideesign
Http://www.idesign.net/ieDesign/ It is said to be a good website, which also provides a code specification in this website. You can refer to it.
http://www.idesign.net/iedesign/download/idesign csharp coding standard.zip
Some people on 9CBS were translated to this coding specification:
http://www.9cbs.net/develop/read_article.asp?id=25417
4.philips
http://www.tiobe.com/standards/gemrcsharpcs.pdf
5. A coding specification in the Computer World Essence
http://www.dev-club.com/club/bbs/showssnce.asp?id=25548
Still first study Microsoft's official standards.