摘要: 下面是根据FxCop整理的.NET代码编写规范,仅供参考。 一、 Design(设计) 1. Abstract types should not have constructors 抽象类不应该声明构造方法 2. Assemblies should have valid strong names 程序集应该具有强名称 3. Avoid empty interfaces 避免使用空的接口 4. Av... 阅读全文
posted @ 2009-07-22 14:43 cindymeng 阅读(208) 评论(0) 推荐(0) 编辑