Skip to content
#

decorator-pattern

Here are 70 public repositories matching this topic...

🔑Elements of Reusable Object-Oriented Software🔓is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.

  • Updated Feb 26, 2020
  • C#

This is a sample .NET Core Web API project that demonstrates various architectural patterns and best practices for building scalable and maintainable applications. This project is intended to serve as a learning resource and a starting point for building real-world .NET Core applications.

  • Updated Feb 23, 2023
  • 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 repo has libraries for DotNet that implement the mediator, chain of responsibility, and decorator patterns in order to build a pipeline of functions (handlers) to process requests (such as commands and queries) and produce results (response). This is designed for functions (handlers) to be plugged in without any direct dependency.You can us…

  • Updated Mar 31, 2022
  • C#

Improve this page

Add a description, image, and links to the decorator-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 decorator-pattern topic, visit your repo's landing page and select "manage topics."

Learn more