A nice article about LINQ: ToLookup vs ToDictionary
Deserializing JSON to a string or a value
6 days ago
A nice article about LINQ: ToLookup vs ToDictionary
How to get an indexed item of an IEnumerable object (Linq), this is a question which I often have had when I start using IEnumerable. But it is possible with the ElementAt() extension method!.