As a software developer, it is a huge pet peeve of mine when I hear everyone and their grandmother using the term AI to describe […]
Misconceptions about async Tasks
This article is about asynchronous programming in C# using Task and Task<T>. Do you really need to make your code asynchronous? The first misconception about […]