I Code, Therefore I Am

while(!(succeed == try()));

SharpZipLib & C# – Part I

| June 28, 2010

In yesterday’s entry we looked at using the System.IO.Compression Namespace for compressing & decompressing files in C#. As mentioned the major drawback of this is that GZip contains no header information so unless you want to take the time to write your own file format to track what’s in your article (can be very time [...]