Obscure If you listen to podcasts you may hear your podcaster begin, end or randomly blurt out something to the effect of, “Please leave a […]
dot net core windows service hosting order of operations
Gotcha Imagine you have a dot net core application you initially created as a console application. You can easily run it as a windows service […]
Generic Types and Equals
Gotcha I don’t have to implement/override Equals that often in my classes so I always have a hard time remembering some of the subtleties behind […]
Repairing keyboard leather wrist rest
The Problem I type a lot, I never counted the number of words per day and maybe I should, but it’s enough to have made […]
Using absolute paths with FTP
Obscure problem Ran into an annoying problem recently where an FTP account I was logging in with had a home directory of something like this: […]
IIS application pool exploit
What? That’s what I said too when I first discovered the exploit. I didn’t think it was so easily possible to extract usernames and passwords […]
Cannot ping or RDP to Windows 10 machine
Problem This is a particularly stupid gotcha. For a long time now I haven’t been able to RDP into my Windows 10 Surface Pro 4. […]
Padding a string in tSQL
Gotcha There isn’t a Pad Left or Pad Right function in tSQL. Solution There is a lengthy discussion about this topic already on Stack Overflow […]
Why months is a terrible measurement
Introduction There have been numerous times that I have been asked to provide a threshold or measure something in months. I always warn that this […]
Sql Server REPLACE function makes expression string NULL when replacement string is NULL
Obscure problem This has happened to me before, but naturally I forgot because it has been a while. The scenario is that you have dynamic […]