Top "N-layer" questions

Use this tag for questions related to the development of application using a N-Layer architecture.

What are the main advantages of MVC pattern over the old fashioned 3-layer pattern

I am contemplating about using an MVC pattern in my new project and I can clearly see the main advantage …

model-view-controller design-patterns n-tier-architecture 3-tier n-layer
Onion vs. N-Layered Architecture

One thing beforehand: I arrive from an N-layered background. I have now spent quite a bit time getting my head …

architecture dependency-injection inversion-of-control onion-architecture n-layer
A modern n-layer asp.net web application sample?

So my asp.net is very very rusty, and i'm trying to get back into best practices and what not. …

asp.net architecture project sample n-layer