An open API service indexing awesome lists of open source software.

https://github.com/dcyuksel/adapterpattern

Adapter Pattern in C#
https://github.com/dcyuksel/adapterpattern

adapter-pattern csharp design-patterns dotnet-core solid

Last synced: 5 months ago
JSON representation

Adapter Pattern in C#

Awesome Lists containing this project

README

          

Adapter Pattern is a structural design pattern which allows objects with incompatible interfaces to work together. Think of it as a translator between two incompatible interfaces, converting the interface of a class into one that a client expects. This pattern is particularly useful when you want to integrate new components into existing systems without modifying the existing code.
For more details:
https://medium.com/@dnzcnyksl/adapter-pattern-in-c-e91cd878b6ae