Hamburger Icon
  • Course
    • Libraries: If you want this course, consider one of these libraries.
    • Core Tech

C# Design Patterns: Adapter

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#.

Steve Smith - Pluralsight course - C# Design Patterns: Adapter
by Steve Smith

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#.

Table of contents

About the author

Steve Smith - Pluralsight course - C# Design Patterns: Adapter
Steve Smith

Steve Smith (@ardalis) is an entrepreneur and software developer with a passion for building quality software as effectively as possible.

More Courses by Steve