Working with SQL Server BLOB Data in .NET
Introduction Binary Large Objects (BLOBs) are pieces of data that have -usually- exceptionally large size (such as pictures or audio tracks). These values stored in SQL Server in an imagecolumn. Sometimes the term BLOB is also applied to large character… Continue Reading