.NET 5: Exploring System.Net.Http.Json namespace
Introduction .NET 5 brings interesting new features. In this article I will introduce you a…
Read MoreIntroduction .NET 5 brings interesting new features. In this article I will introduce you a…
Read MoreIntroduction If you’ve been using ASP.NET Core 5 for a while, you’ll be delighted to learn that…
Read MoreIntroduction What are native-sized integers ? They are designed to be an integer which size…
Read MoreIntroduction C# 8 (and above) has some restrictions regarding partial methods. For example : Partial…
Read MoreIntroduction Pattern matching has been introduced in C# 6 and has well evolved since. The…
Read MoreIntroduction C# 9 brings a better target typing: “In C# 9.0 some expressions that weren’t…
Read MoreIntroduction C# 9 introduces a super fun feature: Top-level programs. What’s a Top-level program ?…
Read More