随笔 - 43  文章 - 3 评论 - 75 trackbacks - 4

10 2006 档案
Effective C# Item19: Prefer Defining and Implementing Interfaces to Inheritance
摘要: Effective C# Item19: Prefer Defining and Implementing Interfaces to Inheritance
概要翻译 + 读书笔记 欢迎拍砖 谢谢阅读全文
posted @ 2006-10-31 08:52 aiya 阅读(1581) | 评论 (0) 编辑
Effective C# Item18: Implement the Standard Dispose Pattern
摘要: Effective C# Item18: Implement the Standard Dispose Pattern
实现标准Dispose模式阅读全文
posted @ 2006-10-27 10:48 aiya 阅读(1424) | 评论 (0) 编辑
Effective C# Item17: Minimize Boxing and Unboxing
摘要: Effective C# Item17: Minimize Boxing and Unboxing
减少装箱和拆箱操作阅读全文
posted @ 2006-10-24 09:10 aiya 阅读(1229) | 评论 (0) 编辑
Effective C# Item 16: Minimize Garbage
摘要: Effective C# Item 16: Minimize Garbage
概要翻译 + 读书笔记 欢迎拍砖 谢谢 阅读全文
posted @ 2006-10-20 09:19 aiya 阅读(760) | 评论 (0) 编辑
Effective C# Item 15: Utilize using and try/finally for Resource Cleanup
摘要: Effective C# Item 15: Utilize using and try/finally for Resource Cleanup
使用using和try/finally释放资源 还有对于Dispose(),Close(),析构函数和Finalize()的一个问题阅读全文
posted @ 2006-10-16 09:10 aiya 阅读(762) | 评论 (0) 编辑
Effective C# Item14: Utilize Constructor Chaining
摘要: Effective C# Item14: Utilize Constructor Chaining
使用构造函数链阅读全文
posted @ 2006-10-13 09:08 aiya 阅读(516) | 评论 (0) 编辑
Effective C# Item13: Initialize Static Class Members with Static Constructiors
摘要: Effective C# Item13: Initialize Static Class Members with Static Constructiors
概要翻译 + 读书笔记 欢迎拍砖 谢谢 阅读全文
posted @ 2006-10-11 12:48 aiya 阅读(520) | 评论 (0) 编辑