Coding standards and best programming practices for C# [closed]
I am looking for some decent coding standards and best programming practices for C#?
The same would go for ASP.NET and ASP.NET MVC.
refer to this article already answered: )
Are there any suggestions for developing a C# coding standards / best practices document?
Also in PDF Form here: http://weblogs.asp.net/lhunt/pages/CSharp-Coding-Standards-document.aspx
For MVC I suggest reading some of Scotts Guthirie Blog, as well as Scott Hanselman
http://weblogs.asp.net/scottgu www.hanselman.com
Quite the advocates for the good standards in MVC. Their book MVC2 is very good as well
Check out this excelent coding guidlines for C# 3.0 and 4.0
http://csharpguidelines.codeplex.com/releases/view/46280
For best programming practices check out Clean Code
精彩评论