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 |
What is the use of keep and peek in “tempdata”?
How to render html in asp.net mvc view?
Explain what is mvc application life cycle?
Is angular js mvc?
Is react an mvc?
Define attribute based routing in mvc?
What is difference between razor and aspx in mvc?
What is html beginform in mvc?
What is partial view in mvc?
What is model layer mvc?
Is razor pages replacing mvc?
Mention how can maintain session in mvc?