Composite Pattern - DESIGN PATTERNS (C#/.NET)

preview_player
Показать описание
Learn about the composite pattern, which is a structural design pattern that allows clients to treat a collection of objects in the same way as a single object. I also demonstrate how to support nested composites and show off a more advanced composite implementation.

Design patterns are important for implementing object-oriented designs and adhering to SOLID principles. Understanding these fundamental patterns helps software developers build clean and maintainable applications.

TIMESTAMPS:
0:00 - Pattern Introduction
1:51 - Demo Introduction
2:46 - Why I Need a Composite
3:53 - Creating the Composite
4:45 - Using the Composite
6:07 - Nested Composites
7:28 - Advanced Composite
13:03 - Conclusion

OTHER LINKS:
Рекомендации по теме
Комментарии
Автор

wow! I'm so lucky that I found this channel

lemavgrislemavgris
Автор

The color-coding by subject matter on your videos page is great, thanks!

paulegan
Автор

Wow! This understanding of the composite pattern helps a lot Thanks!!!!

kentswan
Автор

I like way you start the composite intro with a non recursive version

gregorywilson
Автор

This is a very good way to explain this. It really makes me think about how I can use this for what I am currently working on. Thanks again Sean!

WillEhrendreich
Автор

This is the best Design Pattern playlist that i found on youtube. Can you please make a video for Facade, Adapter, Decorator Design Patterns?

HonorHasCome
Автор

Do you have any WPF/UWP view model unit testing video?

siavash
Автор

Hey,
first, thank you for your work and time to make all these videos.

Could you make a video about a splitButton?

MrJPhardy