OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte XVI
Duration: 14:26 min
Description:
Except(), Intersect() and Union() are the subjects of this video. The Except extension
method returns the elements that are in the source object and not in the argument
object. Intersect extension method returns only those elements in the source sequence
that are also in the target sequence. The Union extension method adds two sequences
together and returns the unique members found in both sequences.