>> C#

Compress and decompress with c#?

Hi, Does someone know about a good easy to use and implement library
which is very good at compressing text files?

www.hd720i.com/..../16-1.aspx

Re: Compress and decompress with c#?

SharpZipLib at www.icsharpcode.net/../.

Re: Compress and decompress with c#?

www.chilkatsoft.com/zip-dotnet.asp

Re: Compress and decompress with c#?

Why not use the library that comes with the .Net Framework (2.0 and
above)?

You can use the DeflateStream or GZipStream classes to compress and
decompress information. Noting stops you from connecting either with a
FileStream to compress a file. Both Deflate and GZip will do a fine job when
compressing text. And they are as simple to implement as you can get when
programming under .Net, since you don't need to deploy any library, just the
Framework (which you would need anyway to run your program, even if you were
using a different compression library).

RE: Compress and decompress with c#?

Try this link

www.codeguru.com/../c13375

Re: Compress and decompress with c#?

Actually I didnt know about it. Thanks!

Recommended articles

Dataset "Træk&Slip" metoden
How to save generic entity without reflection
Exception (Resources)
Register for COM interop 64 bit problem
LINQ - retrieve differences between two generic Lists
Foreground color of a disabled button
How to programmatically resize the height of a custom IE toolbar written in C#? When I resize it, it shrinks but the real-estate it is in stays the same size.
How to create a vertical tool bar for IE with C#?
False Positives From String Comparison using string.Equals()
Creating an array of forms
Query with Dataset
Clear the saved value in a TextBox
Help on generic space
SQL Server 2000 and 2005 threads
WPF ToolBar: problem with CurrentItem
Appliation.Exit not killing my Threads
What am I doing wrong with GCHandle here...
Simple databinding in WPF issue
Windows service stops responding
Versioning problems 2