I have LINQ result, and I have List. I want to do Where() on the LINQ and to REMOVE all the matching strings from the List.
I get errors of: Local sequence cannot be used in LINQ to SQL implementations of query operators except the Contains operator
What can I do?