How does the SOLID principle apply to method overrides in Objective-C?...
Read MoreWere do I pass code for further processing from a service?...
Read MoreIdentify classes and class naming strategies...
Read MoreHow to break and improve cyclic dependency without using proxy pattern?...
Read MoreAvoiding multiple if statements in C# factory method...
Read MoreBest practices WebAPI and multiple databases...
Read MoreHow to overcome returning ID from a database insert method design challenge...
Read MoreProper way to model a child class with properties from its relationship...
Read MoreDependency Injection Interface Vs Concrete classes?...
Read MoreLiskov Substitution Principle example...
Read MoreHow do I fill a child entity with data from DB from inside an aggregate root?...
Read MoreHow to separate data model from validations in WPF?...
Read MoreShould my Mapper class be injected into my controller or can I instantiate it directly?...
Read MoreCakePHP 3.0: How Can I Organize These Model Functions...
Read MoreFactory Pattern, open closed principle, interfaces and generics...
Read MoreOOP - Can and should events be part of the abstractions?...
Read MoreInterface vs Abstract Class with an empty method...
Read MoreInject different implementations into same interface then pick up right implementation in right proj...
Read MoreDoes there exist the concept of set-once variables?...
Read MoreUsing the DbContext the SOLID way...
Read MoreReducing manual object instantiation...
Read MoreIs this OOD implemented correctly?...
Read MoreOOP - Where does the responsibility go...
Read MoreWhat is your best example of a violation of the Single Responsibility Principle?...
Read MoreWhat's variant better? SOLID - SRP and interfaces...
Read MoreHow to design Validator class in regards to SRP?...
Read MoreSubtypes of an interface only compatible with a subtype of another interface...
Read More