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

24 lines
750 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)
Several sample applications are available from the [examples][] folder in the
[grpc-dotnet][] repository.
{{% alert title="Note" color="info" %}}
Looking for gRPC C# core-library documentation?
See the [gRPC C# main page](..).
{{% /alert %}}
[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