Creating a .zip file with .NET
For some reason I always thought that you needed to add a third party library to make a zip file in C#, but apparently you can do it easily with an API that already exists in the framework. via GIPHY ZipArchive All you need to do is create a file and associate the file stream … [Read more…]