Using Memo BLOB to Enable Huge Text

Generally speaking, enabling huge text fields in NAV is bad design because it encourages dumping unstructured data into the system. Reason Codes is an example of adding useful, structured data to the system. But, every once in a while, there’s a legitimate need to write up…

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.…