ppr
(Peter Preuss)
4
Let us mention this recommendation as well:
So we rewrite to any with predicate
…Any(Function (x) …)
Or
…Where(Function (x)…).Any()
In case of another optimization is needed also have a look here:
we took benefits from lists/dictionary keys
1 Like