mirror of https://github.com/grpc/grpc.io.git
969 B
969 B
| title | description | weight |
|---|---|---|
| Quick Start using grpc-dotnet | This guide gets you started with gRPC for .NET with a simple working example. | 2 |
{{< note >}} This is a quick start guide for the "grpc-dotnet" implementation of gRPC C#s. See gRPC C# Quick Start for how to start with the gRPC C# implementation based on native Core library. {{< /note >}}
General project info
See https://github.com/grpc/grpc-dotnet for general info about the "gRPC for .NET" project.
gRPC ASP.NET Core Tutorial
The best way to start is the gRPC ASP.NET Core Tutorial. See the gRPC documentation section in ASP.NET Core's documentation for a more thorough overview.
More Examples
More code examples for grpc-dotnet are at https://github.com/grpc/grpc-dotnet/tree/master/examples.