# Walkthrough

Want to learn some real-case examples of working with C1.Zip? This topic enlists all the major tutorials or walkthroughs you can perform with the API.

## Content



These walkthrough topics discuss how to implement some real-case examples with C1.Zip library:

| **Topic** | **Description** |
| --- | --- |
| [Compress Data in Memory](/componentone/docs/services/online-zip/walkthrough/compress-data-in-memory) | Provides step-by-step guidance on compressing data in memory. It also covers decompressing memory streams. |
| [Compress DataSets to Zip Files](/componentone/docs/services/online-zip/walkthrough/compress-datasets-zipfiles) | Provides step-by-step guidance on compressing and decompressing datasets to zip files. |
| [Saving String Variable to Zip Files](/componentone/docs/services/online-zip/walkthrough/saving-string-variable-zipfiles) | Provides step-by-step guidance on saving strings to zip files. |

## See Also

[Compress DataSets to Zip Files](/componentone/docs/services/online-zip/walkthrough/compress-datasets-zipfiles)

[Compress Data in Memory](/componentone/docs/services/online-zip/walkthrough/compress-data-in-memory)

[Saving String Variable to Zip Files](/componentone/docs/services/online-zip/walkthrough/saving-string-variable-zipfiles)