Advanced C# – LINQ Tutorial

Advanced C# – LINQ Tutorial

freeCodeCamp.org via freeCodeCamp Direct link

⌨️ Part 1 - Introduction

1 of 24

1 of 24

⌨️ Part 1 - Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Advanced C# – LINQ Tutorial

Automatically move to the next video in the Classroom when playback concludes

  1. 1 ⌨️ Part 1 - Introduction
  2. 2 ⌨️ Create a .NET Core Console Application - Understand how LINQ Works
  3. 3 ⌨️ Understanding Extension Methods
  4. 4 ⌨️ Undering Lambda Expressions
  5. 5 ⌨️ Compare LINQ Query Syntax with TSQL Syntax
  6. 6 ⌨️ Part 2 - LINQ Queries
  7. 7 ⌨️ Create .NET Console Application
  8. 8 ⌨️ Method Syntax vs Query Syntax
  9. 9 ⌨️ Understanding Deferred Execution vs Immediate Execution
  10. 10 ⌨️ Using the Join Operator to Perform Inner Join Queries
  11. 11 ⌨️ Perform Left Outer Join Query using LINQ - GroupJoin Operator
  12. 12 ⌨️ Part 3 - LINQ Operators
  13. 13 ⌨️ GroupBy and ToLookup LINQ Operators
  14. 14 ⌨️ The All, Any and Contains Qualifier Operators
  15. 15 ⌨️ The Element Operators FirstOrDefault, Single, SingleOrDefault etc..
  16. 16 ⌨️ Part 4 - More LINQ Operators
  17. 17 ⌨️ The Aggregate Operators Aggregate, Average, Count, Sum, Max
  18. 18 ⌨️ The Generation Operators DefaultIfEmpty, Empty, Range, Repeat
  19. 19 ⌨️ The Set Operators Distinct, Except, Intersect, Union
  20. 20 ⌨️ The Partitioning Operators Skip, SkipWhile, Take, TakeWhile
  21. 21 ⌨️ The Conversion Operators ToList, ToDictionary, ToArray
  22. 22 ⌨️ The Let and Into Keywords
  23. 23 ⌨️ The Projection Operators Select, SelectMany
  24. 24 ⌨️ Course Summary

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.