开发者

Naming Conventions for .NET / C# / WPF Projects

开发者 https://www.devze.com 2022-12-30 06:38 出处:网络
What is a wid开发者_如何学JAVAely accepted naming convention for .NET/C#/WPF projects?Microsoft has an extensive MSDN article on naming conventions here.Here are some useful links on this subject

What is a wid开发者_如何学JAVAely accepted naming convention for .NET/C#/WPF projects?


Microsoft has an extensive MSDN article on naming conventions here.


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!


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

It look very good.

And of course Design Guidelines for Developing Class Libraries


Use the tools Microsoft FxCop and Microsoft StyleCop for validation.


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


your best bet would be to

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

0

精彩评论

暂无评论...
验证码 换一张
取 消