PreviousNext

When to use C# LINQ with Query Syntax over Method Syntax

by bill-s, 2019-02-21T20:04:51.223Z

LINQ is awesome, right? It’s one of those things everyone loves from first sight. Like smartphones in the early days – you just know it’s right. For this post, I’ll assume you already know LINQ, use it and love it. LINQ comes in two flavors – the Query Syntax and Method Syntax (aka Fluent Syntax).

Read More