May 2018
Intermediate to advanced
394 pages
9h 51m
English
In this recipe, we will be looking at file compression capabilities supported on .NET Framework and how to use them in a .NET Standard 2.0 library. File compression classes are supported inside the System.IO.Compression namespace. Classes inside this namespace are used to compress the file as well as decompress it. They are also used to read content inside a compressed file. Let's have a look and create a .NET Standard 2.0 library that compresses and decompresses a file.