ASP.NET coding standards guide [closed]

会有一股神秘感。 提交于 2019-12-06 12:16:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!