views:

460

answers:

5

Can anyone tell me where can I find a good article on ASP.NET with C# Coding Standards.

A: 

You may like to take a look at this.

Noon Silk
A: 

Check this post by Brad Abrams - the Internal Coding Guidelines.

Druid
Sergio
@Sergio: http://blogs.msdn.com/brada/archive/2003/09/26/50384.aspx
Druid
+2  A: 

Not exactly for ASP.NET, but you should check out the IDesign c# coding standard.

santiiiii
+1 Juval Lowy and the rest of his crew rock.
rick schott
+1  A: 

One of the most refered to is Lance Hunt's C# coding standard: C# Coding Standards document

Mitch Wheat
A: 

Hi there.

If you are using C#, then have a look at StyleCop. It's a styling checker for C# which you can run in the Visual Studio IDE. If you're also using Resharper, then a cool plugin is a vailable here which hooks up StyleCop to the Resharper interface.

Cheers. Jas.

Jason Evans