Click here to Skip to main content
15,886,860 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when to use n tier architecture over 3 tier architecture?
Posted

basically n tier define how many layer are there in you application

for eg

if you say 3 tier then DataAccess,Business Logic and Presentation layer
if you say 2 tier then there must be DataAccess And Presentation layer is there

for more information refer

http://stackoverflow.com/questions/455555/difference-between-three-tier-vs-n-tier[^]

a very good example is from MS is

http://msdn.microsoft.com/en-us/library/ms973829.aspx[^]
 
Share this answer
 
Hi You can find a good description in the following url. This may help you to make a decision.

Stop Hacking, Start Mapping: Object Relational Mapping 101 [^]


Regards
Dominic
 
Share this answer
 
Please go through the article N-Tier Architecture and Tips[^] to know in details.
And
Difference between three tier vs. n-tier[^] will help you to find different types of answers.

They will help for sure.
Thanks...

Happy Coding... :)
 
Share this answer
 
http://www.codeproject.com/Tips/662107/Understand-3-Tier-Architecture-in-Csharp
 
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