Skip to content
#

adapter-design-pattern

Here are 13 public repositories matching this topic...

Design pattern repository contains various design pattern with real world example. SOLID principle with examples are available here as well. In the document, I will be updating the corresponding SOLID principles which are applied to each pattern. The reference document contains the resource for patterns oriented architecture.

  • Updated Dec 15, 2021
  • C#

A design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.

  • Updated Jan 23, 2023
  • C#

This project demonstrates key design patterns in C# by implementing a "notification system". It uses Singleton, Factory, Facade, and Observer patterns to ensure modularity, scalability, and efficiency. The system dynamically selects notification modes (Email/SMS) and manages user notifications seamlessly.

  • Updated Mar 28, 2025
  • C#

Improve this page

Add a description, image, and links to the adapter-design-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adapter-design-pattern topic, visit your repo's landing page and select "manage topics."

Learn more