Working With Zip Files In ASP.NET MVC 🗂
Since ASP.NET 4.5, zipping and unzipping files can be done with classes from within the .NET framework. 📂
Despite that, nearly all examples that illustrate working with zip files in ASP.NET applications feature third party open source compression libraries. 👾
This short article attempts to correct that by demonstrating the use of the System.IO.Compression classes in an ASP.NET MVC application to ✅ :
1️⃣ Unpack an uploaded zip file
2️⃣ Create one for download
https://t.me/pgimg/92
[ Article ] : http://bit.do/aspzip
〰〰〰〰〰〰
#AspMvc #Compression
@ProgrammingTip
Since ASP.NET 4.5, zipping and unzipping files can be done with classes from within the .NET framework. 📂
Despite that, nearly all examples that illustrate working with zip files in ASP.NET applications feature third party open source compression libraries. 👾
This short article attempts to correct that by demonstrating the use of the System.IO.Compression classes in an ASP.NET MVC application to ✅ :
1️⃣ Unpack an uploaded zip file
2️⃣ Create one for download
https://t.me/pgimg/92
[ Article ] : http://bit.do/aspzip
〰〰〰〰〰〰
#AspMvc #Compression
@ProgrammingTip
Telegram
Programming Tips Resources
EasyCompressor 📦
EasyCompressor is an open-source compression abstraction library that supports and implements many compression algorithms such as Zstd, LZMA, LZ4, Snappy, Brotli, GZip and Deflate. 🗂
It is very useful for using along with Distributed Caching or storing files in database. ✅
[ GitHub ] : github.com/mjebrahimi/EasyCompressor
〰️〰️〰️〰️〰️〰️
#Compression #CSharp #DotNet
@ProgrammingTip
EasyCompressor is an open-source compression abstraction library that supports and implements many compression algorithms such as Zstd, LZMA, LZ4, Snappy, Brotli, GZip and Deflate. 🗂
It is very useful for using along with Distributed Caching or storing files in database. ✅
[ GitHub ] : github.com/mjebrahimi/EasyCompressor
〰️〰️〰️〰️〰️〰️
#Compression #CSharp #DotNet
@ProgrammingTip
Telegram
Programming Tips Resources