会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
技术修行者
点滴技术感悟,记录人生成长。
博客园
新随笔
联系
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
19
下一页
2010年1月19日
Effective C# Item26:使用IComarable和IComparer接口实现排序关系
摘要: Item 26: Implement Ordering Relations with IComparable and IComparer
阅读全文
posted @ 2010-01-19 23:24 李潘
阅读(707)
评论(0)
推荐(0)
2010年1月18日
Effective C# Item25:尽可能将类型实现为可序列化的类型
摘要: Item 25: Prefer Serializable Types
阅读全文
posted @ 2010-01-18 23:53 李潘
阅读(570)
评论(0)
推荐(1)
2010年1月17日
Effective C# Item24:声明式编程优于命令式编程
摘要: Item 24: Prefer Declarative to Imperative Programming
阅读全文
posted @ 2010-01-17 23:47 李潘
阅读(1351)
评论(0)
推荐(0)
Effective C# Item23:避免返回内部类对象的引用
摘要: Item 23: Avoid Returning References to Internal Class Objects
阅读全文
posted @ 2010-01-17 00:28 李潘
阅读(698)
评论(0)
推荐(1)
2010年1月16日
Effective C# Item22:使用事件定义外发接口
摘要: Item 22: Define Outgoing Interfaces with Events
阅读全文
posted @ 2010-01-16 22:55 李潘
阅读(541)
评论(0)
推荐(0)
Effective C# Item21:使用委托表达回调
摘要: Item 21: Express Callbacks with Delegates
阅读全文
posted @ 2010-01-16 17:51 李潘
阅读(467)
评论(0)
推荐(0)
Effective C# Item20:明辨接口实现和虚方法重写
摘要: Item 20: Distinguish Between Implementing Interfaces and Overriding Virtual Functions
阅读全文
posted @ 2010-01-16 17:04 李潘
阅读(1023)
评论(0)
推荐(0)
2010年1月15日
Effective C# Item19:定义并实现接口优于继承类型
摘要: Item 19: Prefer Defining and Implementing Interfaces to Inheritance
阅读全文
posted @ 2010-01-15 23:17 李潘
阅读(732)
评论(0)
推荐(1)
2010年1月14日
Effective C# Item18:实现标准Dispose模式
摘要: Item 18: Implement the Standard Dispose Pattern
阅读全文
posted @ 2010-01-14 23:56 李潘
阅读(804)
评论(0)
推荐(0)
Effective C# Item17:尽量减少装箱和拆箱
摘要: Item 17: Minimize Boxing and Unboxing
阅读全文
posted @ 2010-01-14 00:29 李潘
阅读(647)
评论(0)
推荐(0)
2010年1月13日
Effective C# Item16:尽量减少内存垃圾
摘要: Item 16: Minimize Garbage
阅读全文
posted @ 2010-01-13 22:59 李潘
阅读(583)
评论(0)
推荐(0)
Effective C# Item15:利用using和try/finally语句来清理资源
摘要: Item 15: Utilize using and TRy/finally for Resource Cleanup
阅读全文
posted @ 2010-01-13 22:03 李潘
阅读(593)
评论(0)
推荐(1)
2010年1月12日
Effective C# Item14:利用构造器链
摘要: Item 14: Utilize Constructor Chaining
阅读全文
posted @ 2010-01-12 22:42 李潘
阅读(574)
评论(0)
推荐(1)
Effective C# Item13:使用静态构造器初始化静态类成员
摘要: Item 13: Initialize Static Class Members with Static Constructors
阅读全文
posted @ 2010-01-12 00:08 李潘
阅读(1265)
评论(0)
推荐(0)
2010年1月11日
Effective C# Item12:变量初始化器优于赋值语句
摘要: Item 12: Prefer Variable Initializers to Assignment Statements
阅读全文
posted @ 2010-01-11 23:43 李潘
阅读(970)
评论(8)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
19
下一页