Learn Minimal APIs from start to finish. Perfect for beginners.

LINQ and lambda expressions in C#

David Grace David Grace

There are many LINQ methods in C# that you can use with lambda expressions to filter a collection type, like a list. You can read more about LINQ and lambda expressions, or watch the video:

Download the code example

You'll need to fill out the code example form. We will send you an email where you can download the code example.

Software

This is the software that will need to be installed onto your machine.

The application

Open up RoundTheCode.LinqQueries.slnx in Visual Studio. It loads a console application with everything covered in the tutorial and video. Feel free to modify and run it in a terminal window to test the code.

Download this code example

Enter your email and we'll send you a download link.

Download this code example

Enter your email and we'll send you a download link.