C# LINQ - Under the hood
LINQ is a powerful tool. To use it at its full potential, understanding how LINQ works under the hood is necessary.
Introduction to LINQ
LINQ stands for Language Integrated Query. LINQ enables the use of SQL Query Like syntax on data collections in C...
blog.smejri.link5 min read
Sébastien B
A side article with tips & tricks regarding frequent reusable syntax could be nice. Or some focus on methods which are often badly understood such as how does work the .GroupBy() , .Lookup() , the flattening provided by .SelectMany(), etc etc