gRPC

gRPC services with C#
https://pupli.net/2021/03/grpc-services-with-c/

Call a gRPC service with an untrusted/invalid certificate in C#
https://pupli.net/2021/03/call-a-grpc-service-with-an-untrusted-invalid-certificate-in-c/

Call insecure gRPC services with .NET Core client
https://pupli.net/2021/03/call-insecure-grpc-services-with-net-core-client/

Bind gRPC Service to specific port in ASP.NET Core
https://pupli.net/2021/03/bind-grpc-service-to-specific-port-in-asp-net-core/

Configure apache reverse proxy for grpc connections via HTTP/2
https://pupli.net/2021/03/configure-apache-reverse-proxy-for-grpc-connections-via-http-2/

Self-hosted gRPC applications
https://pupli.net/2021/03/self-hosted-grpc-applications/

Host ASP.NET Core on Linux with Apache
https://pupli.net/2021/03/host-asp-net-core-on-linux-with-apache/

Kestrel web server implementation in ASP.NET Core
https://pupli.net/2021/03/kestrel-web-server-implementation-in-asp-net-core/

Server Streaming with gRPC in C#
https://pupli.net/2021/03/server-streaming-with-grpc-in-c/

Client Streaming with gRPC in C#
https://pupli.net/2021/03/client-streaming-with-grpc-in-c/

Bidirectional Streaming with gRPC in C#
https://pupli.net/2021/03/bidirectional-streaming-with-grpc-in-c/

gRPC client-side load balancing in C#
https://pupli.net/2021/12/grpc-client-side-load-balancing-in-c/

Transient fault handling in gRPC with retries in C#
https://pupli.net/2021/12/transient-fault-handling-in-grpc-with-retries-in-c/