OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte III
Duration: 15:14 min
Description:
Here we continue our adventure with LINQ. We continue the discussion of ToArray() by
writing a handy entension method that dumps the content of an object on the screen for debugging purposes. We explore another conversion operator: OfType(). OfType() will
help us select the types that we are interested in from a mix of types. In this case,
we printed the ints in an array of objects that contained ints and strings.