C# Quick Start (for the "grpc-dotnet" implementation)

This guide gets you started with gRPC for .NET with a simple working example.

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.

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 thegRPC ASP.NET Core Tutorial. See thegRPC documentation section in ASP.NET Core’s documentation for a more thorough overview.

More Examples

More code examples for grpc-dotnet are athttps://github.com/grpc/grpc-dotnet/tree/master/examples.