Josef Ottosson

Josef Ottosson

Freelancing Software Developer/Architect

Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft
Azure Storage - Zip multiple files using Azure Functions
azure

Azure Storage - Zip multiple files using Azure Functions

Shows how to take x amount of files from Azure Storage and generate a zip file.

an hour ago January 9th, 2021 7 min read
Polymorphic deserialization with System.Text.Json
dotnet core

Polymorphic deserialization with System.Text.Json

How to do polymorphic deserialization with System.Text.Json by using a custom JsonConverter.

20 days ago December 20th, 2020 8 min read
Efficient file uploads with dotnet
dotnet

Efficient file uploads with dotnet

How to upload large files without allocating like crazy using dotnet

a month ago December 8th, 2020 3 min read
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.

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

3 months ago September 29th, 2020 3 min read
Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft