AspNetCore.Docs/aspnetcore/tutorials/grpc
Wade Pickett 4b3aa5688b
gRPC service with CSharp v6 udpate (#23419)
* gRPC service with CSharp v6 udpate

* Included packagereference setings from sample

* Added snippet region to GreeterService.cs
2021-10-01 09:44:25 -07:00
..
grpc-start gRPC service with CSharp v6 udpate (#23419) 2021-10-01 09:44:25 -07:00
grpc-start.md V6 update: gRPC client and server tutorial update VS 2022 and VSC (#23253) 2021-09-28 15:49:29 -07:00
readme.md gRPC sample link fix (#18282) 2020-05-12 16:13:09 -07:00

readme.md

page_type description languages products urlFragment
sample Sample projects for a gRPC Service and gRPC client on ASP.NET Core.
csharp
dotnet-core
aspnet-core
vs
create-grpc-client

Create a gRPC client and server in ASP.NET Core 3.1

This sample demonstrates a .NET Core gRPC client and an ASP.NET Core gRPC Server.

For a tutorial on this sample see Tutorial: Create a gRPC client and server in ASP.NET Core

Docs help & next steps for gRPC