SOLID Design Principles in C#
SOLID principles are used to design the application in such a way that it should be easily maintainable and upgradable. Any software should be written as simple as possible to produce the desired result, however, if the software is not designed properly then it’s a nightmare to maintain and upgrade the software. SOLID principles make … Read more