# hello-grpc-csharp **Repository Path**: feuyeux/hello-grpc-csharp ## Basic Information - **Project Name**: hello-grpc-csharp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-25 - **Last Updated**: 2023-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Grpc ## README # grpc c# demo ## PREREQUISITES ### .NET SDK - Download - What is ## BUILD ```bash dotnet clean dotnet build sh server_start.sh sh client_start.sh ``` grpc generated files: - Common/obj/Debug/net7.0/Landing.cs ## RUN ```bash dotnet HelloServer/bin/Debug/net7.0/HelloServer.dll ``` ```bash dotnet HelloClient/bin/Debug/net7.0/HelloClient.dll ``` > ## docker > > - > -