.NET 5: How to enable .NET 5 runtime on console apps instead of .NET Core 3.1 ?
Introduction You may have noticed it already, but when you create a console application with…
Read More
Introduction You may have noticed it already, but when you create a console application with…
Read More
Introduction C# 9 brings an important improvement to anonymous functions by allowing the modifier static…
Read More
Introduction In May 20th 2020, Microsoft introduced C# 9, among the features announced, there is…
Read More
Introduction .NET 5 brings interesting new features. In this article I will introduce you a…
Read More
Introduction What are native-sized integers ? They are designed to be an integer which size…
Read More
Introduction C# 8 (and above) has some restrictions regarding partial methods. For example : Partial…
Read More
Introduction Pattern matching has been introduced in C# 6 and has well evolved since. The…
Read More