What is a widely accepted naming convention for .NET/C#/WPF projects?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
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
Microsoft has an extensive MSDN article on naming conventions here.
Use the tools Microsoft FxCop and Microsoft StyleCop for validation.
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