- Security Experiments with gRPC and ASP.NET Core 3.0
- Running Razor Pages and a gRPC service in a single ASP.NET Core application
- gRPC Bi-directional streaming with Razor Pages and a Hosted Service gRPC client
2019-06-14: Updated Nuget packages, .NET Core 3 preview6 changes
2019-05-07: Updated Nuget packages, .NET Core 3 preview5 changes
2019-04-20: Updated Nuget packages, .NET Core 3 preview4 changes
2019-03-25: Added secure Bi-directional streaming Hosted Service example, code clean up
2019-03-08: Added Razor Pages to gRPC server
2019-03-08: Removing the IHttpContextAccessor, no longer required
2019-03-07: Updated the auth security to configure this on the route, attributes are not supported in the current preview.
https://github.com/grpc/grpc-dotnet/
https://www.stevejgordon.co.uk/early-look-at-grpc-using-aspnet-core-3