From bd5337cc9e321b691ee4b8f25baae93959b9c76e Mon Sep 17 00:00:00 2001 From: "docs.microsoft.com Product Bot" <33675759+docs-product@users.noreply.github.com> Date: Tue, 13 Aug 2019 13:20:23 -0700 Subject: [PATCH] Update readme.md --- aspnetcore/tutorials/grpc/readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/aspnetcore/tutorials/grpc/readme.md b/aspnetcore/tutorials/grpc/readme.md index 38509ced3c..d6d26305ca 100644 --- a/aspnetcore/tutorials/grpc/readme.md +++ b/aspnetcore/tutorials/grpc/readme.md @@ -1,14 +1,15 @@ --- page_type: sample -description: "This tutorial shows how to create a gRPC Service and gRPC client on ASP.NET Core. Learn how to create a gRPC Service project, edit a proto file, and add a duplex streaming call." +description: "This tutorial shows how to create a gRPC Service and gRPC client on ASP.NET Core." languages: - - csharp +- csharp products: - - dotnet-core - - aspnet-core - - grpc - - visual-studio +- dotnet-core +- aspnet-core +- vs +urlFragment: create-grpc-client --- + # Create a gRPC client and server in ASP.NET Core 3.0 using Visual Studio This tutorial shows how to create a .NET Core [gRPC](https://grpc.io/docs/guides/) client and an ASP.NET Core gRPC Server.