What is MVC, MVP and MVVM pattern?
Answer / Shikha Johri
MVC (Model-View-Controller) separates an application into three interconnected components: Model, View, and Controller. MVP (Model-View-Presenter) is a variant where the Presenter manages the interaction between the View and Model directly. MVVM (Model-View-ViewModel) is another variant where the ViewModel acts as an abstraction layer between the View and Model.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what is the importance of nonactionattribute?
In an MVC application, what are the segments of the default route ?
What is the use of mvc?
What is api controller in mvc?
Which is better mvvm or mvc?
What are the filters?
How to perform exception handling in mvc?
Mention the advantages and disadvantages of mvc model?
What is mvvm mvc?
Is mvc different from a three layered architecture?
What is ignore route in mvc?
What is front controller?