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 Zip
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (5)
Anubhav Chaudhary (2)
Muhammad Shakir (2)
Kishor Bikram Oli (2)
Vivek Kumar (1)
Jaimin Shethiya (1)
Sai Sherlekar (1)
Onkar Sharma (1)
Jayraj Chhaya (1)
Miguel Teheran (1)
Sanjay Kumar (1)
Bechir Bejaoui (1)
Sardar Mudassar Ali Khan (1)
Amit Mohanty (1)
Sanjay Kumar Pathak (1)
Amit Bhatt (1)
Azim Zahir (1)
Neha Sharma (1)
Sanjeeb Lenka (1)
Nitin Bhardwaj (1)
Bassam Alugili (1)
Suraj Sahoo (1)
Arvind Kushwaha (1)
Kaushik Dudhat (1)
Manoj Kalla (1)
Satyaprakash Samantaray (1)
Nilesh Jadav (1)
Sibeesh Venu (1)
Debendra Dash (1)
Rajeesh Menoth (1)
Pradip Pandey (1)
Vipul Malhotra (1)
Rizwan Ali (1)
Abhishek Kumar Ravi (1)
Tanima (1)
Abhishek Goswami (1)
Vinod Kumar (1)
Sharad Gupta (1)
Rick Malek (1)
neill harper (1)
Mohammed Habeeb (1)
Amit M (1)
Micke Blomqvist (1)
Jean Paul (1)
Kirtan Patel (1)
Mohammad Elsheimy (1)
Joshy George (1)
Jigar Desai (1)
Related resources for Zip
No resource found
Compressing Web API Responses Using DotNetZip
6/4/2024 9:48:49 AM.
Compressing Web API responses with DotNetZip enhances efficiency and performance by reducing data size. Using compression techniques like Gzip or Deflate, it optimizes data transmission, improving res
Upload a File and Then Create Zip File in .NET 4.5
4/29/2024 9:55:58 AM.
Learn file upload and zip file creation using DotNetZip Library in ASP.NET application. Setup library reference, add file upload control, and implement zip file creation logic. Utilize System.IO for
Upload Multiple Files and Then Create a Zip File
4/25/2024 10:09:09 AM.
Upload multiple files, then use the ZipArchive class in System.IO.Compression to compress them into a single zip file. This server-side process streamlines file management, enabling efficient transfer
Response Compression in .NET Core
3/22/2024 6:14:59 AM.
Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
Backup Your Source Code Daily Using C# Programming
3/6/2024 10:26:00 AM.
Discover an automated solution for daily source code backup with ease. This content introduces an executable file designed to streamline the backup process, ensuring your data is safeguarded without m
How To Zip a File or Folder In Windows 10
2/22/2024 11:31:12 AM.
This content provides a comprehensive guide on zipping and unzipping files and folders in Windows 10. It begins with an introduction to archive files and their significance in storage and portability.
Response Compression in ASP.NET Core
12/13/2023 10:39:30 AM.
Response Compression. Learn the essentials of response compression in web applications, enhancing performance by reducing HTTP response sizes. Explore benefits, implementation steps, compression provi
Reading Zip Files with SharpZip Library in .NET
10/9/2023 8:45:51 AM.
SharpZipLib is a library for .NET that allows working with compressed files, particularly ZIP archives. To read a ZIP file using SharpZipLib, you first install the library and import the necessary nam
Zip Archives In C#
9/24/2023 3:49:56 PM.
This article explains how to create and extract a Zip archive using the Zip File class.
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
Creating a File Zip Functionality in ASP.NET Core Web API
9/12/2023 7:06:29 AM.
Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and gen
Downloading Files in Zip Format in .NET Core Web API
7/21/2023 7:54:33 AM.
This article explains how to enable users to download multiple files as a single zip archive from a .NET Core Web API. It covers setting up the project, adding required NuGet packages, creating the fi
Power Automate - Unzip And Upload SharePoint List Attachments To Document Library
1/2/2023 5:56:51 AM.
In this article, we will see how you can use Power Automate flow to get the SharePoint list attachment (zip file) and unzip it. This flow will unzip the files and upload the unzipped files to a ShareP
How To Compress and Decompress Data
11/17/2022 9:50:03 AM.
This article shows how to compress and decompress our data.
Compress Files To Zip In C#
8/25/2022 4:22:16 PM.
This article explains you how you can compress multiple files to one zip file.
Zip Multiple Files into one zip file
4/6/2022 11:02:15 AM.
Describing how to zip more than one file into single zip file and how to skip zip file more zipping.
Working With Zip Files In PHP
3/12/2021 12:58:44 PM.
This article explains how we can use the ZipArchive class to work with zip files in PHP.
Bind Files in Gridview and Download in ZIP Folder in ASP.NET
3/9/2021 7:06:50 AM.
In this article, I explain how to bind files in a GridView and how to download selected files in zip format.
How to Compress a File on Upload & Download the Zip File
2/11/2021 11:01:45 AM.
This article describes how to compress a file into Zip format when it is uploaded and download the Zip file using Ionic Zip in Asp .Net.
How to Create Zip in ASP.Net Using C#
2/9/2021 10:57:43 AM.
This article explains how to create a zip file in ASP.NET using C#.
Modern Architecture Shop - Autoscaler
11/10/2020 8:39:13 AM.
Modern Architecture Shop is a clean-lightweight .NET and scalable application. Keep your eye on the Road Map (watch it on GitHub). The next version will contain a minimal feature set so that the user
How To Create And Download Zipped Files In .NET
11/10/2020 6:21:29 AM.
Have you ever encountered a scenario when you have to download few files zipped and compressed! Few development involving the manipulation of documents and its management would require this. There are
Download Multiple Files as a .Zip File using Angular
3/19/2020 6:47:49 AM.
In this article, you will learn how to download multiple files as a .zip file using Angular.
Download Files In ZIP Format In MVC.NET
3/8/2019 9:35:53 AM.
In this article, we will see how to download files in Zip format in MVC.NET.
Create ZIP (System.IO.Compression) From WinForm Application
6/28/2018 2:13:26 AM.
Mostly ZIP extension files are called compressed file of file(s). We create zip from various program (UI) or via command utility.
Download Files In Zip Format Using ASP.NET MVC Razor And SweetAlert Library
8/10/2017 3:29:08 PM.
There are so many websites that display a list of files to the end user. The user can then select one or more files from the list and request a zipped bundle of those files as a single download. In th
Using Ionic.Zip - Download Code from GridView in ASP.NET using c#
11/10/2016 3:30:01 AM.
In this article I’ll show you how to write download code for downloading a PDF from a GridView in ASP.NET using C#.
Programmatically Extract or Unzip Zipand Rar Files, And Check For Files
7/11/2016 4:30:16 AM.
In this post we will see how to extract or unzip uploaded files and check for some files in them in a programmatic manner.
Compressing Web API Response Using DotNetZip
7/6/2016 3:24:20 PM.
In this article, you will learn how to compress the Web API response to increase the performance of Web API.
Unzip Folder Contents In Windows Runtime Apps
5/5/2016 12:07:58 PM.
In this article, we will learn how to unzip contents of a zip file in Windows Runtime apps.
Zip Folder And Its Content In Windows Runtime Apps
4/29/2016 1:37:56 PM.
In this article, we will learn how to zip folder and its content in Windows Runtime apps.
Create A Zip File Using ASP.NET And C#
9/29/2015 3:59:39 AM.
In this article I will explain how to create a zip file using ASP.NET and C#.
Web API Compression Using GZip
7/21/2015 6:59:51 PM.
In this article you will learn about Web API Compression using GZip.
All About Zip Files in C#
6/21/2015 6:29:54 PM.
This article explains how to deal with Zip files in your project.
Download Multiple Files Using Gridview in a Single Zipped Folder
1/21/2015 8:02:57 PM.
This article explains how to download multiple files from a Gridview and zip them into a single folder.
Create Your Own ZIP Tool in C# Using Iconic.Zip.dll
1/13/2014 2:53:16 PM.
In this article we are going to make our stand alone ZIP tool.
Faster Performance of Deployed ASP.Net Sites
10/27/2013 3:18:00 AM.
This article provides a few tips to ensure your deployed ASP.Net always runs with the best possible performance and no security information leakages.
Java vs .NET GZIP Compression
5/29/2013 5:54:11 PM.
This article explains GZIP compression provided by Java and .NET.
Create Download and Open Zip File in PHP
1/20/2013 2:08:18 PM.
Simple PHP function that can be used to create a ZIP file archive.
Create Zip File in PHP
1/17/2013 12:56:34 PM.
In this article I explain how to create a Zip file in PHP and how to use PHP zip functions.
Compress Folders with Visual Basic and the SharpZipLib in VB.NET
12/1/2012 5:39:08 AM.
This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful.
Lookup Area Codes by Zip Codes with an ASP.NET Custom Control in VB.NET
11/10/2012 1:00:14 AM.
This article describes the construction of a simple custom control used to lookup an area code and a city/state location based upon a selected zip code; the lookup is performed through the use of an available public web service. The article includes the source code for this custom control and well as a demonstration site used to test the control.
Opening Jars with Visual Basic
11/9/2012 6:30:11 AM.
This article shall describe an approach that may be used to extract Jar files.
Why Object Orientation for COBOL?
9/30/2012 4:41:23 AM.
Why is Microsoft interested in having so many languages target the new environment?
Password Encrypted Zip files in C#
9/29/2012 7:36:34 AM.
This article contains the source code for creating Zip files in C# that are password protected using PKWare encryption.
Compress Folders with C# and SharpZipLib
5/19/2012 12:14:59 AM.
This article shall describe an approach that may be used to collect files from multiple locations and zip them up into a single zipped folder. The code contained in the sample project may be useful if one needs to gather up multiple files, zip them up, and then do something with them such as upload the zipped files to a server location for storage or processing.
Simple Application to Zip and Unzip Files in C# Using J# libraries
5/15/2012 7:18:36 PM.
An article to demonstrate the usage of J# library in C# for zip and unzip functionalities.
Enable User to Validate Canada and US Zip Code
5/15/2012 2:24:31 PM.
This article will help user to validate Canada and US zip code.
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.
Zipping and Emailing Project - Using DotNetZip
2/1/2011 3:17:19 AM.
What about having a utility that zips and emails your project folder content? I agree that the source control tools provides backup. But this utility can be used to easily take the backup of your private projects at home.
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#.
Programmatically Compress and Decompress Files
10/4/2009 3:08:55 PM.
Learn how to compress and decompress files programmatically via .NET.
SQL Server Backup file in standard Zip format
7/8/2009 12:51:15 AM.
This is SQL Server Backup and restore tool, the system will store the backup files in standard Zip format ,the user-friendly screen let you backup and restore SQL Server database to local harddisk or remote network driver easily and quickly.The program can restore database easily.
Opening Jars with C#
7/7/2008 1:52:51 AM.
This article shall describe an approach that may be used to extract Jar files. Jars are merely files compressed using zip compression; the primary difference between a standard trash zip file and a jar file is that the jar file includes a manifest; also a true jar files can be run as an executable on a machine equipped with the java runtime.
Compress Web Pages using .NET 2.0 Compression Library
10/10/2007 8:03:35 AM.
This article explains how to create very simple HttpModule to compress your dynamic content using compression library (System.IO.Compression) available in .NET 2.0?