


Introducing C# 9: Static anonymous functions
Introduction C# 9 brings an important improvement to anonymous functions by allowing the modifier static…
Read More
Introducing C# 9: Covariant returns
Introduction In May 20th 2020, Microsoft introduced C# 9, among the features announced, there is…
Read More
.NET 5: Exploring System.Net.Http.Json namespace
Introduction .NET 5 brings interesting new features. In this article I will introduce you a…
Read More
ASP.NET Core 5: Make your options immutable
Introduction If you’ve been usingĀ ASP.NETĀ Core 5 for a while, you’ll be delighted to learn that…
Read More
Introducing C# 9: Native-sized integers
Introduction What are native-sized integers ? They are designed to be an integer which size…
Read More
Introducing C# 9: Extending Partial Methods
Introduction C# 8 (and above) has some restrictions regarding partial methods. For example : Partial…
Read More