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

CI/CD

  Pipeline (Build Pipeline) কী? Pipeline মূলত কোড বিল্ড এবং টেস্ট করার জন্য ব্যবহৃত হয়। এটি Continuous Integration (CI) এর অংশ। ✅ কাজগুলো...