The Core of .NET

VSTH13 LINQ - It's Not Just for Databases

11/16/2023

2:30pm - 3:45pm

Level: Introductory to Intermediate

Jeremy Clark

Developer Educator

JeremyBytes.com

LINQ (Language Integrated Query) is mostly associated with Entity Framework and database access. But it can be used for much more. LINQ lets us sort, filter, and aggregate data all in memory without needing to make another database call. We will use the LINQ fluent syntax to combine functions and make a great experience for our users.

You will learn:

  • To use LINQ methods to sort, filter, and aggregate data
  • The Func parameter commonly used in LINQ methods
  • How to use lambda expressions as LINQ parameters