vote up 1 vote down star
1

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

flag

63% accept rate
1  
which language C# or vb.net? – Mitch Wheat Sep 25 at 11:16
@Mitch: It's tagged C# – Druid Sep 25 at 11:20
@Druid: it wasn't when I asked the question. – Mitch Wheat Sep 25 at 11:27

5 Answers

vote up 0 vote down

You may like to take a look at this.

link|flag
vote up 0 vote down

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

link|flag
2.1 Tabs & Indenting Tab characters (\0x09) should not be used in code. All indentation should be done with 4 space characters. don't need to read more... – Sergio Sep 25 at 11:21
@Sergio: blogs.msdn.com/brada/archive/… – Druid Sep 25 at 11:25
vote up 1 vote down

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

link|flag
+1 Juval Lowy and the rest of his crew rock. – rick schott Sep 25 at 12:41
vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.