Is mvc different from a 3 layered architecture?
Answer / Sudhir Kumar Chaurasia
MVC is a specific implementation of the three-tier (or three-layer) architectural pattern. In MVC, the Model represents the data layer, View represents the presentation layer, and Controller handles user input and coordinates between Models and Views.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the main view engine called?
What is front controller?
Why use html.partial in mvc?
What is ignore route in mvc?
What are child actions in mvc?
Mention the advantages and disadvantages of mvc model?
What is dao in mvc?
Is angular mvvm or mvc?
What are the settings to be done for the Routing to work properly in an MVC application ?
What is html helpers in mvc?
What does mvc mean?
What is the difference between view and partial view?