LOCATION: HomeSupportSamplesZip .NET

Press Releases

November 10, 2008
G-sensor technology finds its place in business solutions

October 27, 2008
Resco releases Resco MobileForms Toolkit 2008 Volume 3

Popular component suite with new data input capabilities

More
Latest Versions

December 19, 2008
OutlookControls .NET v6.5.0.5

December 10, 2008
DetailView .NET v6.5.0.1

December 05, 2008
Zip .NET v6.5.0.2

December 04, 2008
AdvancedList .NET v6.5.0.1

More

Resco Zip .NET Samples

In this section you can preview code samples to demonstrate the capabilities of the Resco Zip .NET library.

Note: Some samples may require Windows Mobile 5.0 SDK installed to be run. You can download Windows Mobile 5.0 SDK free of charge from Microsoft webpage here.

Zip archive sample

This sample demonstrates the capabilities of the ZipArchive class showing how to:

  • Add, extract, delete and rename a file form an archive
  • Get directories, files and attributes
  • Use PasswordRequired event and Progress delegate

Download C# Sample  |  Download VB Sample

Compressed Dataset sample

This sample demonstrates the capabilities to work with the ZipArchive and the ZipStream class showing how to:

  • Open compressed XML Dataset file and use them as a stream
  • Add/Replace modified Dataset stream to the zip archive

Download C# Sample  |  Download VB Sample

Data transfer sample

This client-server sample demonstrates how to use the ZipStream class to speed up the data transfer through the Zip compression. It contains of:

  • Web application, providing three data access methods - GetFiles, Download and Upload
  • Client side application, using server methods to show a list of server files and allow file download and upload

Download C# Sample  |  Download VB Sample