OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte XV
Duration: 15:49 min
Description:
In this video, we will discuss Min(), Max(), and Distinct(). Min helps us find the
smallest value in a collection and Max will find the largest value. We will see how
we can pass a lambda expression to Min to find the list of words with smallest length.
Finally, we discuss the use of Distinct to remove duplicates from a list of grades,
and find their median.