π Week 06
About the Creation of RAR Files
[C#, .NET, Compression]
Over the past series of posts, we have been looking at how to create and extract files of various archive types - Zip, Gzip, and 7z, as well as a general method of creating archives of various types in the post βCreating Other Archive Types Using 7-Zip Command Line In C# & .NETβ.
π Week 05
Creating Other Archive Types Using 7-Zip Command Line In C# & .NET
[C#, .NET, Compression]
Over the past series of posts, we have looked at how to use the 7-Zip command line to create 7z archives.
About Folder Structures In Archives
[C#, .NET, Compression]
Over the past series of posts, we have been looking at how to add files to various archive types - Zip, Gzip, and 7z.
Listing Files In A Password-Protected 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In our previous post, βListing Files In A 7-Zip Archive In C# & .NETβ, we looked at how to list the files in a 7-Zip 7z archive.
Listing Files In A 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In a previous post, we looked at βHow To Create A 7-Zip Archive In C# & .NETβ by automating the 7-Zip command-line utility.
How To Extract Files From A Password-Protected 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
Our previous post, How To Extract Files From A 7-Zip Archive In C# & .NET, looked at how to extract files from a 7z 7-Zip archive.
How To Extract Files From A 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In a previous post, How To Create A 7-Zip Archive In C# & .NET, we looked at how to create a 7z archive by automating the 7-Zip command-line tool.
How To Create A Password-Protected 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
In our previous post, How To Create A 7-Zip Archive In C# & .NET, we looked at how to create a 7z archive by automating the command line.
π Week 04
How To Create A 7-Zip Archive In C# & .NET
[C#, .NET, Compression]
The Zip compression format has been fairly ubiquitous throughout the era of computing. Most operating systems natively support them.
What Problems Do Properties Solve & Their Evolution In C# & .NET
[C#, .NET]
Properties are a construct that you probably routinely use in your day-to-day programming. You probably use them so frequently that you likely havenβt thought about how convenient and safe they have made your programming.
Accessing Zip File Metadata In A Password-Protected Zip File Using SharpZipLib In C# & .NET
[C#, .NET, Compression]
Our previous post, Accessing Zip File Metadata Using System.IO.Compression In C# & .NET, looked at how to access file metadata from files in a Zip file using classes in the System.IO.Compression, specifically the ZipArchive and the ZipArchive entry.
Accessing Zip File Metadata Using System.IO.Compression In C# & .NET
[C#, .NET, Compression]
Recently, we have been posting about how to create zip files and extract their contents.
Creating Password-Protected Zip Files In C# & .NET
[C#, .NET, Compression]
Our previous post, Opening Password-Protected Zip Files in C# & .NET, looked at how to open a password-protected Zip file using the SharpZipLib library.
Opening Password-Protected Zip Files in C# & .NET
[C#, .NET, Compression]
We have covered how to extract files from a Zip file in two prior posts, How To UnZip A Single File In C# & .NET and How To UnZip Multiple Files In C# & .NET.
ZipArchive FileName vs Name
[C#, .NET, Compression]
In our previous post, Listing The Files In A Zip File In C# & .NET, we looked at how to list the files in a Zip file.
π Archives ...