Skip to content

Commit bd5337c

Browse files
authored
Update readme.md
1 parent eccb835 commit bd5337c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

aspnetcore/tutorials/grpc/readme.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
page_type: sample
3-
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."
3+
description: "This tutorial shows how to create a gRPC Service and gRPC client on ASP.NET Core."
44
languages:
5-
- csharp
5+
- csharp
66
products:
7-
- dotnet-core
8-
- aspnet-core
9-
- grpc
10-
- visual-studio
7+
- dotnet-core
8+
- aspnet-core
9+
- vs
10+
urlFragment: create-grpc-client
1111
---
12+
1213
# Create a gRPC client and server in ASP.NET Core 3.0 using Visual Studio
1314

1415
This tutorial shows how to create a .NET Core [gRPC](https://grpc.io/docs/guides/) client and an ASP.NET Core gRPC Server.

0 commit comments

Comments
 (0)