Related resources for Deferred query in LINQ
  • Deferred Query vs Immediate Query Execution in LINQ4/20/2013 3:00:21 PM. This article will explain what happens when a LINQ query executes. We can use this concept to ensure that the query is executed not only as we need it to, but also when we need it to.