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#
- Host: GitHub
- URL: https://github.com/velir/adapter_pattern_example
- Owner: Velir
- Created: 2011-04-23T23:01:44.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-23T23:05:56.000Z (about 14 years ago)
- Last Synced: 2025-02-02T14:37:50.412Z (4 months ago)
- Language: C#
- Homepage: http://blog.velir.com/index.php/2011/04/22/the-adapter-pattern-and-you/
- Size: 85.9 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/