Always Developing

always learning | always growing | always paging (3)

LINQ Any/All over Count

Use the Any or All methods instead of the Count method


Read more...


Eliding await keyword

How and why the await keyword should be elided


Read more...


Accurate string length

String.Length for inaccurate string length and how to get the correct length


Read more...


Non-generic to generic method call

How to call into a generic method from a non-generic method


Read more...


Cancelling a collection iteration

Using a CancellationToken to exit a collection iteration


Read more...