-
Building Microservices Architecture Using GraphQL and ASP.NET 7 Core
Last updated: Wednesday, November 13, 2024
Published in: CODE Magazine: 2023 - July/August
This article provides an overview of GraphQL, its features and benefits, and how it compares and contrasts with REST and gRPC. It also explains how to take advantage of GraphQL to build microservices-based real-time applications in ASP.NET Core 7 and provides an overview of GraphQL schemas and their components.
-
A Deep Dive into Working with gRPC in .NET 6
Last updated: Tuesday, November 15, 2022
Published in: CODE Magazine: 2022 - November/December
You can take advantage of multiple platforms, protocol buffers, and HTTP/2 painlessly using gRPC, and Joydip shows you how.
-
gRPC as a Replacement for WCF
Last updated: Wednesday, September 23, 2020
Published in: CODE Focus Magazine: 2019 - Vol. 16 - Issue 1 - .NET Core 3.0
You’ve been programming in C# for a while now, and you know that you need bidirectional streaming with low latency and high throughput. Google’s remote procedure call offering (gRPC) has what you need, and Magnus shows you why.