mirror of https://github.com/grpc/grpc.io.git
17 lines
449 B
Markdown
17 lines
449 B
Markdown
---
|
|
title: C# / .NET
|
|
api_path: api/Grpc.Core
|
|
---
|
|
|
|
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](api/{{< param api_path >}})
|
|
|
|
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
|