Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
sir/mam
iam an entry level programmer and getting confusion which is the best way to develop a project by using 1tier or 2tier or 3tier architecture. and which will give easiest way to maintain database. if i select 1 tier-architecture what are the advantages and disadvantages?
Please explain
Thanks In Advance.
Posted
Updated 21-Dec-13 22:47pm
v2

This is a crazy question. The number of tiers does not have fixed benefits except that one tier is easier to build and usually harder to maintain because it ends up meaning that the code is all bundled together. Having your data code in a DLL is directly useful to consume it in a year bed, but ultimately the point is to have it so it can be easily separated from the other code. Really your best bet is to buy some books, write some code, and learn from experience.
 
Share this answer
 
Have a read on this link .

N-Tier Architecture and Tips[^]

Hope this helps...
 
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