What is mvc state management?
Answer / Hema Singh
ViewState is not used in MVC because it contradicts the principle of separation of concerns that MVC follows. ViewState is a server control state management feature that is specific to ASP.NET Web Forms, and it mixes the view's responsibilities with those of the controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can manage code security in mvc?
Why do we need viewmodel in mvc?
What is html helpers in mvc?
What is mvc razor?
What is mvc authorize?
Mention what are the two ways to add constraints to a route?
What are the features of mvc5?
Why mvvm is better than mvc?
Is there viewstate in mvc?
Why do we use mvc?
Why httppost is used in mvc?
What is mvc htmlhelper?