When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

C# Design Patterns: Visitor

Design patterns can help you code more cleanly and efficiently. This course will help you learn to use the Visitor pattern in C#.

     
  • 4
  •  |
  • Reviews ( 149 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (149 reviews )
  • icon27 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About C# Design Patterns: Visitor

At the core of developing flexible, modular C# applications is a foundational knowledge of design patterns and their use cases. In this course, C# Design Patterns: Visitor, you’ll learn the skills you need to effectively leverage the Visitor design pattern in your own code. First, you’ll learn where the Visitor pattern fits into the overall design pattern canon and the problem it solves in software development. Next, you’ll dive into its building blocks, and finally, its correct implementation. When you’re finished with this course, you will have a firm understanding of the Visitor pattern and its effectiveness, as well as a concrete example of how to integrate it into your own projects. Software required: Visual Studio.

What You Will Learn?

  • Course Overview : 1min.
  • Implementing the Visitor Pattern : 25mins.