Working with Iterator Methods and Data in LINQ

Intermediate
  • 12 videos | 1h 10m 42s
  • Earns a Badge
Rating 4.3 of 9 users Rating 4.3 of 9 users (9)
LINQ, C#'s Language Integrated Query, simplifies the code needed to query, reshape, and aggregate data. Instead of writing complex, nested loops to implement procedures for working with data, LINQ enables a more functional, declarative style. LINQ queries more closely resemble SQL than a procedural language like C. In this course, you'll learn about iterator methods, including their advantages, how to step through and implement them, and how to convert a standard method to an iterator method. You'll also examine filtering and ordering data using LINQ to Objects, using LINQ's let clause, and the purpose of deferred execution. Finally, you'll learn about aggregating, grouping, and joining data using LINQ to Objects. This course was originally created by Global Knowledge (GK).

WHAT YOU WILL LEARN

  • Recognize linq concepts that will be covered in this course
    Describe iterator methods and their purpose
    Recognize how to use the visual studio debugger to step through an iterator method
    Recognize how to convert an existing method into an iterator method
    Describe linq to objects and how it changes how c# code is written
    Describe the let clause and reasons for using the let clause in a query
  • Recognize the purpose of deferred execution in linq queries
    Recognize the various categories and types of linq operators
    Describe linq aggregation operators and how they can be used
    Recognize how the groupby clause works in linq
    Recognize how to join relational data in linq
    Recognize how to use linq's join operator with two datasets

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.6 of 59 users Rating 4.6 of 59 users (59)
Rating 4.5 of 84 users Rating 4.5 of 84 users (84)
Rating 4.7 of 149 users Rating 4.7 of 149 users (149)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.2 of 48 users Rating 4.2 of 48 users (48)
Rating 4.6 of 14 users Rating 4.6 of 14 users (14)
Rating 4.1 of 223 users Rating 4.1 of 223 users (223)