
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# 10: File-scoped namespaces
Introduction C# is still evolving and C# 10 proposes a new feature : file_scoped namespaces….
Read More
Introducing C# 10: Record struct
Introduction Last year with the release of C# 9, Microsoft introduced records. The record keyword…
Read More
Introducing C# 10: Extended property patterns
Introduction C# 8 has introduced a new pattern: Property pattern. This pattern enables you to…
Read More
Introducing C# 10: Mix declarations and expressions in a deconstruction
Introduction Deconstructing an object in C# like JavaScript has been possible in C# for some…
Read More
Introducing C# 10: Seal overriden ToString() method on records
Introduction Microsoft has introduced last year records. Which a new way to declare object. Records…
Read More