aiyagaze -- It's not so bad
博客园
联系
订阅
管理
随笔 - 43 文章 - 3 评论 - 74 trackbacks - 4
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
昵称:
aiya
园龄:
5年5个月
粉丝:
3
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
API(1)
C#(6)
Effective C# 翻译(36)
SQL(1)
设计模式(9)
闲谈(1)
随笔档案
2007年6月 (3)
2007年5月 (2)
2007年4月 (4)
2007年3月 (4)
2007年1月 (1)
2006年12月 (1)
2006年11月 (4)
2006年10月 (7)
2006年9月 (26)
2006年8月 (2)
友情链接
阿黄 吟罢低眉
乐 敞开心扉
路在远方
猫窝
胖子 80入世
同道堂
小巫
烟儿 别以为是真的
逸飞 百里鹤
积分与排名
积分 - 43713
排名 - 2426
最新评论
我的随笔
Effective C# Item 35: Prefer Overrides to Event Handlers
aiya 2007-06-16 19:25 阅读:1055 评论:1
Effective C# Item 40: Match Your Collection to Your Needs
aiya 2007-06-08 14:22 阅读:1229 评论:0
为程序添加自己的跟踪侦听器
aiya 2007-06-01 16:26 阅读:959 评论:3
Effective C# Item 31: Prefer Small, Simple Functions
aiya 2007-05-27 21:03 阅读:1032 评论:4
Effective C# Item 30: Prefer CLS-Compliant Assemblies
aiya 2007-05-21 14:49 阅读:1032 评论:0
Chapter 4 Create Binary Components
aiya 2007-04-25 19:35 阅读:526 评论:1
Effective C# Item 29: Use the new Modifier Only When Base Class Updates Mandate it
aiya 2007-04-22 11:40 阅读:545 评论:0
Effective C# Item 28: Avoid Conversion Operators
aiya 2007-04-14 14:57 阅读:699 评论:2
Effective C# Item 27: Avoid ICloneable
aiya 2007-04-07 16:10 阅读:584 评论:1
Effective C# Item 26: Implement Ordering Relations with IComparable and IComparer
aiya 2007-03-26 11:17 阅读:547 评论:1
阿迪耐斯
aiya 2007-03-23 23:54 阅读:1535 评论:8
Effective C# Item 25: Prefer Serializable Type
aiya 2007-03-19 12:04 阅读:751 评论:3
Effective C# Item 24: Prefer Declarative to Imperative Programming
aiya 2007-03-05 10:56 阅读:496 评论:1
Effective C# Item 23: Avoid Returning References to Internal Class Objects
aiya 2007-01-29 09:56 阅读:602 评论:0
Effective C# Item 22: Define Outgoing Interface With Events
aiya 2006-12-22 09:09 阅读:603 评论:0
使用GZipStream类压缩和解压文件夹
aiya 2006-11-30 09:23 阅读:4547 评论:5
Effective C# Item 21: Express Callbacks with Delegates
aiya 2006-11-23 08:49 阅读:826 评论:0
Effective C# Item 20: Distinguish Between Implementing Interfaces and Overriding Virtual Functions
aiya 2006-11-13 08:52 阅读:916 评论:0
Effective C# Item19: Prefer Defining and Implementing Interfaces to Inheritance
aiya 2006-10-31 08:52 阅读:1571 评论:0
Effective C# Item18: Implement the Standard Dispose Pattern
aiya 2006-10-27 10:48 阅读:1415 评论:0
Effective C# Item17: Minimize Boxing and Unboxing
aiya 2006-10-24 09:10 阅读:1222 评论:0
Effective C# Item 16: Minimize Garbage
aiya 2006-10-20 09:19 阅读:742 评论:0
Effective C# Item 15: Utilize using and try/finally for Resource Cleanup
aiya 2006-10-16 09:10 阅读:753 评论:0
Effective C# Item14: Utilize Constructor Chaining
aiya 2006-10-13 09:08 阅读:493 评论:0
Effective C# Item13: Initialize Static Class Members with Static Constructiors
aiya 2006-10-11 12:48 阅读:505 评论:0
Effective C# Item12: Prefer Variable Initializers to Assignment Statements
aiya 2006-09-30 15:20 阅读:474 评论:0
Effective C# Chapter 1 小结
aiya 2006-09-27 08:57 阅读:431 评论:0
Effective C# Item 11: Prefer foreach Loops
aiya 2006-09-25 08:50 阅读:711 评论:4
精确计算代码执行时间
aiya 2006-09-23 11:23 阅读:1626 评论:2
Effective C# Item 10: Understand the Pitfalls of GetHashCode()
aiya 2006-09-21 10:51 阅读:631 评论:0
Effective C# Item 9: Understand the Relationships Among ReferenceEquals(),static Equals(),instance Equals,and operator==
aiya 2006-09-20 08:45 阅读:777 评论:3
Effective C# Item 8: Ensure That 0 Is a Valid State for Value Types
aiya 2006-09-16 12:12 阅读:572 评论:5
FlagsAttribute属性在enum中的应用
aiya 2006-09-16 12:10 阅读:1526 评论:1
Effective C# Item7: Prefer Immutable Atomic Value Types
aiya 2006-09-14 10:52 阅读:567 评论:1
Effective C# Item 6: Distinguish Between Value Types and Reference Types
aiya 2006-09-11 08:39 阅读:527 评论:0
关于.Net WinForm 中的控件失去焦点时触发事件的问题
aiya 2006-09-09 13:24 阅读:2217 评论:2
Effective C# Item 5: Always Provide ToString()
aiya 2006-09-09 12:18 阅读:658 评论:2
IExtenderProvider接口的应用
aiya 2006-09-08 10:03 阅读:349 评论:1
Effective C# Item 4: Use Conditional Attributes Instead of #if
aiya 2006-09-07 10:59 阅读:697 评论:8
Effective C# Item 3: Prefer the is or as Operators to Casts
aiya 2006-09-02 09:49 阅读:554 评论:5
Effective C# Item 2: Prefer readonly to const
aiya 2006-09-01 08:39 阅读:588 评论:1
Effective C# Item 1: Always Use Properties Instead of Accessible Data Members
aiya 2006-08-29 22:18 阅读:1145 评论:1
Effective C#:50 Specific Ways to Improve Your C# 读书笔记
aiya 2006-08-29 22:14 阅读:2066 评论:5