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 |
Is mvc different from a 3 layered architecture?
What is validation summary in mvc?
What is mvc application life cycle?
What does model-view-controller represent in an mvc application?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What are child actions in mvc?
What is mvc in programming?
Explain the role of "actionfilters" in mvc?
What is mockmvc?
What is route in api?
How can we implement validation in mvc?
What is mvc in angularjs?