Design Pattern in C# - Facade
In this post we are going to work through another common type of Structural Pattern called as Facade. In laymen terms Facade pattern is used to provide a simple interface for a rather complex system.
The Problem
At times in our system which has n num...
stackup.hashnode.dev4 min read