Could not load file or assembly ChilkatDotNet47 - Sitecore Azure PaaS Error Solution Open Azure Portal Navigate to your App Service Open…
Updated 2021-02-08 Terraform manages configuration it created, or has been explcitly told about. It is designed to be the authority.
Updated 2021-01-23 This is my second Udacity nanodegree - my first was the Android Basics nanodegree. After spending a few hours on the…
Updated 2020-06-22 Most of these notes come from Asim Hussain's course Advanced Javascript https://www.udemy.com/course/javascript-advanced…
This is a naive but reliable way to unsubscribe from subscriptions in Angular. It should always work, but it isn't always necessary. import…
I have been working on a web project which makes use of cookies, and required my development site to be on the same domain as another site…
In Visual Studio Team Explorer, I can see that I have 10 changes waiting. I want to make a change to one of those files, so I write a commit…
Powershell Run elevated from cmd with: powershell -Command "Start-Process PowerShell –Verb RunAs" Markdown https://github.com/adam-p…
Create a new Unit Test project Get Selenium.Support and Selenium.WebDriver from NuGet - my packages.json looks like this: packages.json A…
dotTrace by Jetbrains https://www.jetbrains.com/profiler/ is great for quickly understanding bottlenecks in a .NET codebase. I have used…
I was reading some Google updates yesterday evening when I first encountered Google's new Cloud Spanner https://cloud.google.com/spanner…
With the same idea as Scott Hanselman's http://www.hanselman.com/tools/ Performance dotTrace for evaluating performance bottlenecks. Can be…
I have been extending an open source web crawler written in .NET https://github.com/sjdirect/abot This has made it very easy to run smoke…
Occasionally I have an issue where I am deploying to and testing in different environments and the server name in the address bar is just…
This is an experiment - hosting technical notes and some other topics of interest where they are searchable, publicly available, and…