C# Design Patterns: A Tutorial
暫譯: C# 設計模式:教程

James W. Cooper

  • 出版商: Addison Wesley
  • 出版日期: 2002-09-27
  • 售價: $2,730
  • 貴賓價: 9.5$2,594
  • 語言: 英文
  • 頁數: 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

商品描述(中文翻譯)

目錄

前言。
致謝。

I. C# 的物件導向程式設計。

1. 什麼是設計模式?
2. C# 語言的語法。
3. 編寫 Windows C# 程式。
4. 在 C# 中使用類別和物件。
5. 繼承。
6. UML 圖。
7. C# 中的陣列、檔案和例外。

II. 創建型模式。

8. 簡單工廠模式。
9. 工廠方法。
10. 抽象工廠模式。
11. 單例模式。
12. 建造者模式。
13. 原型模式。

III. 結構型模式。

14. 適配器模式。
15. 橋接模式。
16. 組合模式。
17. 裝飾者模式。
18. 外觀模式。
19. 享元模式。
20. 代理模式。

IV. 行為型模式。

21. 責任鏈模式。
22. 命令模式。
23. 解譯器模式。
24. 迭代器模式。
25. 中介者模式。
26. 備忘錄模式。
27. 觀察者模式。
28. 狀態模式。
29. 策略模式。
30. 模板方法模式。
31. 訪問者模式。
參考文獻