Josef Ottosson

Josef Ottosson

Freelancing Developer · Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2025

dotnet core

A collection of 29 posts

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 month 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

3 months 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.

4 months ago December 13th, 2024 7 min read
dotnet

Keeping your nuget packages in check

It's important to keep your NuGet dependencies up to date. In this post, I'll share some tips and tricks for managing package updates effectively.

6 months ago October 4th, 2024 4 min read
dotnet

UnsafeAccessor is my new best friend

How can you access a private field using both Reflection and the new UnsafeAccessor approach introduced in .NET 8, and what are the benefits in terms of performance and code reduction?

9 months ago July 11th, 2024 2 min read
Subscribe via RSS
© Josef Ottosson 2025