Related Posts
26th June.
Required Syntax/ keyword. I came across ‘required’ key word in C#. Not sure which version it was introduced.…
SQL ain’t that Scary
Introduction The Stack overflow developer survey ranks SQL as one of the highly desired and admired programming languages.…
SOLID: O – Open/Closed Principle (OCP)
Introduction to OCP: The Open/Closed Principle (OCP) is another key component of the SOLID principles. It states that…