LINQ stands for Language-Integrated Query and it is a powerful query language that was introduced with .Net 3.5 & Visual Studio 2008. You can use LINQ with C# or VB to query different types of data sources such as SQL, XML, In memory objects, etc.
In this article, I am going to discuss the Architecture of LINQ. The term LINQ stands for Language Integrated Query and it is pronounced as LINK. Nowadays the use of use LINQ increasing rapidly. So, as a developer, you should understand the Linq and its architecture. At the end of this article, you will have a very good understanding of the following pointers.
In this article, I am going to discuss the Different Ways to write LINQ Query i.e. Linq Query Syntax and Linq Method Syntax with examples. Please read our previous article where we discussed the Architecture of LINQ i.e. how LINQ works. In this article, we are going to discuss the following pointers.
In this article, I am going to discuss IEnumerable and IQueryable in C# with examples. Please read our previous article where we discussed the different ways to write LINQ queries with examples. In this article, we are going to discuss the following concepts in detail.
In this article, I am going to discuss the Differences between IEnumerable and IQueryable in C# with an example. Please read our previous article before proceeding to this article where we discussed the basics of IEnumerable and IQueryable in C# with some examples.
In this article, I am going to discuss the LINQ Extension Methods in C# with examples. Please read our previous article before proceeding to this article where we discussed the Differences between IEnumerable and IQueryable in C#. At the end of this article, you will understand the following three concepts in C#.
In this article, I am going to discuss the LINQ operators in C#. Please read our previous article where we discussed the LINQ Extension methods and how they are implemented. As part of this article, we are going to discuss the following two points.
In this article, I am going to discuss the LINQ Select Projection Operator in C# with examples. Please read our previous article where we discussed what are LINQ Operators and the different categories of LINQ Operators in C#. At the end of this article, you will understand the following pointers related to Linq Select Projection Operator in C#.
In this article, I am going to discuss the LINQ SelectMany in C# with examples. Please read our previous article where we discussed the Select Operator in C# with some examples. The Linq SelectMany Method belongs to the projection category operator. As part of this article, we are going to discuss the following pointers in details.
In this article, I am going to discuss Where Filtering Operators in LINQ with examples. Please read our previous article before proceeding to this article where we discussed the SelectMany Projection operator in C# with some examples. At the end of this article, you will understand the following concepts.
In this article, I am going to discuss the OfType Operator in LINQ with examples. Please read our previous article before proceeding to this article where we discussed the where filtering operator in C# with some examples. The OfType Operator in C# belongs to the filtering category of LINQ operators. As part of this article, we are going to discuss the following pointers in detail.
In this article, I am going to discuss Set Operators in LINQ using C#. Please read our previous article where we discussed OfType operators in LINQ with some examples. As part of this article, we are going to discuss the following concepts.
In this article, I am going to discuss the LINQ Distinct Method in C# using examples. Please read our previous article where we discussed the basics of LINQ Set Operators. At the end of this article, you will understand the following the Linq Distinct Query in details with the following pointers.
In this article, I am going to discuss the LINQ Except in C# with examples. Please read our previous article where we discussed the LINQ Distinct Method with examples. As part of this article, we are going to discuss the following pointers
In this article, I am going to discuss the LINQ Intersect Method in C# using examples. Please read our previous article where we discussed the LINQ Except() Method with examples. As part of this article, I am going to discuss the following pointers
In this article, I am going to discuss the LINQ Union in C# with examples. Please read our previous article where we discussed the LINQ Intersect() Method with examples. As part of this article, we are going to discuss the following pointers related to the LINQ Union method in C#.
In this article, I am going to discuss the Linq Concat Method in C# with some examples. Please read our previous article before proceeding to this article where we discussed the Linq Union Method in C# with some examples. As part of this article, we are going to discuss the following pointers.
What is the Concat Method in Linq?
In this article, I am going to discuss the Ordering Operators in LINQ with examples. Please read our previous article where we discussed the Union Method in C# with examples. At the end of this article, you will learn the following two things.
In this article, I am going to discuss the LINQ OrderByDescending Method in C# with examples. Please read our previous article where we discussed the OrderBy Method in C# with some examples. As part of this article, we are going to discuss the following pointers related to the LINQ OrderByDescending method.
In this article, I am going to discuss the Linq Aggregate Functions in C# with examples. Please read our previous article before proceeding to this article where we discussed the Reverse Method in C# with some examples. As part of this article, we are going to discuss the following concepts.