Standard query operators in LINQ

Explain about standard query operators in LINQ?

E

Expert

Verified

Standard query operators in LINQ are extension methods which makes the LINQ pattern. These operators form an API which allows querying of any .NET array or collection. It operates over the sequences and permits for performing operations, like determining if a value exists in the sequence and executing an aggregated function, like summation over a sequence.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.