Design Pattern
We need to use the Facade Design Pattern in C# when
- We want to provide a simple interface to a complex subsystem. Subsystems often get more complex as they evolve.
- There are many dependencies between clients and the implementation classes
http://www.dotnettricks.com/learn/designpatterns
Comments
Post a Comment