Top "N-tier-architecture" questions

N-Tier architecture refers to the architecture of an application that has at least 3 "logical" layers or parts that are separate.

What is N-Tier architecture?

I've seen quite a few developer job postings recently that include a sentence that reads more or less like this: "…

architecture n-tier-architecture multi-tier
Explain the different tiers of 2 tier & 3 tier architecture?

I am not able to understand which elements are called as first tier, second tier & third tier & where …

architecture n-tier-architecture
MVC Vs n-tier architecture

I was wondering what exactly is the difference between MVC(which is an architectural pattern) and an n-tier architecture for …

model-view-controller n-tier-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
Example of 4-Tier (for N-Tier) Architecture?

Recently a friend of mine asked me about N-Tier architectures and I was able to explain to him about 1, 2 and 3 …

service architecture n-tier-architecture
Main Difference Between 3-tier & n-tier Architecture in .NET?

I have searched Google to find the main difference between 3-tier and n-tier architecture in .net but I have failed …

.net n-tier-architecture 3-tier
Business Layer in 3 tier Architecture

I went for an interview, and was asked to show up my Business layer architecture. I have some idea about 3 …

n-tier-architecture 3-tier business-logic-layer
Fastest way to convert datatable to generic list

I have a data tier select method that returns a datatable. It's called from a business tier method that should …

.net .net-2.0 datatable n-tier-architecture
Should service layer classes be singletons?

I am using Spring framework. Should my service classes be created as singletons? Can someone please explain why or why …

spring n-tier-architecture
Difference between three tier vs. n-tier

I just came across the following sentence: As the industry has moved from a three tier model to n-tier models, …

design-patterns architecture n-tier-architecture tiers