0

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.

Brendan Vogt
  • 25,678
  • 37
  • 146
  • 234
  • Duplicate? http://stackoverflow.com/questions/1476727/asp-net-coding-standards-guide – Ryan Bennett May 02 '11 at 16:41
  • 3
    possible duplicate of [C# Coding standard / Best practices](http://stackoverflow.com/questions/14967/c-coding-standard-best-practices) – Brian May 02 '11 at 16:52

2 Answers2

1

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

Ivo
  • 3,406
  • 4
  • 33
  • 56
1

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

Community
  • 1
  • 1
Luis Robles
  • 148
  • 3
  • 7