Click here to Skip to main content
15,885,767 members
Articles / Web Development / ASP.NET

How does it work in C#? - Part 3 (C# LINQ in detail)

Rate me:
Please Sign up or sign in to vote.
4.95/5 (180 votes)
23 Jul 2013CPOL55 min read 738.9K   920   466  
Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article partially taken from the "Expert C# 5.0" - book and it will explore the different extension methods used in the LINQ using C# and IL code to discuss..

Views

Daily Counts

Downloads

Weekly 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
Australia Australia

Comments and Discussions