WAS
0
Q:

c# linq get list of objects based on another list

var filtered = listOfAllVenuses
                   .Where(x=>!listOfBlockedVenues.Any(y=>y.VenueId == x.Id));
0

New to Communities?

Join the community