.net中更好的使用设计模式的DLL(Commonly Used .NET Coding Patterns in CodeDom)

.net中更好的使用设计模式的DLL(Commonly Used .NET Coding Patterns in CodeDom)(转)

  • Download binary - 263 Kb
  • Download source - 275 Kb

    Table of contents

    • Introduction
    • Argument Assertion patterns
    • The Asynchronous Operation pattern
    • The BeginProcess/EndProcess pattern
    • Binary Operator patterns
    • Compound Assignment patterns
    • The Cursor Lock pattern
    • The Custom Attribute pattern
    • The Custom Exception pattern
    • The Delegate pattern
    • The Disposable Type pattern
    • The Event pattern
    • The Flags pattern
    • The For Each pattern
    • The Get Property/Field pattern
    • The Is Instance Of pattern
    • The Lock pattern
    • The Observer pattern
    • The Singleton pattern
    • The Typed Collection pattern
    • Unary Operator patterns
    • The Using pattern
    • XML Comment patterns
    • History
    • License

       原文地址:http://www.codeproject.com/csharp/codedompatterns.asp

  • 你可能感兴趣的:(.net中更好的使用设计模式的DLL(Commonly Used .NET Coding Patterns in CodeDom))