You have to get hold of third party libraries that will do the job, for example
sharpziplib
Unless you meant compression not related to the standard Zip file format, there is the System.IO.Compression namespace that enable you to compress/decompress stream of data for example to a file with the Gzip or Deflate method.