Overview
Syllabus
⌨️ Part 1 - Introduction
⌨️ Create a .NET Core Console Application - Understand how LINQ Works
⌨️ Understanding Extension Methods
⌨️ Undering Lambda Expressions
⌨️ Compare LINQ Query Syntax with TSQL Syntax
⌨️ Part 2 - LINQ Queries
⌨️ Create .NET Console Application
⌨️ Method Syntax vs Query Syntax
⌨️ Understanding Deferred Execution vs Immediate Execution
⌨️ Using the Join Operator to Perform Inner Join Queries
⌨️ Perform Left Outer Join Query using LINQ - GroupJoin Operator
⌨️ Part 3 - LINQ Operators
⌨️ GroupBy and ToLookup LINQ Operators
⌨️ The All, Any and Contains Qualifier Operators
⌨️ The Element Operators FirstOrDefault, Single, SingleOrDefault etc..
⌨️ Part 4 - More LINQ Operators
⌨️ The Aggregate Operators Aggregate, Average, Count, Sum, Max
⌨️ The Generation Operators DefaultIfEmpty, Empty, Range, Repeat
⌨️ The Set Operators Distinct, Except, Intersect, Union
⌨️ The Partitioning Operators Skip, SkipWhile, Take, TakeWhile
⌨️ The Conversion Operators ToList, ToDictionary, ToArray
⌨️ The Let and Into Keywords
⌨️ The Projection Operators Select, SelectMany
⌨️ Course Summary
Taught by
freeCodeCamp.org
Reviews
5.0 rating, based on 1 Class Central review
-
Very Good Content and alot of information with LINQ operators that will help me in journy of backend developement.
I advice any one that wants to learn LINQ to study this course and i would like to thank the instructor for thia amazing content.