.NET Performance Tip
Know Your Garbage Collection Options. An under-utilised setting that can offer substantial performance gains.
Know Your Garbage Collection Options. An under-utilised setting that can offer substantial performance gains.
Garbage collection is so often at the root (excuse the pun) of many performance problems, very often because of misunderstanding, so please do set aside time...
Builds and debugging in Visual Studio - from novice to expert in one blog article
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...