All Questions
Tagged with lazy-initialization programming-practices
1 question
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 ...