摘要: 新东方老师的博客上找来的,希望大家好好利用: 1. http://www.texun.cn/addrso/index.htm 特训网:English Learning Websites 2. http://broadcast-live.com/ Live Radio and TV from Around the World 3. http://www.nxenglish.com/voa01_1.a... 阅读全文
posted @ 2008-10-16 23:21 TONYBINLJ 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1.总是用属性 (Property) 来代替可访问的数据成员 2.在 readonly 和 const 之间,优先使用 readonly 3.在 as 和 强制类型转换之间,优先使用 as 操作符 4.使用条件属性 (Conditional Attributes) 来代替条件编译语句 #if 5.总是为自定义类重载 ToString 方法 6.区别值类型和引用类型 ... 阅读全文
posted @ 2008-10-16 22:34 TONYBINLJ 阅读(224) 评论(0) 推荐(0) 编辑