Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte XIV
Duration: 15:19 min
Description:
This video will start by discussing aggregate and average. Aggregate is an extension
method for accumulating sequences into single values. Average, as the name implies,
finds the average of a list of values. We wrap up this video by showing how LINQ
commands can be chained together to reduce the amount of code written.