会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
aiyagaze -- It's not so bad
博客园
联系
订阅
管理
2007年6月16日
Effective C# Item 35: Prefer Overrides to Event Handlers
摘要: Effective C# Item 35: Prefer Overrides to Event Handlers 在处理派生类事件时推荐重写而不是使用事件句柄
阅读全文
posted @ 2007-06-16 19:25 aiya
阅读(1404)
评论(1)
推荐(0)
编辑
2007年6月8日
Effective C# Item 40: Match Your Collection to Your Needs
摘要: Effective C# Item 40: Match Your Collection to Your Needs 根据需要选用恰当的集合
阅读全文
posted @ 2007-06-08 14:22 aiya
阅读(1476)
评论(0)
推荐(0)
编辑
2007年6月1日
为程序添加自己的跟踪侦听器
摘要: 简单介绍跟踪侦听器及其使用
阅读全文
posted @ 2007-06-01 16:26 aiya
阅读(1232)
评论(3)
推荐(0)
编辑
2007年5月27日
Effective C# Item 31: Prefer Small, Simple Functions
摘要: Effective C# Item 31: Prefer Small, Simple Functions 推荐使用小且简单的函数
阅读全文
posted @ 2007-05-27 21:03 aiya
阅读(1355)
评论(4)
推荐(0)
编辑
2007年5月21日
Effective C# Item 30: Prefer CLS-Compliant Assemblies
摘要: Effective C# Item 30: Prefer CLS-Compliant Assemblies 让程序集符合CLS(公共语言规范)
阅读全文
posted @ 2007-05-21 14:49 aiya
阅读(1334)
评论(0)
推荐(0)
编辑
2007年4月25日
Chapter 4 Create Binary Components
摘要: Chapter 4 Create Binary Components 创建二进制组件
阅读全文
posted @ 2007-04-25 19:35 aiya
阅读(807)
评论(1)
推荐(0)
编辑
2007年4月22日
Effective C# Item 29: Use the new Modifier Only When Base Class Updates Mandate it
摘要: Effective C# Item29: Use the new Modifier Only When Base Class Updates Mandate it 只在更新基类的情况下使用new修饰符
阅读全文
posted @ 2007-04-22 11:40 aiya
阅读(855)
评论(0)
推荐(0)
编辑
2007年4月14日
Effective C# Item 28: Avoid Conversion Operators
摘要: Effective C# Item 28: Avoid Conversion Operators 尽量避免转换操作
阅读全文
posted @ 2007-04-14 14:57 aiya
阅读(975)
评论(2)
推荐(0)
编辑
2007年4月7日
Effective C# Item 27: Avoid ICloneable
摘要: Effective C# Item 27: Avoid ICloneable 避免使用ICloneable接口
阅读全文
posted @ 2007-04-07 16:10 aiya
阅读(879)
评论(1)
推荐(0)
编辑
2007年3月26日
Effective C# Item 26: Implement Ordering Relations with IComparable and IComparer
摘要: Effective C# Item 26: Implement Ordering Relations with IComparable and IComparer 通过IComparable和IComparer接口来实现排序关系
阅读全文
posted @ 2007-03-26 11:17 aiya
阅读(901)
评论(1)
推荐(1)
编辑
下一页