This repository contains examples of various design patterns implemented in C#. Each pattern is demonstrated with a simple example to illustrate its use and benefits.
- Creational Patterns
- Singleton
- Factory Method
- Structural Patterns
- Adapter
- Decorator
- Behavioral Patterns
- Observer
- Strategy
- Clone the repository:
git clone https://github.com/dharma-dx/DesignPatterns.git - Navigate to the desired pattern folder.
- Open the solution file in Visual Studio or your preferred IDE.
- Run the example to see the pattern in action.
This project is licensed under the MIT License - see the LICENSE file for details.