Skip to main content

All Questions

2 votes
2 answers
2k views

Is lazy loading always required?

I know lazy loading is required when an expensive database call is being made. It would make sense using lazy loading in this example. The below example is in the context of asp.net so it's thread ...
Howls Hagrid's user avatar