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 MoreIntroduction Validation is a very important feature in applications but in ASP.NET Core 3.1 and…
Read MoreIntroduction Json.Net (NewtonSoft) has been for a long time the most used JSON serializer in .NET…
Read MoreGlobal error Handling server side Microsoft has implemented Interceptors, they are similar to Filters or…
Read MoreWhat’s gRPC? gRPC is an RPC (Remote procedure call) framework and not a Microsoft framework….
Read MoreIntroduction Sometimes, the same service is registered in the ASP.NET Core dependency injection system. Sometimes…
Read MoreMy migration experience from ASP.NET Core 2.2 to 3.1, part 1: Introduction My migration experience…
Read More