gRPC for .NET Articles, Tutorials & News
gRPC for .NET articles, tutorials, and news from the DotNetNews archive.
17 articles Updated
Start here
Editor picks for gRPC
-
gRPC vs REST APIs: Performance, Scalability, and Use Cases Compared
c-sharpcorner.com Issue #495
Good side-by-side refresher on protocol tradeoffs when teams default to REST without revisiting internal service requirements.
-
ASP.NET Core: Why I Couldn’t Upgrade FluentValidation Past 11.4 in My Calzolari.Grpc.AspNetCore.Validation Package (and How I Finally Fixed It)
anthonygiretti.com Issue #436
A solid postmortem on package upgrade friction, with useful lessons for anyone shipping ASP.NET Core and gRPC integration libraries.
-
C# 13 & .NET 9 — Part 14: Web Services, RESTful API, gRPC, Pagination in APIs, Postman and Swagger
medium.com Issue #394
A solid REST/gRPC refresher for anyone building APIs, with pagination and tooling basics in the mix.
-
Why We Abandoned Enums for Strings in Our .NET gRPC Service
medium.com Issue #357
Choosing strings over enums in gRPC is a useful reminder that protobuf constraints sometimes force design compromises you only discover in production.
-
ASP.NET Core and Microservices Architecture
c-sharpcorner.com Issue #305
Microservices plus minimal APIs, gRPC, and observability. dense with architecture touchpoints.
-
The Definitive guide to get ASP.NET Grpc Services working on Azure App Service
todayamerican.medium.com Issue #143
https://todayamerican.medium.com/the-definitive-guide-to-get-asp-net-grpc-services-working-on-azure-app-service-86d1bef0cdc9
-
How to Enable Microsoft Entra ID for Azure Cosmos DB (NoSQL)
devblogs.microsoft.com Issue #387
Entra ID for Cosmos DB is a practical step away from shared keys and toward cleaner production security.
-
🔴 VS Code Live - AI-Powered Kafka Development: Confluent Extension + GitHub Copilot + MCP
youtube.com Issue #387
The Blazor EventCallback article is a useful reminder that UI event patterns matter once async code meets component lifecycles.
gRPC .NET from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on gRPC for .NET.
Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward gRPC .NET, gRPC ASP.NET Core, protobuf .NET. Recent pieces worth opening: “gRPC vs REST APIs: Performance, Scalability, and Use Cases Compared” and “ASP.NET Core: Why I Couldn’t Upgrade FluentValidation Past 11.4 in My Calzolari.Grpc.AspNetCore.Validation Package (and How I Finally Fixed It)”.
Latest
Newest gRPC from the archive
-
ASP.NET Core and Microservices Architecturec-sharpcorner.com Issue #305
Archive
Newest first
-
gRPC vs REST APIs: Performance, Scalability, and Use Cases Compared
c-sharpcorner.com Issue #495
Compare gRPC vs REST APIs: explore performance, scalability, use cases, architectural differences, data formats, and when to choose each.
-
ASP.NET Core: Why I Couldn’t Upgrade FluentValidation Past 11.4 in My Calzolari.Grpc.AspNetCore.Validation Package (and How I Finally Fixed It)
anthonygiretti.com Issue #436
Context I’m the author of the Calzolari.Grpc.AspNetCore.Validation package, which provides request message validation for gRPC...
-
C# 13 & .NET 9 — Part 14: Web Services, RESTful API, gRPC, Pagination in APIs, Postman and Swagger
medium.com Issue #394
This article is based on Chapter 14: Website Development Using MVC Pattern
-
Cosmos DB Entra ID, AI agents, and .NET performance
DotNetNews Issue #387
A varied .NET roundup covering Entra ID for Cosmos DB, ASP.NET Core client assertions, Blazor callbacks, AI agents, and performance tips.
-
Why We Abandoned Enums for Strings in Our .NET gRPC Service
medium.com Issue #357
Here is the story of why we spent hours fighting the Protobuf specification, and why we ultimately decided to serialize our Enums as…
-
Health checks in .NET — a concise, production-ready guide (liveness, readiness, gRPC, RabbitMQ)
medium.com Issue #323
Health checks are a small investment that dramatically improves service reliability and operability. This article shows a pragmatic…
-
ASP.NET Core and Microservices Architecture
c-sharpcorner.com Issue #305
Learn how to build independent, scalable services using minimal APIs, gRPC, and API Gateways (Ocelot). Discover best practices for database per service, observability with OpenTelemetry, and container...
-
Your .NET Protobuf Collections Might Be Slowing You Down (and Burning Cash)
medium.com Issue #295
How hidden inefficiencies in Protobuf parsing can crush performance and inflate your cloud bill.
-
Building Your First High-Performance gRPC Server in C#-A Developer’s Complete Guide
medium.com Issue #266
Modern applications demand speed, efficiency and seamless communication between distributed systems. While REST APIs have dominated the…
-
REST vs gRPC in .NET: Choosing the Right API Style for Your Backend
medium.com Issue #266
Compare REST and gRPC in ASP.NET Core with examples.
-
Use Pagination, Filtering, and Sorting in GraphQL with Hot Chocolate (.NET)
tomas-svojanovsky.medium.com Issue #233
https://tomas-svojanovsky.medium.com/use-pagination-filtering-and-sorting-in-graphql-with-hot-chocolate-net-5bd64c310fe2
-
JWT auth, Cosmos DB search, Copilot
DotNetNews Issue #205
ASP.NET Core JWT auth, Cosmos DB search, C# practices, .NET 9 features, MAUI login, Aspire health checks, and Build/Copilot videos.
-
gRPC vs REST in .NET: Which Communication Model Should You Choose?
medium.com Issue #189
https://medium.com/@orbens/grpc-vs-rest-in-net-which-communication-model-should-you-choose-efeb03368ff8
-
EF Core, C#, and Azure security
DotNetNews Issue #186
Practical .NET coverage: EF Core tuning, C# pitfalls, OAuth client assertions, SignalR, Kafka, MAUI, AI tooling, and C# 14 preview.
-
The Definitive guide to get ASP.NET Grpc Services working on Azure App Service
todayamerican.medium.com Issue #143
https://todayamerican.medium.com/the-definitive-guide-to-get-asp-net-grpc-services-working-on-azure-app-service-86d1bef0cdc9
-
gRPC, EF Core seeding, and C# delegates
DotNetNews Issue #120
A varied .NET roundup with gRPC in .NET 8, EF Core 9 seeding, source generators, Blazor styling, LINQ performance, and WinForms debugging.
-
EF Core optimization and gRPC SSE
DotNetNews Issue #45
Issue #45 covers EF Core query tuning, gRPC server-sent events, Docker, Serilog, OpenAI, and async patterns for working .NET developers.