The issue You have some IIS Logs and you want to easily mine it for information, the number of requests, where the IP’s are comming […]
Nuget and .NetCore versions – tips and tricks
The problem I have had some issues recently upgrading to .Net Core 6.0. In doing so I decided that I should stick to only Microsoft […]
The certificate chain was issued by an authority that is not trusted – FIXED
The Issue When moving from EntityFramework v6.0 to v7.0 you may get the following exception. The fix The fix is very simple. Just add the […]
Windows 11 – Restore right-click menu
How to restore your windows right-click menu.
SQL Server – Shrink Log files Issues
The issue You are trying to shrink your database but the system will not release the space to allow you to shrink the log files, […]
AWS ECS Tips and Tricks
Overview I have recently started playing with AWS Elastic Container Service and there are a few neat things I have learnt that I wanted to […]
Deploy NextJs React website to AWS ECS container via bitbucket pipelines
Settle back for a big post on nextJs variables, bitbucket pipeleines and ECS containers.. Recently I was given the challenge to work out the best […]
AWS API Gateway – HTTP header is larger than 10240 bytes.
The issue I am running a serverless .net core website hosted as a serverless lambda function exposed via API Gateway. Over the past year I […]
Microsoft OneDrive Disappeared – windows 10
How to fix OneDrive when it suddenly is no longer running or in your system tray.
Mock IOptions in unit test
The Issue You wish to unit test using the microsoft options Interface, but how do you inject your configuration class into your test framework? The […]