0
kicks
Delayed execution vs ToList() in LINQ Database Queries
Should you use ToList() in your repository methods, or should you pass the iterator back to the UI to delay the execution of the query? Read on to find out why it's a bad idea to delay execution in this case.