What is lazy loading in mvc?
Answer / Vishal Misra
Lazy loading in MVC (Model-View-Controller) is not a common term. However, it could refer to delaying the loading of views or data until they are explicitly requested. In some cases, this can be achieved using AJAX calls.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is routing in mvc?
What is the main view engine called?
What is mvc razor?
What is the need of viewmodel in mvc?
What is view engine in express?
Mention what does model-view-controller represent in an mvc application?
Explain the possible ways to prevent xss attacks on mvc application?
Explain how routing is done in mvc pattern?
In an MVC application, what are the segments of the default route ?
Explain what is routing? What are the three segments for routing is important?
which filters are executed in the end?
Is mvc an api?