Resize Image using DotNet

We have a function to export items and their images to an Excel file using an RDLC report. However, the user was always forced to export in smaller parts, because the dataset was growing too big. After some checking, it seems that their images were all…

Writing to a blob: heads up

Recently I was creating a function to resize an image. The function itself was resizing the image perfectly, however, my file size was always at least the same size… I think I tried about 8 different pieces of DotNet code, always resulting in the same thing.…