What are viewmodels in mvc?
Answer / Preeti Sonker
ViewModels (or View Models) in MVC are used to simplify the data passed from the Controller to the View. They help manage properties and commands that are needed by the View, but not directly by the Model.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are different filters in mvc?
What is modelstate isvalid in mvc?
What is mvc medical?
How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?
What is mvc and its advantages?
Why filters are used in mvc?
What is orm in mvc?
what is get and post action types?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What are Filters in MVC?
what are the components defined in the model from mvc architecture?
List out a few different return types of a controller action method?