Design Patterns in C# and .NET, Udemy course: https://www.udemy.com/course/design-patterns-csharp-dotnet/
- Adapter
- Bridge
- Builder
- Chain of Responsibility
- Command
- Decorator
- Facade
- Factory
- Flyweight
- Interpreter
- Iterator
- Mediator
- Memento
- NullObject
- Observer
- Properties
- Prototype
- Proxy
- Singleton
- State
- Strategy
- Template Method
- Visitor