Description
In this course, you will :
- Discover what LINQ and lambda expressions are.
- To work with lists and arrays, use the most common LINQ methods.
- Recognize and correct some typical errors when using LINQ with lists and arrays.
- Refactor conditionals with LINQ.
- In.NET 6, you'll discover new LINQ methods and overloads.
Syllabus :
- LINQ Method: Where
- Common LINQ Methods
- Syntax & Pitfalls
- Refactor with LINQ