Click here to Skip to main content
16,004,778 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the difference between 3tier architecture and mvc . and can use 3 tier architecture in MVC.

kindly suggest

What I have tried:

i have worked on 3 tier architecture. and beginer in mvc can use 3 tier in mvc. what are the advantage and disadvantage
Posted
Updated 28-Sep-16 22:07pm

1 solution

That's like comparing apples and oranges. MVC is a presentation framework that separates the various parts of displaying the data (into model which represents the data, the view which shows it and the controller which is the interface between the two) whereas 3tier architecture allows you to divide your functionality into layers that can be logical layers (ie components all in the same project) or divided into physical layers and run on different machines.

Google and read up on both and when you understand them both you should understand how they differ.
 
Share this answer
 
Comments
manish-gusain8909 30-Sep-16 5:43am    
can we use 3 tier in mvc
F-ES Sitecore 30-Sep-16 5:48am    
Yes.

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