https://github.com/staivanov/designpatterns
Most common design patterns in software architecture.
https://github.com/staivanov/designpatterns
abstract-factory chainofresponsibility commander csharp decorator design-patterns designpatterns dotnet-core facade factory flyweight memento proxy repository-pattern repositorypattern singleton specification strategy visitor
Last synced: about 1 month ago
JSON representation
Most common design patterns in software architecture.
- Host: GitHub
- URL: https://github.com/staivanov/designpatterns
- Owner: staivanov
- Created: 2023-11-22T08:54:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T14:52:27.000Z (almost 2 years ago)
- Last Synced: 2025-07-04T06:08:19.056Z (11 months ago)
- Topics: abstract-factory, chainofresponsibility, commander, csharp, decorator, design-patterns, designpatterns, dotnet-core, facade, factory, flyweight, memento, proxy, repository-pattern, repositorypattern, singleton, specification, strategy, visitor
- Language: C#
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Design Patterns implemented on C#
## Description
Design patterns are recurring solutions that solve common design problems. This is project with 19 of 24 DPs based on Pluralsight courses and implemented on C# under .NET Core 6 Runtime.
## Table of contents
| **Id** | **Name** |
|----:|----:|
| **A** | **Behavioral** |
| 1 | Strategy |
| 2 | Singleton |
| 3 | Command |
| 4 | Bridge |
| 5 | Null Object|
| 6 | Specification |
| 7 | State |
| 8 | Data Access Patterns |
| 9 | Visitor |
| 10 | Rules Engine Pattern |
| 11 | Template Method |
| 12 | Chain of Responsibility |
|-|-|
| **B** | **Creational**|
| 1 | Builder |
| 2 | Prototype |
| 3 | Factory and Abstract Factory |
|-|-|
|**C**| **Structural**|
| 1 | Facade |
| 2 | Decorator |
| 3 | Flyweight |
| 4 | Proxy |
## Requirements
IDE compatible to open *.sln with .NET Core 6.0 Runtime. The best IDEs for this project are Visual Studio xxxx 2022 and VS Code lates version.
## How to use this repository
1. Clone this repo.
2. To open the project, open the *.sln file.