📅 Week 04
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.
📅 Week 03
Listing The Files In A Zip File In C# & .NET
[C#, .NET, Compression]
In past posts, we have looked at How To Zip A Single File In C# & .NET and How To Zip Multiple Files In C# & .NET.
Deleting A File From A Zip File In C# & .NET
[C#, .NET, Compression]
In our previous post, Adding A File To A Zip File in C# & .NET, we looked at how to add a new file to an existing Zip file archive.
Adding A File To A Zip File In C# & .NET
[C#, .NET, Compression]
In a previous post, How To Compress Multiple Files Using GZip In C# & .NET, we looked at how to add multiple files to a Zip file.
Passing Connections & Transactions To Functions In C# & .NET
[C#, .NET, SQL Server]
Database transactions are one of those very simple, yet very complex concepts that you run into in the course of developing database applications.
Chaining Constructors In Visual Basic.NET
[Visual Basic.NET, .NET]
Recently, while refactoring some legacy Visual Basic .NET code, I ran into a situation where I realized I could reap significant benefits from chaining constructors, rather than copying and pasting the body across slightly different versions.
How To Remove Multiple Docker Images
[Docker]
When it comes to Docker (and you ARE using Docker, aren’t you?), housekeeping is something you will find yourself doing fairly often.
How To Compress Multiple Files Using GZip In C# & .NET
[C#, .NET, Compression]
In a prior post, How To Compress A File Using GZip In C# & .NET, we looked at how to compress a file with the gzip format using the System.IO.Compression GZipStream
📅 Week 02
Tip - DevExpress XtraRichEdit error BC30451: 'TableBorderLineStyle' is not declared. It may be inaccessible due to its protection level
[C#, .NET, DevExpress, XtraRichEdit]
After upgrading to DevExpress 24or 25, you may encounter the following error when using the RichEditDocumentServer class.
How To Compress A File Using GZip In C# & .NET
[C#, .NET, Compression]
A few recent posts, How To Zip A Single File In C# & .NET, How To UnZip A Single File In C# & .NET, How To Zip Multiple Files In C# & .NET, How To UnZip Multiple Files In C# & .NET, looked at how to compress and decompress zip files.
Tip - DevExpress XtraReports CodeDomLayoutSerializationRestrictedException
[C#, .NET, DevExpress, XtraReports]
Reporting is a very common requirement for line-of-business applications, and the inevitable request for user-customizable reports will always arise.
How To UnZip Multiple Files In C# & .NET
[C#, .NET, Compression]
In yesterday’s post, How To Zip Multiple Files In C# & .NET, we looked at how zip multiple files into a single zip file.
How To Zip Multiple Files In C# & .NET
[C#, .NET, Compression]
In an earlier post, How To Zip A Single File In C# & .NET, we looked at how to use the ZipFile class in the System.IO.Compression namespace to create a zip file from a single file.
How To UnZip A Single File In C# & .NET
[C#, .NET, Compression]
In yesterday’s post, How To Zip A Single File In C# & .NET, we looked at how to zip a single text file (Leo Tolstoy’s War and Peace) into a zip file.
📅 Archives ...