N
N
Nikolay L2018-03-30 14:45:23
binary code
Nikolay L, 2018-03-30 14:45:23

How to convert ZIP to binary in C#?

It is required to convert ZIP files to binary code and vice versa.
In which direction to dig?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
#
#, 2018-03-30
@kolyaL

what's in the zip? ... otherwise it’s not a fact that everyone here understands each other
. First, separate the task of packing / unpacking from the contents of the zip, but there are classes for this (if you need to sharpen it):
ZipFile Class https://msdn.microsoft.com/en- us/library/system.io...
ZipArchive Class https://msdn.microsoft.com/en-us/library/system.io...
ZipPackage Class https://msdn.microsoft.com/en-us/ library/system.io...
and if the content is related to the executable code or sorts - it's better to make it a separate topic
ps or still specify the task

A
Alexander Simonov, 2018-03-30
@SimasikS

Unzip msbuild
"pathToSolution" /t:
build

P
Peter, 2018-03-30
@petermzg

So pack the dll right away, and after unpacking just load it into the project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question