Sometimes you want to use a Difference (or Minus) set operation which goes like this: Give me all elements from set A that do not exist in set B. Or simply put A – B. The LINQ Except method does this if both sets A and B are of the same type,
Read More...