Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in separation-of-concerns

Is that a proper way to refactor ActiveRecord fat models?

Separation of Concerns the Repository Pattern & Entity Framework 3.5

How much directory separation should my framework have?

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

Domain Driven Design, SOC, and entity identification

What's the best way to separate concerns for this code?

c# separation-of-concerns

Refactoring a legacy WebForms app to better separation of concerns

MVC: Are Models and Entity objects separate concepts?

Concerns about separating front-end and back-end with a NodeJS UI server [closed]

What does N-tier Architecture mean nowadays?

ViewModels and rendering

Does Queryability and Lazy Loading in C# blur the lines of Data Access vs Business Logic?

Accessing included class's protected constant in a ActiveSupport::Concern

Place client-side JavaScript templates in HTML or JavaScript?

How to Split ConfigureServices method (of Startup) into multiple files

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

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

Is there a neat way to get attribution for a background image in the presentation layer?

Asp.Net MVC Actions - Separation of Concerns/Single Responsibility Principle