Using gRPC in .NET


Using gRPC in .NET

Did you know that Protocol Buffers used in gRPC serialize 7 to 10 times faster than JSON in REST APIs? In my newest article, I go over the main differences between the two, and how to implement a gRPC server and client.

Faster Request-Response in .NET with gRPC

Leveraging Protocol Buffers over HTTP/2 to Build Faster, Strongly Typed APIs

113 Cherry St #92768, Seattle, WA 98104-2205
Unsubscribe · Preferences

Roko Kovač

Do you want to receive an article every other week helping you to become a better .NET developer? Sign up for my newsletter!

Read more from Roko Kovač

Real-Time Apps in .NET with SignalR In this article, we explore how SignalR works under the hood and expand the chat app from the WebSocket article to show just how easy it is to implement advanced features. Real-Time Apps in .NET with SignalR Simple, Reliable, and Scalable Real-Time Communication Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences

WebSocket in .NET The WebSocket protocol allows for full-duplex messaging over a single TCP connection. In my newest article, we explore the protocol, compare it to the closest alternative, and use it to implement a simple chat app in .NET 8. WebSocket in .NET Real-Time, Two-Way Communication Over TCP/IP Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences

Server-Sent Events in .NET ChatGPT streams its chat responses using a simple HTTP request.How? Using the most elegant way of achieving server push over HTTP:Server Sent Events.In my newest article, I show you how to implement it in .NET 8. Server-Sent Events in .NET Implementing The Most Elegant HTTP-Based Push Mechanism Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences