Managing HttpClient and Preventing Shared Cookies
## The Problem: Understanding `AddHttpClient` and Its Lifecycle In .NET, `HttpClient` is typically registered using the `AddHttpClient` extension method in `IServiceCollection`. This method...
## The Problem: Understanding `AddHttpClient` and Its Lifecycle In .NET, `HttpClient` is typically registered using the `AddHttpClient` extension method in `IServiceCollection`. This method...
When working with Azure Blob Storage, you might encounter issues due to case sensitivity in blob names. If your application expects all blob names to be lowercase but some are stored in mixed or...
Is WSL 2's Vmmem process consuming all your system RAM? Here's how to use the .wslconfig file to set hard limits and regain control of your Windows resources.
Working with composite keys in Entity Framework can be tricky, especially when you need to filter a large table by a specific set of records already in memory. Here's how to use C# Tuples to manage this effectively.
Debugging Ruby on Rails applications can be smooth, but sometimes gem conflicts like those between Byebug and Debase can stop you in your tracks. Here's how to resolve common debugger installation issues.
For my Ruby development I have been using Visual Studio Code and WSL 2. I wanted to move to a more Ruby friendly IDE... RubyMine. I used this guide from the RubyMine Documentation: [https://www.jetb...
My Unraid flash drive has died again this week - it lasted about 3 months this time. The only way I knew it had died is that I was missing all the CSS when logging in and there were some strange PHP...
I am moving from a Wordpress site and converting all my old posts. Which is not that many! I chose Gatsby as I have done a lot of work with React over the past few years. The whole install process...
I recently needed to access a database with EF Core from a console application. I used the [EF Core Tools](https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershell) to accomplish this....
Not 100% sure when this started, but I eventually got annoyed by Visual Studio and ReSharper having a different keyboard shortcuts for potential code fixes. ReSharper is `Alt + Enter Visual Studio...