What is strongly typed view in mvc?
Answer / Indrajeet
A strongly typed view in MVC is a view that has access to the data model's type. This means that the view can directly access the properties of the model, reducing the need for manual data binding and improving overall code readability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does mvc have viewstate?
What is route in api?
What does it mean to annotate something?
What is @html in mvc?
How routing is done in mvc pattern?
What is the difference between mvc and mvvm?
What is the page Lifecycle of the MVC ?
What is the difference between asynchronous and synchronous actions? When would you use asynchronous actions?
What does model do in mvc?
What is mvc handler?
Is mvc faster than web forms?
What is mvc page life cycle?