Search code examples
What is the proper sequence of method calls when using a multi layered architecture?...

asp.net-mvc-3design-patternsseparation-of-concerns

Read More
In MVVM, who is responsible for displaying other views, the ViewModel or the View?...

wpfmvvmseparation-of-concerns

Read More
How can I eliminate the dependency from of a ListView's onItemClick/getView and its row types?...

androidlistviewdependenciesdryseparation-of-concerns

Read More
Is it okay to store a domain entity's mutable properties as a value object?...

phparchitectureseparation-of-concerns

Read More
Database integrity: manage it in DB or App Logic?...

databaseseparation-of-concerns

Read More
Rails 3.0/3.1, JQuery & Ajax Best Practices...

ruby-on-rails-3jqueryseparation-of-concerns

Read More
How many database tables should a data mapper know about?...

architecturedatamapperseparation-of-concerns

Read More
What is the right amount of abstraction from the data-layer?...

architecturedatamapperseparation-of-concerns

Read More
Is "coupling" related only to code, or can the term be applied to software components and ...

separation-of-concernsdecouplingcoupling

Read More
How do I avoid code duplication when modelling a table, its layout, and its records, all of which sh...

c#data-access-layerseparation-of-concernscode-duplication

Read More
Rhino Mocks, Dependency Injection, and Separation of Concerns...

dependency-injectionrhino-mocksn-tier-architectureseparation-of-concerns

Read More
nodejs and logging through different modules...

node.jsloggingseparation-of-concerns

Read More
Separation of Ruby on Rails application...

ruby-on-railsruby-on-rails-3herokuseparation-of-concerns

Read More
Rails 3 project structure for UI Models and Data Models...

ruby-on-railsrubymodelsseparation-of-concerns

Read More
ViewModels and rendering...

asp.net-mvcseparation-of-concernsmvvm

Read More
ASP.NET: Code behind or no code behind?...

.netasp.netasp.net-3.5separation-of-concerns

Read More
What to put in your ViewModel...

asp.net-mvcseparation-of-concerns

Read More
Should an object "load" another object on its own, or have the other passed to it?...

phpoopseparation-of-concerns

Read More
Entity Framework, application layers and separation of concerns...

entity-frameworkormarchitectureentity-framework-4.1separation-of-concerns

Read More
Where to put restrictions on entities when separating Business layer from Data Layer...

business-logicseparation-of-concernsdata-access

Read More
Re-usable place to put Email View Rendering Logic?...

asp.net-mvcasp.net-mvc-3emaildryseparation-of-concerns

Read More
How to customize a cell of DataGridView based on the BindingList<T> to which the grid is bound...

datagridviewseparation-of-concernsbindinglist

Read More
Where to put functions that help me execute controller tasks?...

asp.net-mvcseparation-of-concerns

Read More
AutoMapper in the DAL: When to use Mapper.Reset()?...

data-access-layerautomapperresetseparation-of-concerns

Read More
Whats a recommended solution structure for a somewhat large website in asp.net...

asp.netasp.net-mvcvisual-studioprojects-and-solutionsseparation-of-concerns

Read More
separation of concern with repository pattern...

design-patternsdatabase-designrepositoryrepository-patternseparation-of-concerns

Read More
MVC and NOSQL: Saving View Models directly to MongoDB?...

asp.net-mvcmongodbseparation-of-concerns

Read More
Does this Rails 3 Controller method make me look fat?...

ruby-on-railsdesign-patternsrefactoringruby-on-rails-3separation-of-concerns

Read More
Decoupling an ASP.NET MVC application from Entity Framework...

asp.net-mvcdependency-injectionentity-framework-4.1separation-of-concerns

Read More
What's the intent of the Rollback method in the Unit of Work pattern?...

domain-driven-designabstractionunit-of-workseparation-of-concerns

Read More
BackNext