Search Results for: grpc
gRPC & 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 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 MoregRPC & ASP.NET Core 3.1: Global error Handling in gRPC & gRPC status codes
Global error Handling server side Microsoft has implemented Interceptors, they are similar to Filters or…
Read More