GeekArticles
Concepts
Design PatternsArticle :: C# Design Patterns: The Adapter Pattern
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 359 times |
Add CommentFiled in: Design PatternsThe Adapter pattern is used to convert the programming interface of one class into that of another, by writing a class that has the desired interface and then making it communicate with the class that has a different interface. James W. Cooper shows you two fairly easy ways to do this.nn
Read Article Sponsored Links
Related Articles
• Fallback Patterns for Ajax No matter how much the developer ensures that the application goes smoothly something will go wrong eventually. It may not happen today or the next few months but certain conditions will happen such as hardware or update incompatibility. That will lead to errors in executing an Ajax based applicatio ...
• Linux Thin Client Networks Design and Deployment Linux Thin Client Networks Design and Deployment
Considering the Network
Much information already exists concerning methods for deploying networks and hardware. We shall try to clarify differences between using a network with personal computers and thin clients with the help of anecdotes. Certain de ...
• Linux Thin Client Networks Design and Deployment Review Linux Thin Client Networks Design and Deployment Review
Introduction
This book is written by David Richards, a veteran Linux thin client network designer. Designed for System Administrators, Linux Thin Client Networks Design and Deployment goes over the concepts which are related to thin client net ...