Simple play icon Course
Skills

C# Design Patterns: Adapter

by Steve Smith

Design patterns help you solve common software problems with known, proven approaches. The adapter design pattern is one of the most common and useful patterns you'll encounter. This course shows you when and how to apply the adapter pattern in C#.

What you'll learn

Design patterns help you solve common software problems with known, proven approaches. In this course, C# Design Patterns: Adapter, you will learn about the adapter design pattern - one of the most common and useful patterns you'll encounter. It's useful for the very common problem where you want to use a library or service provider, but its interface isn't compatible with what your current code expects. First, you will understand the problem the adapter pattern solves. Next, you will discover what software design principles apply to this pattern. Finally, you will explore how to apply this pattern and frequently used patterns. By the end of this course, you will know when and how to apply the adapter pattern in C#.

About the author

Steve Smith (@ardalis) is an entrepreneur and software developer with a passion for building quality software as effectively as possible. He provides mentoring and training workshops for teams with the desire to improve. Steve has been recognized as a Microsoft MVP for over 10 consecutive years, and is a frequent speaker at software developer conferences and events. He is the top contributor to the official documentation on ASP.NET Core and enjoys helpings others write maintainable, testable app... more

Ready to upskill? Get started