This repository contains C#.NET implementation of GoF design patterns alongside with some P of EAA design patterns: For each design pattern you can refere to its class diagram in Diagrams folder too.
- Factory Method
- Abstract Factory
- Builder
- Prototype
- Singleton
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
- Chain of Responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template Method
- Visitor
- Repository
- Unit of Work
- Identity Map
- Lazy Load
- Service Layer