Recent Posts

.NET Performance Tip

1 minute read

Know Your Garbage Collection Options. An under-utilised setting that can offer substantial performance gains.

C# Async/Await

3 minute read

Async/await has been part of C# since C# 5.0 yet many developers have yet to explore how it works under the covers, which I would recommend for any syntactic...