
Author: anthonygiretti
Anthony is a specialist in Web technologies (14 years of experience), in particular Microsoft .NET and learns the Cloud Azure platform.
He has received twice the Microsoft MVP award and he is also certified Microsoft MCSD and Azure Fundamentals.


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