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.
Setting up a new solution purely on the command line and getting them to run with Project Tye
Ever wanted to define a dependency as optional and only be loaded depending on consumption of your service?
How many times do you create a private options variable when using json serializer and end up with duplicate code? Let’s take a look at one option to help resolve this.
Investigating how to write integration tests while swapping out dependencies with mocked instances using Moq
Writing integration tests for your application while keeping your tests as DRY as possible by removing the boiler plate code