Xceed.Products.RealTimeZip.Full 7.3.25608.7354

dotnet add package Xceed.Products.RealTimeZip.Full --version 7.3.25608.7354
                    
NuGet\Install-Package Xceed.Products.RealTimeZip.Full -Version 7.3.25608.7354
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xceed.Products.RealTimeZip.Full" Version="7.3.25608.7354" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xceed.Products.RealTimeZip.Full" Version="7.3.25608.7354" />
                    
Directory.Packages.props
<PackageReference Include="Xceed.Products.RealTimeZip.Full" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xceed.Products.RealTimeZip.Full --version 7.3.25608.7354
                    
#r "nuget: Xceed.Products.RealTimeZip.Full, 7.3.25608.7354"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xceed.Products.RealTimeZip.Full@7.3.25608.7354
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xceed.Products.RealTimeZip.Full&version=7.3.25608.7354
                    
Install as a Cake Addin
#tool nuget:?package=Xceed.Products.RealTimeZip.Full&version=7.3.25608.7354
                    
Install as a Cake Tool

Xceed RealTime Zip for .NET – Create ZIP Files On-the-Fly in .NET

Xceed Real-Time Zip for .NET provides a powerful way to create and extract ZIP archives without loading files into memory or creating temporary files on disk.
It is ideal for scenarios requiring on-the-fly streaming of large ZIP archives, such as dynamic downloads in ASP.NET, web APIs, or server-based systems.

Xceed.FTP.NET

Click the image above to receive a trial license. It unlocks all features of the component. See the Get Started section below for details.

Brought to you by Xceed Software, a leader in .NET compression and file management tools for over two decades.


Features

Streaming Zip Compression

  • Create ZIP archives dynamically as data is provided
  • Stream files directly from disk, database, or other sources
  • Write compressed data directly to HttpResponse, Stream, or memory

Streaming Zip Decompression

  • Read ZIP contents without first extracting entire archive
  • Efficient memory usage even with large files

Designed for Performance

  • No temporary files or in-memory buffering required
  • Optimized for large datasets and web-scale scenarios
  • Stream-safe, multithread-friendly design

Compatibility

  • .NET Framework 4.0 and later

  • .NET 5 and later

  • .NET Standard 2.0 and later

  • Runs on Windows, macOS, and Linux

  • Works in desktop, web, and cloud environments

  • Integrates with ASP.NET, Blazor, and Xamarin applications


Features

Feature Description
Streaming ZIP Creation Add files to a ZIP stream one at a time without needing to seek or buffer
No Temp Files Write directly to output streams—ideal for web and cloud-based apps
Read Entries as Streams Decompress and read ZIP entries on demand using stream access
Large File Support Process files of any size efficiently
Async Support Works with Stream, HttpResponse, and async workflows
Low Memory Footprint No full archive or file loading—handles massive archives efficiently
Zip64 Support Fully supports large archives with ZIP64 extensions
Cross-Platform Works across Windows, Linux, and macOS environments
High Throughput Optimized for performance in data-driven .NET applications

Get Started

Install via NuGet:

dotnet add package Xceed.Products.RealTimeZip.Full

Add the license key in your application code:

static void Main( string[] args )
{
  Xceed.Zip.ReaderWriter.Licenser.LicenseKey = "ZRTXX-XXXXX-XXXXX-XXXX";
  
  Console.WriteLine( "Hello World!" );
}

Read the full documentation licensing article here.


Documentation and Resources

Resource Link
Product Page & Pricing Xceed Real-Time Zip for .NET
Documentation Online Documentation
NuGet Package NuGet Package
Blog & Updates Xceed Blog
Support Forum Xceed Support
License Details Xceed Licensing
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.3.25608.7354 1,657 12/8/2025
7.3.25458.6687 5,545 9/9/2025
7.2.25228.6184 8,147 5/2/2025
7.2.25102.5775 4,245 2/3/2025
7.1.24152.2253 6,905 3/4/2024
7.1.23524.1212 539 10/25/2023
7.1.23156.243 530 4/3/2023
7.1.22574.1922 660 11/25/2022
7.0.21480.13520 2,407 10/1/2021
6.9.21072.16380 1,529 1/26/2021
6.8.20412.1505 1,599 8/26/2020
6.7.19076.18060 1,859 1/30/2019

See Xceed RealTime Zip for .NET web site for complete release notes: https://xceed.com/release-notes/#rt-zip-net-7.3.25608.7354