This is just a .NET Design Pattern Training Repo. Here you can find some examples of some design patterns that I've been learning. I hope that you can learn something with me 🙂.
My website for reference: https://www.dofactory.com/net/design-patterns
An implementation of Factory Method and Abstract Factory Pattern that provide an instace of especific Database provider, SQL Server and Postgres.
An implementation of Adapter that Adapt and old HTTP1 server to HTTP2.
Is just an implementatino of Composite, that can hold a set comment and its childrens recursively.
Implementatino of Command, that can create a file, undo e redo this action.
Implementatino of Strategy, that you can select which 'strategy' to pay an order at the compile time via a factory.
Implementatino of Observer, that you can nofity a group of followers if some action happens.
Implementatino of Builder, that you can build a bill with a lot of parameters.