Microsoft Coding Standard Document

后端 未结 6 1525
囚心锁ツ
囚心锁ツ 2021-02-04 11:35

Is there a Coding Standard document available for download from Microsoft ? I want to use their standards, mainly for C#.

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-04 12:05

    The patterns & practices Guidance Explorer

    "is a tool that enables discovery, composition and consumption of high quality development guidance. Guidance Explorer installs with a connection to the patterns & practices guidance library including performance and security topics for .NET, ASP.NET, and ADO.NET applications. The guidance library contains a variety of guidance types including checklists and guidelines covering design, implementation and deployment topics."

    So, this will be a bit friendlier than one big document and will let you:

    • Find relevant patterns & practices guidance
    • Build customized checklists for your development scenarios
    • Build customized guidelines for your development scenarios
    • You can build custom sets of guidance and share with your team as recommended practice.
    • Subscribe to an RSS feed of guidance

    alt text http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=guidanceExplorer&DownloadId=25389

提交回复
热议问题