Click here to Skip to main content
15,888,341 members
Articles / Programming Languages / C#

A Beginners Guide for LINQ with C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
17 Dec 2022CPOL8 min read 20.9K   30  
Let's take a look at the very fundamentals of LINQ and how to use it.
LINQ is a great way to quickly iterate and filter lists, whether it’s a list of data values or objects. But what is LINQ and what are the fundamentals of this framework?

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Kens Learning Curve
Netherlands Netherlands
I am a C# developer for over 20 years. I worked on many different projects, different companies, and different techniques. I was a C# teacher for people diagnosed with ADHD and/or autism. Here I have set up a complete training for them to learn programming with C#, basic cloud actions, and architecture. The goal was to help them to learn developing software with C#. But the mission was to help them find a job suitable to their needs.

Now I am enjoying the freedom of traveling the world. Learning new ways to teach and bring information to people through the internet.

Comments and Discussions