📅 Week 03
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.
How To Zip A Single File In C# & .NET
[C#, .NET, Compression]
Thanks to the wonders of compression algorithms, we can now store much more of our data in the same amount of storage.
📅 Week 01
How To Cancel Running Unit Tests In C# & .NET
[xUnit, .NET, Testing]
When testing, especially integration tests, you may find some tests that take a long time to run. Perhaps the logic is elaborate, or it depends on other, slower systems and subsystems.
How To Add Multiple Projects To A Solution In C# & .NET
[C#, .NET]
The .NET CLI, you might be surprised to learn, is so fully featured and flexible that I find it orders of magnitude faster to use than an IDE for creating, manipulating, and setting up .NET projects and solutions.
Comparing Strings In C# & .NET
[C#, .NET]
Comparing strings, at face value, seems straightforward.
Scheduling Libraries In C# & .NET - Part 3 - TickerQ
[Series, C#, .NET, Scheduling, TickerQ, StarLibraries]
This is Part 3 of a series on scheduling libraries in C# & .NET.
Scheduling Libraries In C# & .NET - Part 2 - Hangfire
[Series, C#, .NET, Scheduling, Hangfire, StarLibraries]
This is Part 2 of a series on scheduling libraries in C# & .NET.
📅 Archives ...