C# Design Patterns: Facade
By David Starr
Course info



Course info



Description
Dealing with a big ball of mud class is annoying and potentially even dangerous. Having to orchestrate the use of many worker or service classes can be very complex, too, leading to code that is hard to read and difficult to manage. In this course, C# Design Patterns: Facade, you'll learn foundational knowledge and gain the ability to overcome these challenges with a simple to apply pattern. First, you'll learn about the need for the pattern in multiple scenarios. Next, you will discover how Facade addresses these problems you see in your code every day. Finally, you'll explore how to use Facade appropriately to help your code be more readable and maintainable to the delight of your team. When you’re finished with this course, you'll have the skills and knowledge of the Facade design pattern needed to use it to improve your code manageability, readability, and elegance.
Section Introduction Transcripts
Course Overview
Hi everyone My name is David Starr, and welcome to my course, C# Design Patterns: Facade, one in a series of patterns courses. I'm a principal cloud architect at Microsoft and have been a strong and consistent supporter of using design patterns where they make sense. I've been teaching patterns at various levels for several years. You can find me on Twitter talking about it @elegantcoder. This course is going to teach you the facade design pattern, when to use it, and how to do so appropriately. Some of the major topics that we'll cover include: the ball of mud situation, the multiple worker situation, and how the facade pattern can be flexible enough to appropriately be used to solve for both of these situations. By the end of this course, you'll have seen the facade in practice in various ways. And before beginning the course, you should be familiar with some basic C# or other object‑oriented language. From here, you should feel comfortable diving into other C# design patterns courses. I hope you'll join me on this journey to learn the facade design pattern with this C# patterns course at Pluralsight.