LINQ Any/All over Count
Use the Any or All methods instead of the Count method
Accurate string length
String.Length for inaccurate string length and how to get the correct length
Non-generic to generic method call
How to call into a generic method from a non-generic method
Cancelling a collection iteration
Using a CancellationToken to exit a collection iteration