When and how should I use enumeration classes rather than enums?...
Read MoreCakephp calling a function between Model and View...
Read MoreMVC4 - DisplayMode versus Areas for creating a client portal to internal business app...
Read MorePlay! Framework Form/HTML Helpers: Separation of Concerns?...
Read MoreMVC concatenated properties in View Model or in Controller...
Read MoreASP.Net MVC - What replaces events to support loose coupling?...
Read MoreWhich objects are responsible for maintaining references between aggregates?...
Read MoreWhere to put certain logic in CakePHP...
Read MoreWhen would I put my specific data access logic inside of my model in MVC?...
Read MoreAuthenticated User and Service Layer...
Read MoreIs the DataContext part of Model in MVC or a part of Controller?...
Read MoreShould the model change the UI or the UI both?...
Read MoreAre scopes in rails class or instance methods?...
Read MoreWhere should I keep the queries? entity class or control class?...
Read MoreIs this "anemic" model acceptable design?...
Read MoreHibernate collection mapping: a really good separation of concern?...
Read MoreDifference between Concern and Responsibility ( ie difference between SRP and SoC )?...
Read MoreDojo declarative vs. programmatic creation of Select elements with stores...
Read MoreWhere to put php objectToArray logic? Which layer?...
Read MoreErrors - Do they belong in the logic, or the presentation layer?...
Read MoreHow do I separate business logic and database calls from a WCF web service?...
Read MoreDoes data-id violate separation of concerns...
Read MoreDjango - Separation of concerns and authentication...
Read MoreHow to integrate messages or outputs from Model layer into a templated page...
Read MoreLayering an ASP.NET MVC Web Application...
Read MoreEvent driven design and separation of core/UI logic...
Read MoreAppropriate delegation of responsibility in the following situation?...
Read More