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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[New York, New York] :
Apress,
[2019]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.