C# Design Patterns: A Tutorial
James W. Cooper
- 出版商: Addison Wesley
- 出版日期: 2002-09-27
- 售價: $2,680
- 貴賓價: 9.5 折 $2,546
- 語言: 英文
- 頁數: 416
- 裝訂: Paperback
- ISBN: 0201844532
- ISBN-13: 9780201844535
-
相關分類:
C#、Design Pattern
已過版
買這商品的人也買了...
-
$1,029Fundamentals of Data Structures in C++
-
$580$458 -
$680$537 -
$2,610$2,480 -
$980$774 -
$970Introduction to Algorithms, 2/e
-
$600$510 -
$880$695 -
$1,078Computing Concepts With Java Essentials, 3/e
-
$1,029Operating System Concepts, 6/e (Windows XP Update)
-
$1,860$1,767 -
$620$558 -
$780$741 -
$1,127Computer Networks, 4/e
-
$750$638 -
$650$553 -
$760$600 -
$580$458 -
$590$466 -
$690$538 -
$720$562 -
$720$569 -
$750$675 -
$560$504 -
$490$382
相關主題
商品描述
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