7 kyu

Getting to know LINQ

Description:

In .NET the Language Integrated Query (LINQ) component adds several helpful methods that can be used with enumerables.

The goal of this Kata is to practice some scenarios where LINQ can be used to replace loops.

Replace each loop in the code with a LINQ expression. The validation will fail if the words 'for' or 'while' occurs anywhere in the code (even in comments).

Fundamentals

Similar Kata:

Stats:

CreatedNov 5, 2016
PublishedNov 5, 2016
Warriors Trained1098
Total Skips21
Total Code Submissions3210
Total Times Completed550
C# Completions550
Total Stars19
% of votes with a positive feedback rating95% of 115
Total "Very Satisfied" Votes104
Total "Somewhat Satisfied" Votes11
Total "Not Satisfied" Votes0
Total Rank Assessments13
Average Assessed Rank
7 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • Goto10 Avatar
  • suic Avatar
  • kazk Avatar
  • hobovsky Avatar
Ad