.NET & C# · LINQ
What is a common mistake with deferred execution in LINQ?
Enumerating the same deferred query multiple times can repeat expensive work or produce changing results.
Enumerating the same deferred query multiple times can repeat expensive work or produce changing results.