Description
In this course, you will learn:-
- You will be able to do all LINQ operations
- LINQ Query Syntax in Its Most Basic Form
- The syntax for LINQ Methods at a Basic Level
- LINQ Group Operations at a Basic Level
- LINQ Join Operations at a Basic Level
- LINQ Methods for Set Operations
Syllabus:-
-
Introduction
-
What is LINQ, Where does it Apply and How to Use it?
-
IEnumerable
-
LINQ Examples - Where, Select, Sorting, Multiple Conditions and More
-
LINQ Queries on Objects
-
Introduction to Method Syntax with Lambda Operators
-
The Difference Between Select and Where in Method Syntax
-
Short ForEach with Lambdas and LINQ Method Syntax
-
Introduction to Grouping - group, by - Query Syntax
-
Grouping Introduction and Grouping By MultiKey - Method Syntax
-
Basic Join and Inner Join of Objects with LINQ Query Syntax - join
-
Inner Join and Composite Join - Method Syntax
-
Filtering a Collection by The Type of The Items in it