Microservices best practise structure How to structure your microservice This blog post will describe a way to structure your code for a .NET microservice.
Minimal APIs dotnet asp.net Minimal APIs in .NET 6: How to bind [FromQuery] Minimal APIs in .NET 6 does not support the [FromQuery]-binding. Here's how you mitigate that using custom bindings.
Azure Service Bus Microservices Hangfire Microservice-ish architecture with .NET Core and Azure Service Bus Microservices, events and serverless are all trending topics when it comes to software architecture. This blog post gives a practical approach to becoming trendy.