Why should you create a folder starting with a dot? Few days ago I was buying an SSL certificate for a web site, for whichRead more…
Month: June 2020
Working with C# async / await keywords (part 3 of 3)
In previous posts we talked about how use the Task object, async / await keywords and how to cancel a running task. In this lastRead more…
Working with C# async / await keywords (part 2 of 3)
In the previous post we saw some use cases of the Task object and the async / await keywords. We saw how we can runRead more…
Working with C# async / await keywords (part 1 of 3)
Introduced with C# 5.0, the async / await pattern was born with the intention of simplifying asynchronous programming. You can find these keywords in manyRead more…