Click here to Skip to main content
15,886,791 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
in real time environment which architecture is used in companies 3-tier,2-tier,1-tier.why?
Posted
Updated 23-Jan-14 19:41pm
v2

1 solution

Hello Rax,

It depends upon the need and business complexity ,mostly 3-Tier or N-Tier Architecture is used in Real time Applications.

Basic Purpose of Layering:
1.To make application more understandable.
2.Easy to maintain, easy to modify application and easy to deploy.

To understand how to split the layer ,pls refer

Understanding Multilayered Architecture in .NET[^]


All the Best:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900