Search Results

7
votes
2answers
677 views

Good LINQ cheatsheets with VB.NET syntax?

I've been looking for a cheatsheet to help me remember LINQ syntax but the only ones I've found have been for C#. It seems like the C# syntax for LINQ is pretty different from the VB.NET syntax. …