📅 Week 02
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.
BEWARE - 1Password's Browser Extension Breaks Jekyll Syntax Highlighting
[Jekyll, Chrome, Edge, Firefox, Beware]
UPDATE - this seems to have been fixed in version 8.11.27.2 for Chrome
Overriding EndPoint Authorization When Using A Single ASP.NET Carter Module In C# & .NET
[C#, ASP.NET, Security, Carter]
In our last post, “Overriding EndPoint Authorization When Using Multiple ASP.NET Carter Modules In C# & .NET”, we looked at how to override authorization so that we can have endpoints that do not enforce authorization, as the pipeline has been configured to authorize all the endpoints by default.
Overriding EndPoint Authorization When Using Multiple ASP.NET Carter Modules In C# & .NET
[C#, ASP.NET, Security, Carter]
In a previous post, “Setting Up Web API Endpoints To Collectively Require Authentication With Carter In C# & .NET”, we looked at how to set up an ASP.NET Web API project to require that all endpoints are authorized while using the Carter Nuget package.
📅 Archives ...