分享
 
 
 

IDesign C#编程规范(之四)

王朝c#·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

之三,本文是IDesign C#编程规范的第三章。

3 项目设置和项目结构

Project Settings and Project Structure

1. 总是以4级警告建立项目(图略)。

Always build your project with warning level 4

2. 在发布版中将警告作为错误(注意这不是VS.NET的缺省设置)(图略)。

Treat warning as errors in Release build (note that this is not the default of VS.NET).

a) 虽然是可选的,本标准也推荐在调试版中将警告作为错误。

Although it is optional, this standard recommend treating warnings as errors in debug builds as well.

3. 永远不要抑制特定的编译警告(图略)。

Never suppress specific compiler warnings.

4. 总是在应用程序的配置文件中显式地说明支持的运行时版本。参见Programming .NET Components第五章。

Always explicitly state your supported runtime versions in the application configuration file. See Chapter 5 in Programming .NET Components.

<?xml version="1.0"?>

<configuration>

<startup>

<supportedRuntime version="v2.0.0.0"/>

<supportedRuntime version="v1.1.5000.0"/>

</startup>

</configuration>

5. 避免显式地自定义版本改向和绑定到CLR程序集。

Avoid explicit custom version redirection and binding to CLR assemblies.

6. 避免显式的预编译定义(#define)。使用项目设置定义条件编译常量。

Avoid explicit preprocessor definitions (#define). Use the project settings for defining conditional compilation constants.

7. 不要在AssemblyInfo.cs中放任何逻辑。

Do not put any logic inside AssemblyInfo.cs.

8. 除了在AssemblyInfo.cs,不要在任何文件中放程序集属性。

Do not put any assembly attributes in any file besides AssemblyInfo.cs.

9. 在AssemblyInfo.cs中提供所有字段,例如公司名称、描述、版权等。

Populate all fields in AssemblyInfo.cs such as company name, description, copyright notice.

10. 所有程序集应该使用相对路径引用。

All assembly references should use relative path.

11. 不允许在程序集中循环引用。

Disallow cyclic references between assemblies.

12. 避免多模块的程序集。

Avoid multi-module assemblies.

13. 缺省总是以非检查的方式运行(为了性能考虑),但是对易于溢出或下溢的操作显式使用检查模式(图略)。

Always run code unchecked by default (for performance sake), but explicitly in checked mode for overflow or underflow prone operations.

int CalcPower(int number,int power)

{

int result = 1;

for(int count = 1;count <= power;count++)

{

checked

{

result *= number;

}

}

return result;

}

14. 避免使用Exception窗口(Debug|Exceptions)篡改异常处理。

Avoid tampering with exception handling using the Exception window (Debug|Exceptions).

15. 努力对同一逻辑应用程序中(通常是一个解决方案)的所有程序集和客户端使用统一的版本号。

Strive to use uniform version numbers on all assemblies and clients in the same logical application (typically a solution).

16. Visual Studio.NET应用的配置文件命名为App.config,并将其包括在项目中。

Name your Visual Studio.NET application configuration file as App.config, and include it in the project.

17. 避免使用显式代码来排除方法(#if#endif),而是使用条件方法。

Avoid explicit code exclusion of method calls (#if...#endif). Use conditional methods instead.

public class MyClass

{

[Conditional("MySpecialCondition")]

public void MyMethod()

{}

}

18. 将VS.NET缺省的项目结构改为标准的布局,对项目文件夹和文件应用统一的结构。

Modify VS.NET default project structure to your project standard layout, and apply uniform structure for project folders and files.

19. 链接一个包含所有解决方案级信息的全局共享文件(图略)。

Link all solution-wide information to a global shared file:

20. 制表符选用"插入空格",使用3个空格代替制表符。

Insert spaces for tabs. Use 3 spaces instead of tabs。

a) 在工具|选项|文本编辑器|C#|制表符中设置

Tools|Options|Text Editor|C#|Tabs

21. 发布版中应该包含调试符号。

Release build should contain debug symbols.

22. 总是对程序集签名,包括客户端应用程序。

Always sign your assemblies, including the client applications.

23. 总是使用项目的SNK文件对互操作程序集签名(图略)。

Always sign interop assemblies with the project's SNK file

(待续)

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有