Combating Deferred Execution in LINQ with ToList(), ToArray() and ToDictionary()
As I’m sure you can tell by the title of this post that it is about deferred execution in LINQ. When a LINQ query (I know, it’s like saying, “NIC card” or “ATM machine”) is created the values are not immediatly determined. Only when the list is utilized are the results determined. This bit me […]
. Read more