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
- Host: GitHub
- URL: https://github.com/truecodersio/linq-exercise
- Owner: truecodersio
- Created: 2022-09-07T02:11:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T19:17:34.000Z (over 1 year ago)
- Last Synced: 2025-04-02T06:09:03.872Z (over 1 year ago)
- Language: C#
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 364
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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