Resilient connection to RabbitMQ
The connection with RabbitMQ isn't always stable. The reconnection not always is working. I want to create a resilient connection…
The connection with RabbitMQ isn't always stable. The reconnection not always is working. I want to create a resilient connection…
In the ever-evolving landscape of software development, effective logging is crucial for maintaining robust and...
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a…
In this new post, I show how to connect our application to MongoDB using Node.js. Send users and test your…
I share the code for a Blazor integration with Identity Server and BFF. All browsers don't allow to share or…
I will demonstrate how you can create your own custom control for MAUI using SkiaSharp and what you need to do in…
Write a ChatGPT client in C# using the OpenAI API: walkthrough the process of creating human-like responses
If you create APIs, you can face that same Methods not Allowed in with ASP.NET Core, NET6 or NET7.
In my previous post titled Create Stripe Webhooks Receiver I created a webhook and now...
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I…
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or…