Top "Separation-of-concerns" questions

Design principle that comprises the process of separating a computer program into distinct features that overlap in functionality as little as possible.

Using Unity, how do you register type mappings for generics?

I'm trying to implement a repository solution for Entity Framework but I am having trouble registering the types that include …

entity-framework unity-container repository-pattern separation-of-concerns
Concerns about separating front-end and back-end with a NodeJS UI server

During the last months, we at work have been looking for a solution to the following problem: front-end developers can't …

node.js frontend backend separation-of-concerns
Servicestack - architecture & reusing POCOs for everything

I refer to ServiceStack documentation reg use of POCOs: Since it promotes clean, re-usable code, ServiceStack has always encouraged the …

architecture servicestack separation-of-concerns
When to use JavaScript template engines?

Here is an example of JavaScript template from Ben Nadel's demo single page long-lived AJAX application taken from: [source] <…

javascript html templates memory-leaks separation-of-concerns