Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2026

Josef Ottosson

114 posts
asp.net core

JOS.Enumeration - Minimal API support

Binding enumerations in ASP.NET Core Minimal APIs using TryParse and BindAsync methods for parameter binding.

a year ago July 19th, 2025 2 min read
tips and tricks

Don't reinvent the wheel - configuration

Avoid creating custom environment helpers - use the built-in functionality instead.

a year ago June 7th, 2025 2 min read
asp.net core

Stream files from Postgres - dotnet core

Streaming files from a database without allocating like crazy? Let's see how we can stream files from Postgres with dotnet core and npgsql.

a year ago February 21st, 2025 5 min read
dotnet

Automatically format your dotnet code using dotnet format - GitHub Actions

Use dotnet format in your GitHub Actions pipelines to automatically format your code and avoid noise in pull requests

2 years ago December 30th, 2024 5 min read
c-sharp

System.Text.Json and immutable types - Deserialization

This post shows how to serialize and deserialize immutable C# domain objects without using any attributes.

2 years ago December 13th, 2024 7 min read
Subscribe via RSS
© Josef Ottosson 2026