TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Adapter Pattern
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Matthew Cochran (3)
Rajesh VS (2)
Sukesh Marla (1)
Jean Paul (1)
Related resources for Adapter Pattern
No resource found
Adapter Pattern in VB.NET
11/10/2012 12:34:46 AM.
During object-oriented developments, some times we have to use an unrelated class along with our existing class hierarchy. The simplest solution is to make a wrapper or adaptor around the foreign class, which is acceptable by the existing class hierarchy. This is what known as the ADAPTOR PATTERN or WRAPPER PATTERN.
Wrapper Patterns in C#, Part IV: The Adapter Pattern
10/4/2012 10:38:05 AM.
In this series of four articles, we will travel down the C# rabbit hole and see how it is all possible with some wrapper patterns: Proxy, Decorator, and Adapter.
Adapter Pattern in C#
10/3/2012 8:13:30 AM.
The Gang Of Four (GoF) defined the Adaptor pattern as follows in their most famous book "Design Patterns" Gamma et al. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces."
Learn Design Pattern - Composite Pattern
9/27/2012 12:11:56 AM.
This article covers the second design pattern from the Structural category; the Composite Pattern.
Adapter Pattern in C#
11/27/2011 10:28:56 PM.
In this article I would like to examine the adapter pattern in C# using a simple example.
Introduction to the Adapter Pattern
3/8/2009 12:00:00 AM.
This short (4:05) video demonstrates the essence of the Adapter pattern.
Introduction to the Adapter Pattern
3/8/2009 12:00:00 AM.
This short (4:05) video demonstrates the essence of the Adapter pattern.