The Problem In Australia the tax identification number is ABN (as you should know otherwise you wouldn’t be reading this blog post) In Invoicely it […]
Dual Monitor Setup – Display Flicker
The Problem I have a reasonably decent video card, a XFX R9 280x TDBD. I recently bought a second monitor and hooked it up. Old […]
AWS Lambda-Canary Node Js
The Scenario I am learning about AWS Lambda functions and doing a small tutorial that works through using the lambda-canary blueprint which uses python 2.7 […]
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 expand […]
SQL Server Management Studio on Hi Res Screen
The problem You are using SSMS on one of these new wizbang hi res screens and all the dialogs are tiny and small and you […]
EntityFramework force the update of an object
The Problem You are trying to save some changes to an object. Your code looks like the following: using (var context = new DbEntities()) { […]
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 […]