TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About GZipStream
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bechir Bejaoui (1)
Abhishek Goswami (1)
Micke Blomqvist (1)
Kirtan Patel (1)
Related resources for GZipStream
No resource found
Zip and Unzip files using GZipStream and DeflateStream classes
9/21/2023 8:55:26 AM.
The dot net framework provides us a way to compress and decompress data using the classes under the System.IO.Compression. There are two main classes that perform the job, namely the GZipStream class
Java vs .NET GZIP Compression
5/29/2013 5:54:11 PM.
This article explains GZIP compression provided by Java and .NET.
Compression of XML file, FTP upload and SQL Server SqlBulkInsert
2/8/2011 2:57:58 PM.
This article describes one approach to upload data from a backend database to a frontend SQL database hosted on a web server using FtpWebRequest, GZipStream and SqlBulkInsert classes in .NET.
Compress and Decompress data using GZipStream
4/10/2010 8:21:29 PM.
This article guides you how to compress the data using GZipStream in C#.