| Understanding Adapter Pattern Using .NET |
| Tuesday, 31 October 2006 | |
|
In this tutorial we examine the adapter pattern which is one of the most popular patterns. It allows us to adapt an existing class to new clients in a transparent manner. Hence, legacy systems often depend on it for compatibility with new systems. In fact .NET's interoperability with VB6 is based on the principles found in this pattern. Read more at: http://aspalliance.com/993_Understanding_Adapter_Pattern_Using_NET.
Write comment (0 Comments)
|
|
| Last Updated ( Monday, 06 November 2006 ) |