Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in separation-of-concerns

Ruby On Rails - Using concerns in controllers

ASP.NET MVC - separating large app

Generating Interfaces from entity framework database first auto-generated code

Separation of logic and UI

When and how should I use enumeration classes rather than enums?

Ruby on Rails with Repository Pattern?

Where to put functions that help me execute controller tasks?

Entity Framework 6 Database-First and Onion Architecture

What to put in your ViewModel

Concept of and basic questions about separating logic (C++) and GUI (Qt)

How to organize Redux state for reusable components?

RSpec in Rails: How to skip a before_filter?

Import multiple Angular components via module

Where to convert a DTO to ViewModel?

How to separate web components to individual files and load them?

Accessing Database Entities from Controller [closed]

Rails: Including a Concern with a constant within a Concern

Does validation in CQRS have to occur separately once in the UI, and once in the business domain?

MVC: Data Models and View Models

How to map View Model back to Domain Model in a POST action?