JoeMarkov
JoeMarkov
Today when you define your client in code, the classes get quite long and unmaintainable. Often you have one definition for development and one for production that you need to...
Here's some bugs I found in the bootcamp: **Item #1** In the 'Akka.NET Bootcamp Unit 1' email it says: o get started, go to the /DoThis/ folder and open **WinTail.sln.**...
In MediatR we define a command like: `public class Ping : IRequest { }` and the corresponding handler like: ``` public class PingHandler : IRequestHandler { public Task Handle(Ping request,...
Hosting gRPC on IIS - Trailers are not supported for this response. The server may not support gRPC.
I have a sample ASP.NET Core 8 application, using the default gRPC template , added Serilog and "Grpc.AspNetCore.Server.Reflection, all works fine locally. Using the default greeter service sample. I am...
Please add some guidance on how to properly deploy a .NET 8 container to ACI , that is running as non-root user and wants to listen to port 80. There's...
Today its pretty impossible to get some insights in why deploys are slow. Some more timing details in the log would be helpful here. Personally I notice that deployment is...