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: Records
Introduction C# 9 introduces Init-only properties that allow to make individual properties immutable. C# 9…
Read MoreVisual 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 MoregRPC & 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 MoreWhy 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 MoreIntegrate NDepend 2020 into your .NET Core projects
Introduction In computer science and software engineering in particular, software quality is an overall assessment…
Read MoregRPC & ASP.NET Core 3.1: Resiliency with Polly
What is Polly ? Polly is a .NET resilience and transient-fault-handling library that allows developers to…
Read More