问题
Can anyone tell me where can I find a good article on ASP.NET with C# Coding Standards.
回答1:
Not exactly for ASP.NET, but you should check out the IDesign c# coding standard.
回答2:
One of the most refered to is Lance Hunt's C# coding standard: C# Coding Standards document
Above link is now defunct. Try https://github.com/dennisdoomen/CSharpGuidelines
回答3:
Check this post by Brad Abrams - the Internal Coding Guidelines.
回答4:
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.
回答5:
You may like to take a look at C# programming guide.
来源:https://stackoverflow.com/questions/1476727/asp-net-coding-standards-guide