Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte VIII
Duration: 15:42 min
Description:
In this and the next few videos, I am going to discuss a list of operators and methods.
For every item, I will give a brief definition and an example on how it can be used.
Here are the items discussed in this video: 'yield return' (which get the .NET Framework to generate an enumerable type collection) and 'yield break' (which breaks out of the collection generation. Finally 'select' which Queries a collection for a list of values.