Is there viewstate in mvc?
Answer / Subhash Bhatt
No, ViewState is not used in ASP.NET MVC. ViewState is a feature of Web Forms that automatically manages the state of controls on a page during postbacks. In MVC, developers are responsible for managing application state themselves.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is routing in mvc?
Mention what is the importance of nonactionattribute?
Mention the order of the filters that get executed, if the multiple filters are implemented?
What is mvc viewbag?
Explain in which assembly is the mvc framework is defined?
What is mvc dapper?
What is mvc in simple words?
What does Model, View and Controller represent in an MVC application?
What do you mean by corpus?
What are the three segments for routing important?
What is mvc and its advantages?
What is MVC, MVP and MVVM pattern?