Efficiently transfer c# objects to from Azure blob storage
Azure Blob Storage is primarily designed to store files and the client API is intuitively geared towards working with files and streams
Recently I had to deal with reading/writing in-memory objects using blob storage. There was not much literature re...
basantakharel.com3 min read
Julien Borrel
lacks ms.Flush(); after await JsonSerializer.SerializeAsync(ms, data); otherwise the file is empty.