C# Linq

Printing 1 to 100 in C# Linq

We can count numbers with Enumerable class in C# Linq

Example 1: In first example, we create an enumerable object filled numbers that are 1 to 100 numbers. Then we iterate numbers that are added into enumerable object.

C# Code:

 

Example 2: Converting Enumerable to List in C# Linq

Example 2.1: short spelling

Output:

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.