Similar Collections


This study list contains the set of C# solved programs on LINQ, with solution approach, output, and explanation.

questions

Title
C# program to find string values from the list of objects using the Linq OfType() method
C# program to find the negative double numbers from the list of objects using Linq
C# program to demonstrate the example of Linq Intersect() method
C# program to demonstrate the example of Linq Union() method
C# program to demonstrate the example of Linq Union() method with StringComparer
C# program to demonstrate the example of Linq Concat() method
C# program to sort a list of integers using the Linq OrderBy() method
C# program to sort a list of string names using the Linq OrderBy() method
C# program to sort a list of employees based on salary using Linq
C# program to sort a list of employees based on salary and whose department is ABC using Linq
C# program to find integer numbers from the list of objects and sort them using Linq
C# program to demonstrate the example of Linq Intersect() method with OrderBy() method
C# program to demonstrate the use of Linq OrderByDescending() method
C# program to sort student names in descending order using Linq
C# program to sort a list of employees based on salary in descending order and whose department is XYZ using Linq
C# program to demonstrate the example of Linq ThenBy() method
C# program to demonstrate the example of Linq ThenByDescending() method
C# program to demonstrate the example of Linq Reverse() method
C# program to reverse the list of cities using Linq
C# program to demonstrate the example of Linq Aggregate() method
total questions: 53

Questions

53

Views

526

Best Answers

299

Points

5