Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
What is difference between 3-layer architecture and MVC architecture?
WhatsApp
Vikas Singh
10y
29.9
k
0
0
25
Blog
In 3-layer architecture
3-layer architecture separates the application into 3 components which consists of Presentation Layer Business Layer and Data Access Layer.
In 3-layer architecture, user interacts with the Presentation layer.
3-layer is a linear architecture.
In MVC
MVC architecture separates the application into three components which consists of Model, View and Controller.
In MVC architecture, user interacts with the controller with the help of view. MVC is a triangle architecture.
MVC does not replace 3-layer architecture. Typically 3-layer and MVC are used together and MVC acts as the Presentation layer.
People also reading
Membership not found