What is the need of viewmodel in mvc?
Answer / Ujjwal Mishra
The ViewModel in MVC serves as an intermediary between the Model and View. It simplifies data for use by the View, reduces the amount of data that needs to be passed from Controller to View, and can handle UI-specific logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is angularjs mvvm or mvc?
Is mvc different from a 3 layered architecture?
What is difference between asp.net mvc and asp.net webforms?
What is the difference between apicontroller and mvc controller?
What is dependency in mvc?
What is default route in mvc?
What is scaffolding in mvc?
What are main benefits of using mvc?
What is mvc in angularjs?
Why is mvc needed?
List out the types of result in mvc?
Which is a better fit, razor or aspx?