Effective C#:50 Specific Ways to Improve Your C# 读书笔记

    边读边学感觉很有收获,写一下概要翻译和自己的体会。欢迎大家拍砖

    Chapter 1  C# Language Element
       Item 1: Always Use Properties Instead of Accessible Data Members
       Item 2: Prefer readonly to const
       Item 3: Prefer the is or as Operators to Casts
       Item 4: Use Conditional Attributes Instead of #if
       Item 5: Always Provide ToString() 
       Item 6: Distinguish Between Value Types and Reference Types 
       Item 7: Prefer Immutable Atomic Value Types
       Item 8: Ensure That 0 Is a Valid State for Value Types
       Item 9: Understand the Relationships Among Equals
       Item 10: Understand the Pitfalls of GetHashCode()
       Item 11: Prefer foreach Loops
       Chapter 1 小结
    Chapter 2  .Net Resource Management
       Item 12: Prefer Variable Initializers to Assignment Statements
       Item 13: Initialize Static Class Members with Static Constructiors
       Item 14: Utilize Constructor Chaining 
       Item 15: Utilize using and try/finally for Resource Cleanup
       Item 16: Minimize Garbage 
       Item 17: Minimize Boxing and Unboxing
       Item 18: Implement the Standard Dispose Pattern
    Chapter 3  Expressing Designs with C#
       Item 19: Prefer Defining and Implementing Interfaces to Inheritance
       Item 20: Distinguish Between Implementing Interfaces and Overriding Virtual Functions 
       Item 21: Express Callbacks with Delegates 
       Item 22: Define Outgoing Interface With Events
       Item 23: Avoid Returning References to Internal Class Objects
       Item 24: Prefer Declarative to Imperative Programming
       Item 25: Prefer Serializable Type
       Item 26: Implement Ordering Relations with IComparable and IComparer
       Item 27: Avoid ICloneable
       Item 28: Avoid Conversion Operators
       Item 29: Use the new Modifier Only When Base Class Updates Mandate it
    Chapter 4 Create Binary Components
       Item 30: Prefer CLS-Compliant Assemblies
       Item 31: Prefer Small, Simple Functions 

      

转载于:https://www.cnblogs.com/aiyagaze/archive/2006/08/29/489822.html

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值