Posts

Showing posts from January, 2020

Understanding the C# Linq SelectMany Operator

The Linq operator SelectMany has always confused me a bit, and yesterday I came across it in some code so had to actually try to understand it.