Implementing OOP Inheritance in Classes that work with SQL and Entity Framework
This article is about creating a data model that would nicely fit SQL and contain...
Key Indicators of Problem Design
The concept of good or bad design is relative. At the same time, there are some programming standards, which in most cases guarantee...
SOLID: Single Responsibility Principle
In this article, I will try to describe one of the famous principles of the object oriented programming, that is a part of another famous...
Composition and Interfaces in OOP World
In the object-oriented programming world, the concept of inheritance has been criticized for a long...