📅 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.
Scheduling Libraries In C# & .NET - Part 1 - Quartz.NET
[Series, C#, .NET, Scheduling, Quartz.Net, StarLibraries]
This is Part 1 of a series on scheduling libraries in C# & .NET.
Series - Scheduling Libraries In C# & .NET
[Series, C#, .NET]
In this series, we shall look at a number of scheduling libraries, paying attention to evaluate the following:
📅 Week 52
Yaak's Timeline View
[Tools, Yaak]
One of Insomnia’s strengths was its ability to display the raw HTTP traffic between the server and the client.
📅 Archives ...