SOLID Design Principles in C#


WHAT IS SOLID principles::

ü  SOLID is an acronym of 5 design principles.

ü  It is foundations of good software design.

ü  These  SOLID principles were introduced by Robert C. Martin, also known as Uncle Bob.

ü  Help developer to write Flexible, Scalable, Maintainable, & Reusable code.




Comments

Popular posts from this blog

iframe vs embed vs object in HTML 5

Constructor in c#

What is the need of method overriding ???