📅 Week 02
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.
Creating & Managing Environments In Yaak
[Tools, Yaak]
The previous post, “Automatically Fetching an Identity Server Token with Yaak”, looked at how to set up Yaak to fetch and store tokens issued by an identity server to secure endpoints using request chaining.
Automatically Fetching an Identity Server Token with Yaak
[Tools, Yaak]
Long-term readers of this blog will know I have always been a keen proponent of the API testing tool Insomnia, which I vastly prefer to the usual suspect, Postman.
📅 Archives ...