Can anyone tell me where can I find a good article on ASP.NET with C# Coding Standards.
Sergio
2009-09-25 11:21:25
@Sergio: http://blogs.msdn.com/brada/archive/2003/09/26/50384.aspx
Druid
2009-09-25 11:25:41
+2
A:
Not exactly for ASP.NET, but you should check out the IDesign c# coding standard.
santiiiii
2009-09-25 11:23:42
+1
A:
One of the most refered to is Lance Hunt's C# coding standard: C# Coding Standards document
Mitch Wheat
2009-09-25 11:28:48
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
2009-09-25 11:32:44