Explaining Adapter Pattern Using .NET and C#
Using the Adapter Pattern to Connect Incompatible Interfaces
2 min readDec 27, 2022
--
The adapter pattern is a design pattern that allows two incompatible interfaces to work together.
It can be used as a bridge between two existing implementations and act as a wrapper for an object to make it compatible with another.