08 2005 档案
FxCop性能规则
摘要:文章比较长,请点击标题阅读 阅读全文
posted @ 2005-08-29 09:15 quitgame 阅读(671) 评论(0) 推荐(0)
FxCop命名规则
摘要:文章比较长,请点击标题阅读 阅读全文
posted @ 2005-08-25 09:48 quitgame 阅读(705) 评论(2) 推荐(0)
FxCop 国际化和互操作性规则
摘要:文章比较长,请点击标题阅读 阅读全文
posted @ 2005-08-24 08:53 quitgame 阅读(515) 评论(0) 推荐(0)
FxCop 设计规则
摘要:文章比较长,请点击标题阅读 阅读全文
posted @ 2005-08-23 08:35 quitgame 阅读(718) 评论(0) 推荐(0)
Some basic points
摘要:1. To kill the nullreferance exception public event MyDelegate myEvent; if( myEvent != null ) myEvent(); myEvent is a class. it also use ‘new’ to create a instance. 2. To use in... 阅读全文
posted @ 2005-08-15 14:27 quitgame 阅读(322) 评论(0) 推荐(0)