Wu.Country@侠缘

勤学似春起之苗,不见其增,日有所长; 辍学如磨刀之石,不见其损,日所有亏!

导航

统计

30.Effective C#

精益与敏捷开发(随笔)

posted @ 2009-02-08 11:11 Wu.Country@侠缘 阅读(302) | 评论 (0) 编辑

Effective C# 原则50:了解ECMA标准(译)

posted @ 2007-04-09 21:47 Wu.Country@侠缘 阅读(1107) | 评论 (3) 编辑

Effective C#49:为C#2.0做好准备(译)

posted @ 2007-04-08 22:54 Wu.Country@侠缘 阅读(613) | 评论 (1) 编辑

Effective C# 原则48:了解更多的工具和资源(译)

posted @ 2007-04-07 21:48 Wu.Country@侠缘 阅读(557) | 评论 (1) 编辑

Effective C# 原则47:选择安全的代码(译)

posted @ 2007-04-06 22:58 Wu.Country@侠缘 阅读(544) | 评论 (0) 编辑

Effecitve C# 原则46:最小化与其它非托管代码的交互(译)

posted @ 2007-04-05 22:16 Wu.Country@侠缘 阅读(626) | 评论 (0) 编辑

Effective C# 原则45:选择强异常来保护程序(译)

posted @ 2007-04-04 21:09 Wu.Country@侠缘 阅读(660) | 评论 (0) 编辑

Effective C# 第6章:杂项(译)

posted @ 2007-04-04 19:30 Wu.Country@侠缘 阅读(346) | 评论 (0) 编辑

Effective C# 原则44:创建应用程序特定的异常类(译)

posted @ 2007-04-03 21:34 Wu.Country@侠缘 阅读(639) | 评论 (3) 编辑

Effective C# 原则43:请勿滥用反射(译)

posted @ 2007-04-02 19:42 Wu.Country@侠缘 阅读(869) | 评论 (3) 编辑

Effective C# 原则42:使用特性进行简单的反射(译)

posted @ 2007-04-01 22:57 Wu.Country@侠缘 阅读(755) | 评论 (0) 编辑

Effective C# 原则41:选择DataSet而不是自定义的数据结构(译)

posted @ 2007-03-31 19:33 Wu.Country@侠缘 阅读(967) | 评论 (0) 编辑

Effective C# 原则40:根据需求选择集合(译)

posted @ 2007-03-30 23:09 Wu.Country@侠缘 阅读(938) | 评论 (0) 编辑

Effective C# 原则39:使用.Net验证(译)

posted @ 2007-03-29 23:34 Wu.Country@侠缘 阅读(558) | 评论 (0) 编辑

Effective C# 原则38:使用和支持数据绑定(译)

posted @ 2007-03-28 21:45 Wu.Country@侠缘 阅读(724) | 评论 (2) 编辑

Effective C# 原则37:使用标准的配置机制(译)

posted @ 2007-03-27 22:45 Wu.Country@侠缘 阅读(650) | 评论 (1) 编辑

Effective C# 原则36:利用.Net运行时诊断(译)

posted @ 2007-03-27 19:19 Wu.Country@侠缘 阅读(512) | 评论 (0) 编辑

Effective C# 原则35:选择重写函数而不是使用事件句柄(译)

posted @ 2007-03-26 20:33 Wu.Country@侠缘 阅读(718) | 评论 (2) 编辑

Effective C# 第五章:和Framework一起工作(译)

posted @ 2007-03-26 19:36 Wu.Country@侠缘 阅读(335) | 评论 (0) 编辑

Effective C# 原则34:创建大容量的Web API(译)

posted @ 2007-03-25 22:25 Wu.Country@侠缘 阅读(577) | 评论 (0) 编辑

Effective C# 原则33:限制类型的访问(译)

posted @ 2007-03-24 21:32 Wu.Country@侠缘 阅读(472) | 评论 (1) 编辑

Effective C# 原则32:选择小而内聚的程序集(译)

posted @ 2007-03-23 21:17 Wu.Country@侠缘 阅读(440) | 评论 (1) 编辑

Effective C# 原则31:选择小而简单的函数(译)

posted @ 2007-03-22 20:51 Wu.Country@侠缘 阅读(441) | 评论 (1) 编辑

Effective C# 原则30:选择与CLS兼容的程序集(译)

posted @ 2007-03-21 20:39 Wu.Country@侠缘 阅读(488) | 评论 (0) 编辑

Effective C# 第4章:创建基于二进制的组件(译)

posted @ 2007-03-20 19:21 Wu.Country@侠缘 阅读(563) | 评论 (3) 编辑

Effective C# 原则29:仅在对基类进行强制更新时才使用new修饰符(译)

posted @ 2007-03-19 20:15 Wu.Country@侠缘 阅读(505) | 评论 (3) 编辑

Effective C# 原则28:避免转换操作(译)

posted @ 2007-03-18 15:26 Wu.Country@侠缘 阅读(450) | 评论 (2) 编辑

Effective C# 原则27:避免使用ICloneable(译)

posted @ 2007-03-17 11:38 Wu.Country@侠缘 阅读(754) | 评论 (7) 编辑

Effective C# 原则26:用IComparable和IComparer实现对象的顺序关系(译)

