Loading…

Design patterns in C♯ /

Steven John Metsker explains how to use C# as an object-oriented language, using design patterns to create clean code while taking advantage of the extensive Microsoft(R) .NET Framework Class Libraries. For all 23 classic "Gang of Four" design patterns, Metsker offers detailed code example...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Metsker, Steven John
Format: Electronic eBook
Language:Inglés
Published: Boston : Addison-Wesley, ©2004.
Series:Software patterns series.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Ch. 1. Introduction
  • pt. 1. Interface patterns
  • Ch. 2. Introducing interfaces
  • Ch. 3. Adapter
  • Ch. 4. Facade
  • Ch. 5. Composite
  • Ch. 6. Bridge
  • pt. 2. Responsibility patterns
  • Ch. 7. Introducing responsibility
  • Ch. 8. Singleton
  • Ch. 9. Observer
  • Ch. 10. Mediator
  • Ch. 11. Proxy
  • Ch. 12. Chain of responsibility
  • Ch. 13. Flyweight
  • pt. 3. Construction patterns
  • Ch. 14. Introducing construction
  • Ch. 15. Builder
  • Ch. 16. Factory method
  • Ch. 17. Abstract factory
  • Ch. 18. Prototype
  • Ch. 19. Memento
  • pt. 4. Operation patterns
  • Ch. 20. Introducing operations
  • Ch. 21. Template method
  • Ch. 22. State
  • Ch. 23. Strategy
  • Ch. 24. Command
  • Ch. 25. Interpreter
  • pt. 5. Extension patterns
  • Ch. 26. Introducing extensions
  • Ch. 27. Decorator
  • Ch. 28. Iterator
  • Ch. 29. Visitor
  • App. C. Oozinoz source
  • App. D. UML at a glance.