mirror of https://github.com/grpc/grpc.io.git
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
---
|
|
title: C# Quick Start (for the "grpc-dotnet" implementation)
|
|
layout: quickstart
|
|
short: C# with grpc-dotnet
|
|
description: 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](../csharp) 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](https://docs.microsoft.com/aspnet/core/tutorials/grpc/grpc-start). See the [gRPC documentation](https://docs.microsoft.com/aspnet/core/grpc) 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](https://github.com/grpc/grpc-dotnet/tree/master/examples).
|