Tag: oop

Implementing OOP Inheritance in Classes that work with SQL and Entity Framework

Classes, Frameworks, Languages & Coding

This article is about creating a data model that would nicely fit SQL and contain...
Read More

Key Indicators of Problem Design

.NET, Computer Environment, Database administration, Troubleshooting Issues

The concept of good or bad design is relative. At the same time, there are some programming standards, which in most cases guarantee...
Read More

SOLID: Single Responsibility Principle

Computer Environment, Languages & Coding

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...
Read More

Composition and Interfaces in OOP World

Computer Environment, Languages & Coding

In the object-oriented programming world, the concept of inheritance has been criticized for a long...
Read More
Close