Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vahidfarahmandian/jinget-grpc

This repository provides samples for implementing gRPC server and client using .Net 5.0. This repository also contains a presentation file which has some hands on tips about working with gRPC.
https://github.com/vahidfarahmandian/jinget-grpc

dotnet5 grpc

Last synced: 16 days ago
JSON representation

This repository provides samples for implementing gRPC server and client using .Net 5.0. This repository also contains a presentation file which has some hands on tips about working with gRPC.

Awesome Lists containing this project

README

        

# Build High Performance Services with gRPC and .NET 5

Here are some useful links to learn gRPC:

1. [gRPC Documentation | grpc.io](https://grpc.io/docs/)
2. [gRPC-Gateway | grpc-ecosystem.github.io](https://grpc-ecosystem.github.io/grpc-gateway/)
3. [Introduction to gRPC on .NET | Microsoft Docs](https://docs.microsoft.com/en-us/aspnet/core/grpc/?view=aspnetcore-5.0)
4. [gRPC for .NET | github.com](https://github.com/grpc/grpc-dotnet)
5. [Logging gRPC requests using Serilog | gsferreira.com](https://gsferreira.com/archive/2019/04/logging-grpc-requests-using-serilog/)
6. [Getting Started with gRPC Client Factory | stevejgordon.co.uk](https://www.stevejgordon.co.uk/getting-started-with-grpc-client-factory-in-asp-net-core)