Can anyone tell me where can I find a good article on ASP.NET with C# Coding Standards.
|
1
|
|||||||||
|
|
|
You may like to take a look at this. |
||
|
|
|
|
Check this post by Brad Abrams - the Internal Coding Guidelines. |
||||
|
|
|
Not exactly for ASP.NET, but you should check out the IDesign c# coding standard. |
|||
|
|
|
One of the most refered to is Lance Hunt's C# coding standard: C# Coding Standards document |
||
|
|
|
|
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. |
||
|
|
