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

21 lines
705 B
Markdown

---
title: gRPC for .NET
---
For an introduction to gRPC for .NET ([grpc-dotnet][]) and a basic tutorial, see
the following pages:
- [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]
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