Monday, October 24, 2016

Design Pattern


We need to use the Facade Design Pattern in C# when

  1. We want to provide a simple interface to a complex subsystem. Subsystems often get more complex as they evolve.
  2. There are many dependencies between clients and the implementation classes




http://www.dotnettricks.com/learn/designpatterns

No comments:

Post a Comment

Automated Browser Tests with Selenium