Minimal Api in .NET 6 Out Of Process Azure Functions
Can you write a “Minimal Api” using Azure Functions in .NET 6.0? Let’s take a look!
Can you write a “Minimal Api” using Azure Functions in .NET 6.0? Let’s take a look!
Having an issue with submitting scaffolded razor pages on localhost?
Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.
Set up a custom WebApplicationFactory to always add specific headers to the generated HttpClient
Needed to spin up a dependency such as Redis locally but it’s too involved using Docker or the alternatives aren’t good enough? Let’s explore how to harness the power of Docker but keeping the friction low.