Archives
-
The result of a query expression is a query, not the result of the query
This bit me recently. To quote Eric Lippert (last paragraph):
Remember that with LINQ the result of a query expression is a query that can deliver the results when asked, not the results of the …