C# Design Patterns: A Tutorial

James W. Cooper

  • 出版商: Addison Wesley
  • 出版日期: 2002-09-27
  • 售價: $2,660
  • 貴賓價: 9.5$2,527
  • 語言: 英文
  • 頁數: 416
  • 裝訂: Paperback
  • ISBN: 0201844532
  • ISBN-13: 9780201844535
  • 相關分類: C#Design Pattern
  • 已過版

買這商品的人也買了...

商品描述

Table of Contents

Preface.
Acknowledgments.

I. OBJECT-ORIENTED PROGRAMMING IN C#.

1. What Are Design Patterns?
2. Syntax of the C# Language.
3. Writing Windows C# Programs.
4. Using Classes and Objects in C#.
5. Inheritance.
6. UML Diagrams.
7. Arrays, Files, and Exceptions in C#.

II. CREATIONAL PATTERNS.


8. The Simple Factory Pattern.
9. The Factory Method.
10. The Abstract Factory Pattern.
11. The Singleton Pattern.
12. The Builder Pattern.
13. The Prototype Pattern.

III. STRUCTURAL PATTERNS.


14. The Adapter Pattern.
15. The Bridge Pattern.
16 The Composite Pattern.
17. The Decorator Pattern.
18. The Facade Pattern.
19. The Flyweight Pattern.
20. The Proxy Pattern.

 

IV. BEHAVIORAL PATTERNS.


21. Chain of Responsibility.
22. The Command Pattern.
23. The Interpreter Pattern.
24. The Iterator Pattern.
25. The Mediator Pattern.
26. The Memento Pattern.
27. The Observer Pattern.
28. The State Pattern.
29 The Strategy Pattern.
30. The Template Method Pattern.
31. The Visitor Pattern.
Bibliography