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!

September 7, 2021 · 10 min

Razor Pages Scaffolding Submit with Error 400

Having an issue with submitting scaffolded razor pages on localhost?

August 10, 2021 · 2 min

Default .NET 5.0 WeatherForecastController as an Azure Function

Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.

February 23, 2021 · 4 min

Integration Testing with ASP.NET Core 3.1 - Set Default Headers for All Clients

Set up a custom WebApplicationFactory to always add specific headers to the generated HttpClient

October 20, 2020 · 4 min

Using Project Tye to Run Dependent Services for use with ASP.NET Core

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.

September 8, 2020 · 7 min