C# – Class Table Inheritance
Class Table Inheritance (CTI) is a design pattern used in object-oriented programming to model a hierarchy of related classes where
Continue readingClass Table Inheritance (CTI) is a design pattern used in object-oriented programming to model a hierarchy of related classes where
Continue readingProblem:- I faced an issue in one of my web projects. I was trying to delete a record or multiple
Continue readingThere are few ways to combine the two tables without a common column including Cross Join (Cartesian Product) and UNION.
Continue reading