Click here to Skip to main content
15,891,701 members
Articles / Programming Languages / C#

Creating Zips Server Side Per Request

Rate me:
Please Sign up or sign in to vote.
3.00/5 (1 vote)
21 Jul 2021CPOL3 min read 3.9K   2  
Creating a zip archive on demand to be served via an API endpoint
This post will focus on a situation I encountered recently, and that is how to create a zip archive on demand to be served via an API endpoint. This is a nice exercise in using tuples and working with compression API for creating a zip file on demand and returning it to the API caller.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Romania Romania
When asked, I always see myself as a .Net Developer because of my affinity for the Microsoft platform, though I do pride myself by constantly learning new languages, paradigms, methodologies, and topics. I try to learn as much as I can from a wide breadth of topics from automation to mobile platforms, from gaming technologies to application security.

If there is one thing I wish to impart, that that is this "Always respect your craft, your tests and your QA"

Comments and Discussions