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