Related resources for Adapter Pattern
  • Adapter Pattern in VB.NET11/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 Pattern10/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 Pattern9/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 Pattern3/8/2009 12:00:00 AM. This short (4:05) video demonstrates the essence of the Adapter pattern.
  • Introduction to the Adapter Pattern3/8/2009 12:00:00 AM. This short (4:05) video demonstrates the essence of the Adapter pattern.