Azure

All posts in the azure tag.


← Back to all tags



Docker, gRPC, and REST APIs in .NET

Published

In the world of service APIs, gRPC undeniably shines. This high-performance framework, created by Google, provides a remarkable toolkit for building interconnected systems. With features like the high-performance protocol buffer serialization, generated clients and server stubs in many programming languages, and bidirectional streaming, it’s a wonderful dance partner for ASP .NET.

[ read on → ]