Skip to content

ParagRaut/DesignPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesignPatterns

Examples of Design Patterns using C#

Patterns

Pattern Category Example
Builder Creational Fluent customer builder
Chain of Responsibility Behavioral Discount calculation chain
Strategy Behavioral Swappable payment processing
Factory Method Creational Notification creator (email, SMS, push)
Singleton Creational Thread-safe app configuration
Observer Behavioral Stock price alerts for investors
Adapter Structural Legacy payment gateway integration
Decorator Structural Coffee shop orders with toppings
Facade Structural Home theater system (one-button movie night)
Command Behavioral Restaurant ordering with undo support

About

Examples of Design Patterns using C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages