How to create an API Gateway using Azure API Management 2022-11-22 5 min read Blog In a microservices architecture, an API Gateway hides your real endpoints. We will create one using Azure API Management Continue reading
How to deploy .NET APIs on Azure using GitHub actions 2022-11-08 7 min read Blog Building APIs with .NET is easy. Deploying them on Azure is easy too, with GitHub Actions! Continue reading
3 (and more) ways to set configuration values in .NET 2022-10-18 6 min read Blog Every application relies on some configurations. Many devs set them up using only the appsettings file. But there’s more! Continue reading
The 2 secret endpoints I create in my .NET APIs 2022-10-04 7 min read Blog In this article, I will show you two simple tricks that help me understand the deployment status of my .NET APIs Continue reading
How to log Correlation IDs in .NET APIs with Serilog 2022-09-20 6 min read Blog APIs often call other APIs to perform operations. If an error occurs in one of them, how can you understand the context that caused that error? You can use Correlation IDs in your logs! Continue reading
How to propagate HTTP Headers (and Correlation IDs) using HttpClients in C# 2022-08-02 10 min read Blog Propagating HTTP Headers can be useful, especially when dealing with Correlation IDs. It’s time to customize our HttpClients! Continue reading
5 tricks every C# dev should know about LINQPad 2022-07-19 5 min read Blog LINQPad is one of the tools I use daily. But still, I haven’t used it at its full power. And you? Continue reading