Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Zip control in WPF as similar to Silverlight Zip compression(Infragistics.Compression.ZipFile)
posted

Hi Team,

  I have developed an application in silverlight & WPF using MVVM. There is a need for Zip functionality and i am using the Infragistics.Compression.ZipFile Class.

How can implement same in WPF?

Do you have any supporting library for ZIP in WPF?

Thanks

Sundar

Parents
No Data
Reply
  • 34430
    Offline posted

    Hello Sundar,

    The Infragistics Compression library only currently exists in the Silverlight control suite. If you would like to see this included in the WPF controls, I would recommend suggesting a new product idea for it at http://ideas.infragistics.com. This product ideas site will place you in direct communication with our product management team who plans and prioritizes upcoming features and development based on community and user feedback.

    As an alternative, I would recommend using the System.IO.Compression library built into .NET Framework 4.5. You can read further about this at the following blog post: https://www.codeproject.com/Articles/381661/Creating-Zip-Files-Easily-in-NET.

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Associate Developer

Children
No Data