Josef Ottosson

Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2025

dotnet

A collection of 43 posts

mongodb

MongoDB - Missing discriminator array when doing upserts with UpdateOneModel

Upserts in combination with UpdateOneModel does not append the discriminator field. I'll show you some workarounds

5 years ago October 4th, 2020 6 min read
Tidy up your HttpClient usage
httpclient

Tidy up your HttpClient usage

Quick tip of how to reduce boilerplate code when dealing with HttpClient

5 years ago September 29th, 2020 3 min read
CSVHelper - Read column value into a List property
dotnet

CSVHelper - Read column value into a List property

Quick tip showing how to split a column into multiple strings and populate a list when reading CSV files using CSVHelper

5 years ago August 21st, 2020 2 min read
Custom Dictionary JsonConverter using System.Text.Json
dotnet

Custom Dictionary JsonConverter using System.Text.Json

How to customize the deserialization/serialization of Dictionary<string, object> using System.Text.Json and a custom JsonConverter

5 years ago August 16th, 2020 8 min read
Dotnet pack - include referenced projects
dotnet

Dotnet pack - include referenced projects

Shows how to workaround the current limitations of dotnet pack when referencing other projects

5 years ago August 5th, 2020 6 min read
Subscribe via RSS
© Josef Ottosson 2025