Hello guys , sometimes we often need to download files as zip file in Asp.Net MVC. We will use ZipArchive to download files as zip. We will see the steps in the article.
Tag
compression
All blogs tagged with compression
3
Articles
25,230
Total Views
Showing 3 of 3 articles
21
May
2023
Download Files as Zip file in Asp.Net
22
Jul
2022
Compress image using ImageCompress NuGet package
Image compression is a way of reducing the size of the images. compress your image in different formats PNG, JPEG, and GIF images. We will learn how to compress image using ImageCompress nuget package which you can download from nuget.
16
Jul
2022
Image Compression in Asp.net MVC
Hello guys , now a days we often provide users the ability to upload images in our web projects. But we have to sometimes utilize the memory for big size images as they can easily full up the memory of server. So for that we can use image compression while uploading image. In this article we will see how to perform Image Compression in Asp.net MVC.