SOLID Principles in C#
The SOLID principles are a standard software development practice that should be followed in all software applications which is using Object-Oriented Programming. They set the norm of how to write a program with clean architecture. SOLID principles in C# helps to write code that is easy to test, easy to maintain and easy to extend. … Read more