Share via


101 LINQ Samples

OK, I’ve just discovered this. If, like me, you’re always struggling to remember the name of that LINQ extension method, or precisely how it’s supposed to work, then this is really useful.

https://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx

Every single LINQ extension method, categorized, and all on one page without all the method overload signatures that just end up confusing you. Then, once you’ve identified the one you need a single click will take you to a concise yet precise example of how to use it, and what result you can expect.

Simply brilliant! I’ve no idea who did this, but thank you.

Original post by Rupert Benbrook on 14-01-2011 here: https://phazed.com/2011/01/14/101-linq-samples/