Update readme.md

pull/13813/head 75368
docs.microsoft.com Product Bot 2019-08-13 13:20:23 -07:00 committed by GitHub
parent eccb835a7b
commit bd5337cc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 6 deletions

View File

@ -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.