Click here to Skip to main content
15,899,124 members
Articles / Programming Languages / C#

LINQ Basics

Rate me:
Please Sign up or sign in to vote.
4.95/5 (11 votes)
11 Jan 2021CPOL9 min read 11K   39  
Basics of the embedded LINQ language
I will tell you about the basics of embedded LINQ language. It will make it easier for you to work with the C# language. Instead of having to deal with an entirely new set of tools in the form of classes, you can use all the same familiar collections and arrays with existing classes. This means that you can take full advantage of LINQ queries with minimal or no modifications to existing code. LINQ to Objects functionality is provided by the IEnumerable interface, sequences, and standard query operations.

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)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions