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# 9: Improved pattern matching
Introduction Pattern matching has been introduced in C# 6 and has well evolved since. The…
Read More
Introducing C# 9: Improved target typing
Introduction C# 9 brings a better target typing: “In C# 9.0 some expressions that weren’t…
Read More
Introducing C# 9: Top-level programs
Introduction C# 9 introduces a super fun feature: Top-level programs. What’s a Top-level program ?…
Read More
Introducing C# 9: Records
Introduction C# 9 introduces Init-only properties that allow to make individual properties immutable. C# 9…
Read More
Visual Studio 2019: New Windows Terminal has arrived, how to enhance it with posh-git for GIT usage?
Introduction The new Windows Terminal has arrived on Visual Studio 2019 16.6 for Windows and…
Read More
gRPC & ASP.NET Core 3.1: Message validation
Introduction Validation is a very important feature in applications but in ASP.NET Core 3.1 and…
Read More
Why model binding to JObject from a request doesn’t work anymore in ASP.NET Core 3.1 and what’s the alternative ?
Introduction Json.Net (NewtonSoft) has been for a long time the most used JSON serializer in .NET…
Read More