grpc.io/content/docs/languages/csharp/_index.md

16 lines
447 B
Markdown

---
title: C# / .NET
---
There are two official implementations of gRPC for C#. The original [gRPC
core-library][core-library] implementation is covered here:
- [Quick start](quickstart)
- [Basics tutorial](basics)
- [API reference](https://grpc.github.io/grpc/csharp/api/Grpc.Core)
For details concerning the newer gRPC for .NET implementation, see [gRPC for
.NET](dotnet).
[core-library]: https://github.com/grpc/grpc/tree/master/src/csharp