PS: use LINQ Any() instead of Where(), saves you from having to instantiate a List and then count it.
3 Likes
PS: use LINQ Any() instead of Where(), saves you from having to instantiate a List and then count it.