Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

27 Commits

Repository files navigation

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

IdName
ABehavioral
1Strategy
2Singleton
3Command
4Bridge
5Null Object
6Specification
7State
8Data Access Patterns
9Visitor
10Rules Engine Pattern
11Template Method
12Chain of Responsibility
--
BCreational
1Builder
2Prototype
3Factory and Abstract Factory
--
CStructural
1Facade
2Decorator
3Flyweight
4Proxy

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.