using DateTime.Ticks instead of DateTime itself, Is this a good practice?...
Read MoreCalling the variable property directly vs getter/setters - OOP Design...
Read MoreWhat is an elegant way to track the size of a set of objects without a single authoritative collecti...
Read MorePHP - Is this proper use of exceptions for error handling within classes?...
Read MorePattern for modifying knockout observable on parent from child view model...
Read MoreHow to not violating the OCP when you want to choose between different classes which are inherited f...
Read MoreNewest Agile Design Methods for code construction...
Read MoreNeed repository layout references...
Read MoreJava Program Design - Card Shuffler...
Read MoreIs using Java's instanceOf compatible with the "program to an interface" design princi...
Read MoreHelp choosing my DDD aggregate roots within a provided scenerio?...
Read MoreWhat is an effective way to validate a bunch of variables before moving on?...
Read More(Programming to an interface v/s working with concrete class) when there is just one concrete class...
Read MoreWhen is it reasonable to violate the Single Responsibility Principle?...
Read Moreinterface, interface client, vs inheritance, Software design principles, compoment packaging issue...
Read MoreGrasp creator vs. dependency Injection...
Read MoreTrying to understand MVC - am I already doing it?...
Read MoreShould object-oriented principles be applied in procedural languages?...
Read Morewhat are "Meta-Data design principles"?...
Read MoreDoes using virtual methods violates LSP( L part of SOLID principles) or there are some exceptions?...
Read MoreCan you apply OOP to Linq Projections?...
Read MoreShould I care that passing in a class representation of an XML settings file violates the law of dem...
Read MoreReturning a new Object vs modifying one passed in as a parameter...
Read MoreJava - Should I use a field or a class for the problem as follows:...
Read MoreConcrete Types or Interfaces for return types?...
Read MoreHow to manage interface segregation when using an IoC container?...
Read MoreIs AJAX push a HTTP protocol aberration?...
Read More