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

https://github.com/velir/adapter_pattern_example

An example of implementing the adapter pattern in C#
https://github.com/velir/adapter_pattern_example

Last synced: 2 months ago
JSON representation

An example of implementing the adapter pattern in C#

Awesome Lists containing this project

README

        

C# Adapter Pattern Example
==========================

An example of implementing the adapter pattern in C# by wrapping a NameValueCollection to make it behave like an IDictionary

More information can be found on the Velir blog: http://blog.velir.com/index.php/2011/04/22/the-adapter-pattern-and-you/