Remove Matching Items from a List Using LINQ and Lambda Removing items from one list that exist in another seems to be one of a developer’s life’s constants so I thought I’d write a short post showing how to carry out this task with the least amount of lines of code. Continue reading →