When adhering to Liskov Substitution Principle (LSP) can a child class implement additional interfac...
Read MoreShould I create an interface for a simple abstract class?...
Read MoreSetting super properties using abstract subclasses...
Read Morepassing variables vs instances to constructor...
Read MorePassing values to class constructor (variables vs array)...
Read MoreCorrect version of class which follows all SOLID Priciples...
Read MoreWhat's the proper way to expose the API and handle dependencies of DLL and adhere to SOLID?...
Read MoreLogging operations, how to implement better...
Read MoreHow to resolve type at run time to avoid multipe if else...
Read MoreS.O.L.I.D principles and compilation?...
Read MoreC# Is interface casting a violation of the Liskov Substitution Principle...
Read MoreInheritance and Interface segregation principle...
Read MoreAvoid passing parameter from high to low-level classes...
Read MoreRefactor with strategy pattern and then apply SOLID principle...
Read More"Has a" relationships in C++, is it best practice to have a class "implement" mu...
Read MoreDoes adding public method to subclass violate LSP (Liskov substitution principle)?...
Read MoreAre there SOLID principle exceptions?...
Read MoreUsing Factory Method pattern for different arguments...
Read MoreDependency inversion principle and composition...
Read MoreHow `open/closed principle` can help avoiding to redeploy assemblies?...
Read MoreSOLID principles, Repository pattern and EntityFramework cache in Asp Net Mvc...
Read MoreCoding Standards for button click event...
Read MoreConstructor injection with two different interfaces (Single Responsibility and Interface Segregation...
Read MoreShould I add new methods to a class instead of using Single Responsibility Principle...
Read MoreUnity Container - multiple databases with generic unity of work...
Read MoreRefactoring a function that returns different data types...
Read More