Understanding OPTIONS HTTP Method
3 min read
Understanding OPTIONS HTTP Method

HTTP GET and POST methods are the most common methods familiar to web developers. OPTIONS is another HTTP method worth exploring to get the information about available resources.

Read More
Introduction to gRPC on .NET
9 min read
Introduction to gRPC on .NET

gRPC is a modern high performance universal Remote Procedure Call Framework. It uses HTTP/2 protocol for communication and we will see some of the benefits of using HTTP/2 over the HTTP/1.1 protocol which has been there since a long time.

Read More