DoableDanny
DoableDanny
  • Видео 60
  • Просмотров 189 310
Mastering Design Patterns and SOLID Principles in C# (ep 28) - Course Conclusion
Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet:
+ eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj
+Amazon Kindle eBook & physical book: www.amazon.com/Mastering-Design-Patterns-Beginner-Friendly-Principles/dp/B0DBZGQZMZ
Github repo: github.com/DoableDanny/Design-Patterns-in-C-Sharp
Просмотров: 30

Видео

Builder Pattern - C# Design Patterns (ep 27)
Просмотров 1928 дней назад
Learn about the Builder Pattern, a creational design pattern that provides a step-by-step approach to constructing complex objects, allowing for greater control over the creation process and enabling the creation of different representations of an object. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/...
Abstract Factory Pattern - C# Design Patterns (ep 26)
Просмотров 1128 дней назад
Explore the Abstract Factory Pattern, a creational design pattern that provides an interface for creating families of related or dependent objects without specifying their concrete classes, promoting flexibility and scalability in the design of complex systems. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad....
Factory Method Pattern - C# Design Patterns (ep 25)
Просмотров 1628 дней назад
Discover the Factory Method Pattern, a creational design pattern that provides an interface for creating objects in a superclass but allows subclasses to alter the type of objects that will be created, promoting flexibility and extensibility in object-oriented design. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.g...
Singleton Pattern - C# Design Patterns (ep 24)
Просмотров 728 дней назад
The Singleton Pattern is a creational design pattern (and my personal favourite design pattern) that ensures a class has only one instance while providing a global point of access to that instance, useful for managing shared resources in software applications. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.c...
Prototype Pattern - C# Design Patterns (ep 23)
Просмотров 1028 дней назад
The Prototype Pattern, a creational design pattern that enables creating new objects by copying existing ones, promotes efficiency and flexibility in object creation by avoiding the overhead of instantiating new objects from scratch. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eB...
Creational Design Patterns Intro - C# Design Patterns (ep 22)
Просмотров 628 дней назад
Creational Design Patterns focus on the best ways to create objects, providing various techniques to enhance flexibility and reuse by controlling object creation. Mastering Design Patterns, SOLID and OOP Principles eBook and Cheatsheet: eBook PDF and design patterns cheatsheet: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBook: www.amazon.com/Mastering-Design-Patterns-Beginner-Friendly-Princi...
Decorator Pattern - C# Design Patterns (ep 21)
Просмотров 1228 дней назад
Learn about the Decorator Pattern, a structural design pattern that allows behavior to be added to individual objects dynamically, providing a flexible alternative to subclassing for extending functionality. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBook & physical book: www.a...
Facade Pattern - C# Design Patterns (ep 20)
Просмотров 828 дней назад
Learn the Facade Pattern, a structural design pattern that provides a simplified interface to a complex system of classes, making it easier to interact with and reducing the dependencies on external code. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBook & physical book: www.amaz...
Flyweight Pattern - C# Design Patterns (ep 19)
Просмотров 428 дней назад
Learn the Flyweight Pattern, a structural design pattern that minimizes memory usage by sharing common parts of objects, allowing you to efficiently support a large number of fine-grained objects. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBook & physical book: www.amazon.com/M...
Proxy Pattern - C# Design Patterns (ep 18)
Просмотров 728 дней назад
Learn about the Proxy Pattern, a structural design pattern that provides a surrogate or placeholder for another object, controlling access to it and adding additional functionality like lazy initialization, logging, or access control. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle e...
Bridge Pattern - C# Design Patterns (ep 17)
Просмотров 428 дней назад
The Bridge Pattern is a structural design pattern that separates an object's abstraction from its implementation, allowing both to vary independently and promoting flexibility and scalability in your codebase. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBook & physical book: www...
Adapter Pattern - C# Design Patterns (ep 16)
Просмотров 1028 дней назад
The Adapter Pattern is a structural design pattern that allows incompatible interfaces to work together by converting the interface of a class into another interface that a client expects. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBook & physical book: www.amazon.com/Mastering...
Composite Pattern - C# Design Patterns (ep 15)
Просмотров 2028 дней назад
Understand the Composite Pattern, a structural design pattern that allows you to compose objects into tree-like structures to represent part-whole hierarchies, enabling clients to treat individual objects and compositions uniformly. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBo...
Structural Design Patterns Intro - C# Design Patterns (ep 14)
Просмотров 228 дней назад
Structural Design Patterns help to organize and manage complex object relationships, promoting efficient and flexible architecture by simplifying the structure and composition of classes and objects. Mastering Design Patterns, SOLID and OOP Principles book and Cheatsheet: eBook and design patterns cheatsheet PDF: doabledanny.gumroad.com/l/ennyj Amazon Kindle eBook & physical book: www.amazon.co...
Interpreter Pattern - C# Design Patterns (ep 13)
Просмотров 328 дней назад
Interpreter Pattern - C# Design Patterns (ep 13)
Visitor Pattern - C# Design Patterns (ep 12)
Просмотров 528 дней назад
Visitor Pattern - C# Design Patterns (ep 12)
Chain of Responsibility Pattern - C# Design Patterns (ep 11)
Просмотров 628 дней назад
Chain of Responsibility Pattern - C# Design Patterns (ep 11)
Mediator Pattern - C# Design Patterns (ep 10)
Просмотров 2328 дней назад
Mediator Pattern - C# Design Patterns (ep 10)
Observer Pattern - C# Design Patterns (ep 9)
Просмотров 1528 дней назад
Observer Pattern - C# Design Patterns (ep 9)
Template Method Pattern - C# Design Patterns (ep 8)
Просмотров 1328 дней назад
Template Method Pattern - C# Design Patterns (ep 8)
Command Pattern - C# Design Patterns (ep 7)
Просмотров 1828 дней назад
Command Pattern - C# Design Patterns (ep 7)
Iterator Pattern - C# Design Patterns (ep 6)
Просмотров 2328 дней назад
Iterator Pattern - C# Design Patterns (ep 6)
Strategy Pattern - C# Design Patterns (ep 5)
Просмотров 3428 дней назад
Strategy Pattern - C# Design Patterns (ep 5)
State Pattern - C# Design Patterns (ep 4)
Просмотров 2128 дней назад
State Pattern - C# Design Patterns (ep 4)
Memento Pattern - C# Design Patterns (ep 3)
Просмотров 3528 дней назад
Memento Pattern - C# Design Patterns (ep 3)
Behavioral Design Patterns Intro - C# Design Patterns (ep 2)
Просмотров 2528 дней назад
Behavioral Design Patterns Intro - C# Design Patterns (ep 2)
Intro - C# Design Patterns (ep 1)
Просмотров 2328 дней назад
Intro - C# Design Patterns (ep 1)
Dependency Inversion Principle - SOLID Principles in C# (ep 6)
Просмотров 2228 дней назад
Dependency Inversion Principle - SOLID Principles in C# (ep 6)
Interface Segregation Principle - SOLID Principles in C# (ep 5)
Просмотров 1728 дней назад
Interface Segregation Principle - SOLID Principles in C# (ep 5)