CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2004
    Posts
    481

    Zip Compression in C#

    Hi GURU,

    I am looking at a way to do zip compression in C#. Is there any free library that do zip compression as fast as winzip?

    Cheers

  2. #2
    Join Date
    May 2003
    Location
    Germany
    Posts
    936

    Re: Zip Compression in C#

    This question was asked and answered many times. Please use the search function.
    Useful or not? Rate my posting. Thanks.

  3. #3
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

  4. #4
    Join Date
    Oct 2004
    Location
    Rocket City
    Posts
    220

    Re: Zip Compression in C#

    System.IO.Compression.

  5. #5
    Join Date
    Oct 2004
    Posts
    481

    Re: Zip Compression in C#

    MadHatter,
    Actually, I am currently using that library. It is extremely slow for compressing big files.

    Zips,
    Is System.IO.Compression fast?

    Thanks

  6. #6
    Join Date
    Oct 2004
    Location
    Rocket City
    Posts
    220

    Re: Zip Compression in C#

    ryu,
    Sorry, I don't have any comparison information to provide. It simply saved us the hassle of another third-party inclusion in our solution deployment.

  7. #7
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Lightbulb Re: Zip Compression in C#

    check this link:

    http://www.freedownloadmanager.org/d..._zip_software/

    there are high performance zip component....but some of them are not free....if you want freeware try Sharp Zip Wrapper 1.0 that is free.

    Touraj Ebrahimi [toraj_e] [at] [yahoo] [dot] [com]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured