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

24 lines
758 B
Markdown

---
title: gRPC for .NET
weight: 60
---
The following pages cover the C# implementation of gRPC for .NET
([grpc-dotnet][]):
- [Introduction to gRPC on .NET Core](https://docs.microsoft.com/aspnet/core/grpc)
- [Tutorial: Create a gRPC client and server in ASP.NET Core][tutorial]
- [API reference](../api/grpc/csharp-dotnet/api/Grpc.Core)
Several sample applications are available from the [examples][] folder in the
[grpc-dotnet][] repository.
{{< note >}}
Looking for gRPC C# core-library documentation?
See the [gRPC C# main page](..).
{{< /note >}}
[examples]: https://github.com/grpc/grpc-dotnet/tree/master/examples
[grpc-dotnet]: https://github.com/grpc/grpc-dotnet
[tutorial]: https://docs.microsoft.com/aspnet/core/tutorials/grpc/grpc-start