https://github.com/aksoftware98/linqtutorial
LINQ in 50 mins video repository
https://github.com/aksoftware98/linqtutorial
Last synced: 11 months ago
JSON representation
LINQ in 50 mins video repository
- Host: GitHub
- URL: https://github.com/aksoftware98/linqtutorial
- Owner: aksoftware98
- Created: 2019-12-24T06:46:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:27:33.000Z (over 3 years ago)
- Last Synced: 2023-03-04T10:30:53.064Z (over 3 years ago)
- Language: C#
- Size: 521 KB
- Stars: 4
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linqtutorial
LINQ in 50 mins video repository
This project a associated with the YouTube video "LINQ in 50 Mins | C# Topics | AK Academy"
https://www.youtube.com/watch?v=s3-scps6dpM
LINQ Tutorial has a JSON file that contains 200 people objects to query good amount of data
The functions that has been implemented in the project is:
First(), FirstOrDefault()
Last(), LastOrDefault()
Single(), SingleOrDefault()
Max(), Min(), Averge()
Take(), Skip(),
OrderBy(), OrderByDescending(), ThenBy(), ThenByDescending()
GroupBy(),
Select()
LINQ Query Syntax