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 […]
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 […]
.net Core Automapper Dependency Injection from child libraries
The Problem I have recently built a set of .net core libraries that leverage automapper to help transform between my database entities and my contracts/models […]
VSTS package management with teamcity nuget authentication issue
The problem You have your nuGet packages being hosted on VSTS, and published a feed via package managment. Using teamcity to setup a build where […]
Grant Connect SQL Server – TSQL
The issue You are having connection problems to the database and all the permissions look correct but you cannot login. Fire up the SSMS and […]
Windows 10 – KB3147458 – Windows update failure – 0x80070003 – ERROR_PATH_NOT_FOUND – FIXED!!
The Problem I have numerous windows 10 machines and my desktop PC has started failing to apply the windows updates. These two windows updates failed […]
Tricks to setting up WCF Service hosted on IIS
The following is a short checklist of items to consider when trying to deploy a WCF Service to an IIS server. These instructions are for […]
X509Certificate object c# performance and memory issues alternative – fixed
The Problem For my PatchCleaner product I needed the ability to read the digital certificate off a file, like can be seen on the following […]