Skip to content

SindreSau/Design-patterns-with-C-and-.NET

Repository files navigation

Design Patterns in C# and .NET

Course on Udemy by Dmitri Nesteruk

What Patterns Does This Course Cover?

This course covers all the GoF design patterns. In fact, here's the full list of what is covered:

SOLID Design Principles

  • Single Responsibility Principle
  • Open-Closed Principle
  • Liskov Substitution Principle
  • Interface Segregation Principle
  • Dependency Inversion Principle

Creational Design Patterns

  • Builder
  • Factories (Factory Method and Abstract Factory)
  • Prototype
  • Singleton

Structural Design Patterns

  • Adapter
  • Bridge
  • Composite
  • Decorator
  • Façade
  • Flyweight
  • Proxy

Behavioral Design Patterns

  • Chain of Responsibility
  • Command
  • Interpreter
  • Iterator
  • Mediator
  • Memento
  • Null Object
  • Observer
  • State
  • Strategy
  • Template Method
  • Visitor

About

Design Patterns in C# and .NET - Course on Udemy by Dmitri Nesteruk

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages