Community

The Facade Pattern in .NET

(Eric Vogel) The Facade pattern is a common software design pattern used to create a simple unified interface for a set of interfaces in a system. The Facade interface is a higher-level interface that allows easier control of a set of subsystem interfaces without affecting the subsystem interfaces.

Read More - Register for Free Membership