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 […]
Running WCF Service as both HTTP and HTTPS
When trying to configure a WCF service to run as both a HTTP and HTTPS endpoint there are some differences to consider: HTTP uses SOAP […]
citrix receiver disable add account popup on startup
The problem I recently installed CitrixReceiver 4.4 for windows (on 2 windows 10 pc’s) and now on start up I am always being asked to […]
SQL Server Script user with SID
The Problem When you move sql logins around servers the logins are created with an SID that uniquely identifies the login. Assume you setup two […]