What is the proper sequence of method calls when using a multi layered architecture?...
Read MoreIn MVVM, who is responsible for displaying other views, the ViewModel or the View?...
Read MoreHow can I eliminate the dependency from of a ListView's onItemClick/getView and its row types?...
Read MoreIs it okay to store a domain entity's mutable properties as a value object?...
Read MoreDatabase integrity: manage it in DB or App Logic?...
Read MoreRails 3.0/3.1, JQuery & Ajax Best Practices...
Read MoreHow many database tables should a data mapper know about?...
Read MoreWhat is the right amount of abstraction from the data-layer?...
Read MoreIs "coupling" related only to code, or can the term be applied to software components and ...
Read MoreHow do I avoid code duplication when modelling a table, its layout, and its records, all of which sh...
Read MoreRhino Mocks, Dependency Injection, and Separation of Concerns...
Read Morenodejs and logging through different modules...
Read MoreSeparation of Ruby on Rails application...
Read MoreRails 3 project structure for UI Models and Data Models...
Read MoreASP.NET: Code behind or no code behind?...
Read MoreShould an object "load" another object on its own, or have the other passed to it?...
Read MoreEntity Framework, application layers and separation of concerns...
Read MoreWhere to put restrictions on entities when separating Business layer from Data Layer...
Read MoreRe-usable place to put Email View Rendering Logic?...
Read MoreHow to customize a cell of DataGridView based on the BindingList<T> to which the grid is bound...
Read MoreWhere to put functions that help me execute controller tasks?...
Read MoreAutoMapper in the DAL: When to use Mapper.Reset()?...
Read MoreWhats a recommended solution structure for a somewhat large website in asp.net...
Read Moreseparation of concern with repository pattern...
Read MoreMVC and NOSQL: Saving View Models directly to MongoDB?...
Read MoreDoes this Rails 3 Controller method make me look fat?...
Read MoreDecoupling an ASP.NET MVC application from Entity Framework...
Read MoreWhat's the intent of the Rollback method in the Unit of Work pattern?...
Read More