/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dylanbeattie.net
| | whatibroke.com
9.8 parsecs away

Travel
| | Hey everyone, Just a quick post on how to use postman with a gRPC endpoint using .net core. Add the grpc reflection package to your project: dotnet add package Grpc.AspNetCore.Server.Reflection Add to the container and include the middleware in your program.cs: builder.Services.AddGrpc(); # Add this line. builder.Services.AddGrpcReflection(); var app = builder.Build(); app.MapGrpcService(); # Add this
| | haacked.com
12.1 parsecs away

Travel
| | Comparing setting up a PostgreSql dependency using Docker vs using .NET Aspire?
| | www.leerichardson.com
9.8 parsecs away

Travel
| | A blog about dev: web and mobile, especially .Net, OSS and CI.
| | geekken.blog
17.9 parsecs away

Travel
| 1 post published by Geek Ken on November 1, 2022