posted @ 2007-03-16 20:09 Wu.Country@侠缘 阅读(1010) | 评论 (3) 编辑

Effective C# 原则25: 让你的类型支持序列化(译)

posted @ 2007-03-15 21:02 Wu.Country@侠缘 阅读(997) | 评论 (1) 编辑

Effective C# 原则24:选择申明式编程而不是命令式编程(译)

posted @ 2007-03-14 20:05 Wu.Country@侠缘 阅读(613) | 评论 (2) 编辑

Effective C# 原则23:避免返回内部类对象的引用(翻译)

posted @ 2007-03-13 20:35 Wu.Country@侠缘 阅读(828) | 评论 (0) 编辑

Effective C# 原则22:用事件定义对外接口(译)

posted @ 2007-03-12 20:15 Wu.Country@侠缘 阅读(814) | 评论 (2) 编辑

Effective C# 原则21:用委托来表示回调(译)

posted @ 2007-03-11 19:35 Wu.Country@侠缘 阅读(787) | 评论 (2) 编辑

Effective C# 原则20:明辨接口实现和虚函数重载的区别(译)

posted @ 2007-03-10 19:54 Wu.Country@侠缘 阅读(877) | 评论 (4) 编辑

Effective C# 原则19:选择定义和实现接口而不是继承(译)

posted @ 2007-03-09 21:34 Wu.Country@侠缘 阅读(816) | 评论 (3) 编辑

Effective C# 第三章,用C#表达你的设计(译)

posted @ 2007-03-08 20:42 Wu.Country@侠缘 阅读(505) | 评论 (0) 编辑

Effective C# 原则18:实现标准的处理(Dispose)模式(译)

posted @ 2007-03-07 22:18 Wu.Country@侠缘 阅读(694) | 评论 (5) 编辑

Effective C# 原则17:装箱和拆箱的最小化(译)

posted @ 2007-03-06 21:44 Wu.Country@侠缘 阅读(632) | 评论 (1) 编辑

Effective C# 原则16:垃圾最小化(译)

posted @ 2007-03-05 20:31 Wu.Country@侠缘 阅读(625) | 评论 (1) 编辑

Effective C# 原则15:使用using和try/finally来做资源清理(译)

posted @ 2007-03-04 11:42 Wu.Country@侠缘 阅读(819) | 评论 (3) 编辑

Effective C# 原则14:使用构造函数链(译)

posted @ 2007-03-03 15:02 Wu.Country@侠缘 阅读(1044) | 评论 (7) 编辑

Effective C# 原则13:用静态构造函数初始化类的静态成员(译)

posted @ 2007-03-02 19:19 Wu.Country@侠缘 阅读(925) | 评论 (1) 编辑

Effective C# 原则12:选择变量初始化而不是赋值语句

posted @ 2007-03-01 19:56 Wu.Country@侠缘 阅读(1157) | 评论 (8) 编辑

Effective C# 第二章:.Net资源管理(翻译)

posted @ 2007-02-28 21:29 Wu.Country@侠缘 阅读(698) | 评论 (1) 编辑

Effective C# 原则11:选择foreach循环

posted @ 2007-02-27 21:06 Wu.Country@侠缘 阅读(3159) | 评论 (8) 编辑

Effective C# 原则10: 明白GetHashCode()的缺陷(译)

posted @ 2007-02-26 21:33 Wu.Country@侠缘 阅读(1223) | 评论 (5) 编辑

Effective C# 原则9:明白几个相等运算之间的关系(译)

posted @ 2007-02-25 21:23 Wu.Country@侠缘 阅读(931) | 评论 (2) 编辑

Effective C#英文原版下载

posted @ 2007-02-24 20:47 Wu.Country@侠缘 阅读(2805) | 评论 (17) 编辑

Effective C# 原则8:确保0对于值类型数据是有效的(翻译)

posted @ 2007-02-24 19:49 Wu.Country@侠缘 阅读(726) | 评论 (1) 编辑

Effective C# 原则7: 选择恒定的原子值类型数据(译)

posted @ 2007-02-15 19:31 Wu.Country@侠缘 阅读(756) | 评论 (0) 编辑

Effective C# 原则6:区别值类型数据和引用类型数据

posted @ 2007-02-14 22:59 Wu.Country@侠缘 阅读(1145) | 评论 (4) 编辑

Effective C# 原则5:始终提供ToString()(翻译)

posted @ 2007-02-13 19:49 Wu.Country@侠缘 阅读(1122) | 评论 (4) 编辑

Effective C# 原则4:用条件属性而不是#if预编译块(译)

posted @ 2007-02-13 16:29 Wu.Country@侠缘 阅读(4776) | 评论 (6) 编辑

Effective C# 原则3:选择is或者as操作符而不是做强制类型转换(翻译)

posted @ 2007-02-12 21:31 Wu.Country@侠缘 阅读(3543) | 评论 (11) 编辑

Effective C# 原则2:为你的常量选择readonly而不是const(译)

posted @ 2007-02-12 14:10 Wu.Country@侠缘 阅读(3951) | 评论 (14) 编辑

Effective C# 原则1:尽可能的使用属性(property),而不是数据成员(field)。

posted @ 2007-02-10 11:08 Wu.Country@侠缘 阅读(4667) | 评论 (16) 编辑