Welcome to the Design Patterns in C# repository! This project serves as a companion to my YouTube channel where I explore various design patterns in C#. In this repository, you'll find sample code and explanations for each pattern covered in the videos.
I aim to cover the design patterns that are most commonly used in daily development. In this repository, you’ll find examples of the following implemented design patterns
. |
- Abstract Factory
- Bridge
- Composite
- Flyweight
- Interpreter
- Mediator
- Visitor
- Façade (Too easy)
Each folder corresponds to a specific design pattern and contains code examples along with explanations to help you understand how and when to use them.