Community

The Bridge Pattern in the .NET Framework

(Eric Vogel) The Bridge Pattern is a common software design pattern that allows a class’s implementation to be decoupled from its abstraction so the two can vary independently of one another. Today I’ll cover the core components of the pattern and go over how to put it to use in a sample application

Read More - Register for Free Membership