Relative Content

Tag Archive for layers

N-Layer architecture

I am attempting to structure my solution projects in such a manner as to improve testing, reuseability, separation of concerns and all that good stuff. Whilst I understand these concepts in theory, I find myself going around in circles in regards to its implementation, specifically what goes where.

N-Layer architecture

I am attempting to structure my solution projects in such a manner as to improve testing, reuseability, separation of concerns and all that good stuff. Whilst I understand these concepts in theory, I find myself going around in circles in regards to its implementation, specifically what goes where.

OOP – How to refactor a “pyramid architecture”

Unbeknownst to me while I was building it, I built a “pyramid” architecture. I did not realize this until I laid it out in my new Visual Studio 2013 Layer Diagrammer. Each layer depends on the layer below, and all the other layers below that.