C# Tip: SelectMany in LINQ
There's one LINQ method that I always struggle to understand: SelectMany.
It's actually a pretty simple method, but somehow it doesn't stick in my head.
In simple words, SelectMany works on collections of items that you can use, in whichever way, to ...
code4it.hashnode.dev2 min read