Loading…

Design patterns in .NET : reusable approaches in C# and F♯ for object-oriented software design /

"Implement design patterns in .NET using the latest versions of the C# and F♯ languages. This book provides a comprehensive overview of the field of design patterns as they are used in today's developer toolbox. Using the C# programming language, "Design patterns in .NET" explore...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Nesteruk, Dmitri (Author)
Format: Electronic eBook
Language:Inglés
Published: [New York, New York] : Apress, [2019]
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • Part 1. Introduction. The SOLID design principles
  • The functional perspective
  • Part 2. Creational patterns. Builder
  • Factories
  • Prototype
  • Singleton
  • Part 3. Structural patterns. Adapter
  • Bridge
  • Composite
  • Decorator
  • Façade
  • Flyweight
  • Proxy
  • Part 4. Behavioral patterns. Chain of responsibility
  • Command
  • Interpreter
  • Iterator
  • Mediator
  • Memento
  • Null object
  • Observer
  • State
  • Strategy
  • Template method
  • Visitor.