This course was created with the
course builder. Create your online course today.
Start now
Create your course
with
Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Mastering LINQ in UiPath with VB.Net: From Zero to Hero
LINQ Basics
Introduction (1:33)
What is LINQ? (5:08)
Why LINQ? (2:09)
LINQ Terms (4:15)
Classes Vs. Interfaces (9:10)
Method Structure (17:39)
Lambda Expression (12:30)
LINQ Query Clauses (2:46)
How to write a LINQ query (14:39)
Where to write a LINQ query in UiPath? (4:14)
Knowledge Check - LINQ Basics
LINQ Preparation
How to create a process in UiPath? (4:02)
IF (3:17)
Logical Operators (5:31)
Arrays in UiPath (4:57)
Lists in UiPath (6:56)
Folders & Files in UiPath (14:15)
Dictionary in UiPath (10:02)
XML Structure (11:18)
JSON Structure (28:32)
Conversion Functions (7:23)
Parse | ParseExact | TryParse | TryParseExact (11:10)
Even Numbers | Odd Numbers (2:04)
Prime Numbers (3:58)
Fibonacci Numbers (2:56)
Armstrong Numbers (3:33)
Type Safety | Compile Time (3:35)
Generic Vs. Non-Generic Collections (2:29)
Definitions: Class Vs. Interface (1:57)
HashSet in UiPath (4:59)
Lookup in UiPath (7:05)
Tuple in UiPath (5:51)
Tuple Vs. ValueTuple (3:12)
Regular Expressions (RegEx) (55:43)
LINQ Clauses
From (16:32)
Where (10:14)
Select (26:42)
Let (7:49)
Distinct (5:47)
Order By (5:00)
Group By (9:06)
Join (12:42)
Group Join (13:52)
Take | Skip (8:38)
Take While | Skip While (8:12)
Aggregate (11:16)
Knowledge Check - LINQ Clauses
LINQ Methods
Filtering Methods (0:45)
Where (6:23)
OfType (4:30)
Knowledge Check - Filtering Methods
Sorting Methods (1:16)
OrderBy | OrderByDescending (5:10)
ThenBy | ThenByDescending (4:50)
Reverse (1:47)
Knowledge Check - Sorting Methods
Conversion Methods (1:12)
AsEnumerable | AsQueryable (8:35)
Cast (7:49)
ToArray | ToList | ToHashSet (9:12)
ToDictionary | ToLookup (15:30)
CopyToDataTable (15:39)
Knowledge Check - Conversion Methods
Generation Methods (1:11)
Range | Repeat | Empty (3:50)
Knowledge Check - Generation Methods
Element Methods (1:09)
ElementAt | ElementAtOrDefault (12:48)
First | FirstOrDefault (11:31)
Last | LastOrDefault (5:32)
Single | SingleOrDefault (8:02)
DefaultIfEmpty (8:03)
Knowledge Check - Element Methods
Partitioning Methods (1:09)
Take (7:15)
Skip (4:29)
TakeLast | SkipLast (4:31)
TakeWhile | SkipWhile (13:55)
Knowledge Check - Partitioning Methods
Projection Methods (1:00)
Select (17:00)
SelectMany (11:42)
Knowledge Check - Projection Methods
Quantifier Methods (1:29)
All (7:10)
Any (8:26)
Contains (5:40)
Knowledge Check - Quantifier Methods
Aggregation Methods (1:10)
Count | LongCount (5:03)
Max | MaxBy | Min | MinBy (8:25)
Average (5:27)
Sum (4:33)
Aggregate (10:14)
Knowledge Check - Aggregation Methods
Equality Methods (1:10)
SequenceEqual (6:36)
Knowledge Check - Equality Methods
Concatenation Methods (1:16)
Concat (2:50)
Append | Prepend (4:34)
Zip (12:17)
Knowledge Check - Concatenation Methods
Set Methods (1:18)
Distinct | DistinctBy (11:55)
Except | ExceptBy (11:21)
Intersect | IntersectBy (11:53)
Union | UnionBy (7:23)
Knowledge Check - Set Methods
Single | SingleOrDefault
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock