Naming Conventions for .NET / C# / WPF Projects

梦想的初衷 提交于 2019-12-03 01:04:23

Microsoft has an extensive MSDN article on naming conventions here.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!