Chris Ongsuco's Weblog
Information Technology, business, life, food...

Database

Database BLOB Compression using C# and SharpZipLib

Sometimes you just have to save files in the database. The reason? Because "Simon" said so. So without further ado, here is a simple example on how to compress files using C# and SharpZipLib: Read the full article here