I'm a professional writer and software developer with more than 10 years of experience. I have worked for a lot of businesses and can share sample works with you upon request. Chat me up and let's get started.....
The MVC technology is an evolution of a three-layered traditional architecture. Mostly components of the three-layered architecture are part of MVC. These are following below is how the mapping goes:
Functionality
Three layered / tiered architecture
Model view controller architecture
Look and Feel
User interface
View
UI logic
User interface
Controller
Business logic /validations
Middle layer
Model
Request is first sent to
User interface
Controller
Accessing data
Data access layer
Data Access Layer
Liked By
Write Answer
Is MVC different from a three layered architecture?
Join MindStick Community
You have need login or register for voting of answers or question.
Rahul Roi
07-Oct-2019The MVC technology is an evolution of a three-layered traditional architecture. Mostly components of the three-layered architecture are part of MVC. These are following below is how the mapping goes: