


Introducing C#11: Newlines in string interpolation expressions
Introduction C# 11 brings an improvement on string interpolation. Previously it was impossible, apart from…
Read More
Introducing C#11: Required properties
Introduction C# 11 improves the initialization of objects and struct. Marking one or more properties…
Read More
Introducing C#11: Raw string literals
Introduction C# 11 brings new syntax for writing plain text. Instead of relying on string…
Read More
.NET: Learn LINQ as you never have before
Introduction Dear developer friends, I wanted to share with you a book that particularly amazed…
Read More
ASP.NET Core 6: Bring your custom compression provider in gRPC
Introduction The compression of data during their transport on the Internet or a network makes…
Read More
ASP.NET Core 6: Handling gRPC exception correctly server side
Introduction What an interesting subject! When we develop applications, it is necessary to manage errors…
Read More