Design Patterns in C#: Visitor

Design Patterns in C#: Visitor

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 13 Lessons (1h 3m) | 236 MB

Learn everything there is to know about the Visitor Design Pattern

The Visitor Design Pattern is an advanced design pattern in software engineering, commonly used to separate algorithms from the objects they operate on, enabling new operations to be added without modifying the object structure. This pattern is essential for developers, as it promotes flexibility and extendibility in complex systems with structured data elements. The Visitor pattern is particularly useful in applications dealing with composite objects, such as abstract syntax trees, data analysis frameworks, or file systems. In this course, Amichai Mantinband will guide you through everything you need to understand and implement the Visitor pattern, empowering you to build extensible, maintainable, and adaptable applications.

Table of Contents

1 Course overview
2 Definition with Doctor Example
3 Definition with Zoo Example
4 Class Diagram
5 Document Formatter Example
6 Section Recap
7 Implementing the Visitor Design Pattern
8 Implementing the Document Editor Example
9 Double Dispatch
10 Section Recap (2)
11 Benefits
12 Drawbacks
13 Conclusion

Homepage