How do you determine how coarse or fine-grained a 'responsibility' should be when using the ...
Read MoreShould factories set model properties?...
Read Moredependency inversion principle vs factory pattern in C#...
Read MoreIs it wrong to create an HttpContextProvider for use in IHttpModules?...
Read MoreConfused about Single Responsibility Principle in the following example...
Read MoreIs there a disadvantage in too much granularity in structuring projects?...
Read MoreIs it possible to violate Liskov Substitution Principle in a constructor?...
Read MoreAbout SOLID principles, DI using containers and Unity: How to manage the DI mapping in the container...
Read MoreWriting tests without violating SRP, OCP, DRY...
Read MoreInterfaces with return types and SOLID...
Read MoreDoes omitting super() and/or *weakening* preconditions violate the Liskov Substitution Principle?...
Read MoreDatabase Guy Asks: Object-Oriented Design Theory?...
Read MoreSOLID principles. How to not get everything jammed at the higher level class?...
Read MoreArchitecture Design Help - OOP Solid Principle...
Read MoreDo setters and getters really break the SRP?...
Read MoreWhat is the scope of the Single Responsibility Principle and how does it work with DRY?...
Read MoreDependency Inversion Principle - Where should the interfaces go?...
Read MoreDependency Inversion Principle and where to put the interfaces...
Read MoreCorrect design using dependency inversion principle across modules?...
Read MoreDependency Inversion Principle (as it applies to Java)...
Read MoreExplain this motivational poster about Dependency Inversion Principle...
Read MoreInterface segregation and single responsibility principle woes...
Read MoreIs interface-segregation principle about classes or objects?...
Read MoreIs Interface segregation principle only a substitue for Single responsibility principle?...
Read MoreOpposite of Interface Segregation Principle...
Read MoreAdding a conditional logic without violating SOLID principles C#...
Read MoreSerializing a custom object using SOLID principles...
Read More