Naming Conventions for .NET / C# / WPF Projects

2019-03-11 16:29发布

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

6条回答
在下西门庆
2楼-- · 2019-03-11 16:48

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

查看更多
狗以群分
3楼-- · 2019-03-11 16:52

your best bet would be to

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

查看更多
Bombasti
4楼-- · 2019-03-11 17:03

Microsoft has an extensive MSDN article on naming conventions here.

查看更多
地球回转人心会变
5楼-- · 2019-03-11 17:06

Use the tools Microsoft FxCop and Microsoft StyleCop for validation.

查看更多
我命由我不由天
7楼-- · 2019-03-11 17:09
登录 后发表回答