mirror of https://github.com/grpc/grpc.io.git
18 lines
467 B
Markdown
18 lines
467 B
Markdown
---
|
|
title: C# / .NET
|
|
api_path: grpc/LANG/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)
|
|
- [Daily builds](daily-builds)
|
|
|
|
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
|