C# 10 has been available since November 2021. In this blog, I come back to some of the new features that it brought us, in addition to the last video of the channel. Good reading!
Continue reading « C# 10 »Tag: csharp10
C# 10 - Global Using
I recently had the chance to start a new project where we are using .NET6 and C#10. So I was able to begin to put into practice some of the new possibilities available to us. In this article, I wanted to expose the use of global using of C# 10, which in my opinion will greatly help for the readability of our code.
Continue reading « C# 10 – Global Using »