gRPC code-first
2023
This is an example of using code-first gRPC with .NET types to define service and message contracts. The demonstration also covers additional topics such as validation, integration testing, authentication/authorization, deadlines, client factory, and other best practices.
gRPC
.NET Core
Auth
Integration tests