Search Results for: grpc
ASP.NET Core: Why I Couldn’t Upgrade FluentValidation Past 11.4 in My Calzolari.Grpc.AspNetCore.Validation Package (and How I Finally Fixed It)
Context I’m the author of the Calzolari.Grpc.AspNetCore.Validation package, which provides request message validation for gRPC…
Read MoreASP.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 MoreASP.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 MoreASP.NET Core 6: Here is the best way to pass a JWT in the headers of a gRPC client
Introduction Dear developers who love gRPC, I have something here that you might like. You’ve…
Read More.NET 6: Enhance your gRPC client logs with a generic logging interceptor
Introduction As you might suspect, logging what is happening in your application is good practice….
Read MoregRPC & ASP.NET Core 5: Discover gRPCui, the GUI alternative to gRPCurl
Introduction In a previous article, I have introduced you gRPCurl a command line tool that…
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 More