Community

How to Debug LINQ queries in C#

(Michael Shpilt) LINQ is one of my favorite features in C#. It just makes the code look nicer. Instead of tedious foreach loops, we got a neat functional syntax that’s easy to write and understand.