Josef Ottosson

Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2025

testing

A collection of 7 posts

System.Text.Json

Some basic query support for System.Text.Json - (JSONPath inspired)

Shows how to select and remove properties on a JsonObject using some custom extension methods.

2 years ago April 22nd, 2023 4 min read
dotnet

Prefix your http requests without touching the actual HttpClient code

Prefix your http calls without modifying the actual HttpClient code using a custom DelegatingHandler

2 years ago December 21st, 2022 3 min read
testing-your-dotnet-applications

Using a real Postgres database in your GitHub CI pipeline

Shows how to use a Postgres database when running your tests in GitHub actions

2 years ago December 9th, 2022 1 min read
Testing your ASP.NET Core application - using a real database
dotnet

Testing your ASP.NET Core application - using a real database

Second post in my "testing your dotnet application" series. This post will focus on using a real database when testing our application

2 years ago November 27th, 2022 5 min read
Testing your dotnet applications - Boilerplate
dotnet

Testing your dotnet applications - Boilerplate

First post in a series that will show you different ways of how to test your ASP.NET/Dotnet Core applications. This post shows a simple integration test for an API endpoint

3 years ago October 19th, 2022 3 min read
Subscribe via RSS
© Josef Ottosson 2025