An open API service indexing awesome lists of open source software.

https://github.com/truecodersio/linq-exercise

.NET 6.0 template project for the LINQ exercise at TrueCoders
https://github.com/truecodersio/linq-exercise

Last synced: about 1 year ago
JSON representation

.NET 6.0 template project for the LINQ exercise at TrueCoders

Awesome Lists containing this project

README

          

## Exercise 2:

Use the list of [Linq methods](https://portal.truecoders.io/course/1/lecture/62/lesson) for help

+ Create a list of video game names...
+ Order the list of games by length of the game name.
+ Use the lambda expression in this exercise as well.
+ use Method Syntax for this exercise