Naming Conventions for .NET / C# / WPF Projects

前端 未结 6 1172
北荒
北荒 2021-02-03 20:03

What is a widely accepted naming convention for .NET/C#/WPF projects?

相关标签:
6条回答
  • 2021-02-03 20:12

    Instead of listing potentially flammable conventions, I will just tell you that I follow whatever conventions FXCop suggests, with a couple of exceptions.

    0 讨论(0)
  • 2021-02-03 20:34

    your best bet would be to

    (a) look at a number of FOSS .net projects (b) read Framework Design Guidelines

    0 讨论(0)
  • 2021-02-03 20:35

    Here are some useful links on this subject

    .Net Naming Conventions and Programming Standards - Best Practices

    Naming Conventions for .NET / C# Projects

    Naming Conventions & Coding Standards for .NET

    Goog Luck!

    0 讨论(0)
  • 2021-02-03 20:37

    Microsoft has an extensive MSDN article on naming conventions here.

    0 讨论(0)
  • 2021-02-03 20:37

    You can see Philips Healthcare - C# Coding Standard for C#

    It look very good.

    And of course Design Guidelines for Developing Class Libraries

    0 讨论(0)
  • 2021-02-03 20:38

    Use the tools Microsoft FxCop and Microsoft StyleCop for validation.

    0 讨论(0)
提交回复
热议问题