Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte IV
Duration: 15:39 min
Description:
In this video, we continue the discussion of conversion operators. We explore Cast(),
AsEnumerable(), and ToList(). Cast() will throw an exception if an item cannot be
cast to a specific type. AsEnumerable will help us get a list of items that we can
enumerate. And finally, we use ToList() to convert an array into a list.