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

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

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