Related resources for linq article
  • LINQ In C#7/13/2023 6:40:43 AM. LINQ stands for Language Integrated Query. LINQ is a data querying API that provides querying capabilities to .NET languages with a syntax similar to a SQL. LINQ queries use C# collections to return d
  • Frequently Used Extension Methods in LINQ4/15/2012 12:52:07 PM. In this article we are going to see the frequently used extension methods in LINQ with the help of Lambda expressions.
  • How to Use Take/TakeWhile and Skip/SkipWhile in LINQ6/7/2011 5:54:51 PM. In continuation of my previous article, today we shall see about Take/TakeWhile and Skip/SkipWhile methods and their usage.