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 |
What are the filter in mvc?
What is latest version of mvc?
What is the difference between temp data, view, and view bag?
What is non action attribute in mvc?
Explain in which assembly is the mvc framework is defined?
Why webforms are better than mvc?
What is mvc viewbag?
What is render view in mvc?
What is latest mvc version?
What is mvc httppost?
What is a service layer in mvc?
How can maintain session in mvc?