Is mvc different from a three layered architecture?
Answer / Gagan Sachan
While MVC is an example of a three-tier (or multi-layer) architectural pattern, it has some unique characteristics compared to traditional three-layered architectures. For example, in MVC, the model layer handles data manipulation and business logic, while the view layer focuses on user interface presentation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the advantages of mvc?
Is react an mvc?
What is mvc in struts framework?
How to maintain session in mvc?
Is mvc an api?
Is mvc stateless?
How can we navigate from one view to another using a hyperlink?
What are the settings to be done for the Routing to work properly in an MVC application ?
What is the role of a controller in an MVC application?
What is mvc application life cycle?
what are the components defined in the model from mvc architecture?
What are child actions in mvc?