Casos de estudos pessoais e práticas com explicações e exemplos em código sobre Padrões de Projetos em C#
##Padrões a serem desenvolvidos durante o desenvolvimento dos projetos:
- Abstract Factory
- Padrão Builder
- Factory Method
- Prototype
- Singleton
- Adapter
- Bridge
- Composite
- Decorator
- Façade
- Flyweight
- Proxy
- Chain of Responsability
- Command
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template Method
- Visitor
- MVC
- MVVM
- MVP
- Private Class Data
- Object Pool
- Interpreter
- SRP: Single Responsability Principle
- OCP: Open Closed Principle
- LSP: Liskov Substitution Principle
- ISP: Interface Segregation Principle
- DIP: Dependency Inversion Principle
- LoD: Law of Dementer
- Hollywood Principle
- Keep it Simple e YAGNI
- SoC: Separation of Concerns