Posts tagged #csharp

Are you using these features in C#?

Are you using these features in C#?

As of today, C# 11 is in the starting blocks and can already be tested using the preview features in Visual Studio 2022. There is quite a lot that we as developers can do differently today than we would have done with previous versions of C#.

Read more →
10 Best Practices in Async-Await Code in C# in [2022]

10 Best Practices in Async-Await Code in C# in [2022]

In this article, I want to share 10 best practices in async-await code in C# that you should keep in mind when developing asynchronous code in .NET.

Read more →