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 |
What is allowanonymous in mvc?
Why filters are used in mvc?
What are the two ways for adding constraints to a route?
How can maintain session in mvc?
What is scaffolding in mvc?
What is mvc route constraints?
Why is mvc better than webforms?
Is mvc different from a three layered architecture?
What is Controller in MVC application?
What is the difference between adding routes, to a webform application and an mvc application?
Mention what are the two ways for adding constraints to a route?
What is mvc viewdata?