2019-08-14 03:56:56 +08:00
---
page_type: sample
2020-05-07 11:27:43 +08:00
description: "Sample projects for a gRPC Service and gRPC client on ASP.NET Core."
2019-08-14 03:56:56 +08:00
languages:
2019-08-14 04:20:23 +08:00
- csharp
2019-08-14 03:56:56 +08:00
products:
2019-08-14 04:20:23 +08:00
- dotnet-core
- aspnet-core
- vs
urlFragment: create-grpc-client
2019-08-14 03:56:56 +08:00
---
2019-08-14 04:20:23 +08:00
2020-05-07 11:27:43 +08:00
# Create a gRPC client and server in ASP.NET Core 3.1
2019-08-14 03:56:56 +08:00
2020-05-07 11:27:43 +08:00
This sample demonstrates a .NET Core [gRPC ](https://grpc.io/docs/guides/ ) client and an ASP.NET Core gRPC Server.
2019-08-14 03:56:56 +08:00
2022-09-21 08:37:02 +08:00
For a tutorial on this sample see [Tutorial: Create a gRPC client and server in ASP.NET Core ](https://learn.microsoft.com/aspnet/core/tutorials/grpc/grpc-start?view=aspnetcore-3.1&tabs=visual-studio )
2019-08-14 03:56:56 +08:00
### Docs help & next steps for gRPC
2022-09-21 08:37:02 +08:00
* [Introduction to gRPC on ASP.NET Core ](https://learn.microsoft.com/aspnet/core/grpc/ )
* [gRPC services with C# ](https://learn.microsoft.com/aspnet/core/grpc/basics/ )
* [Migrating gRPC services from C-core to ASP.NET Core ](https://learn.microsoft.com/aspnet/core/grpc/migration/ )