Working with Operators in LINQ – Part 1 In this series of articles we will discuss on operators in LINQ. In this part we will explore the aggregation operators and conversion operators. Aggregation Operators Count Count operator counts the number of elements in the sequence. A check is being performed if the source of type T implements the ICollection<T> interface...