August
4th,
2017
I recently posted an article on how to create an Azure WebApp on AppService with an associated Application Insights resource using Azure Resource Manager (ARM) templates. I’ve been playing the past couple of days with the Azure SDK for Node.js, and thought I’d write how to accomplish the same thing...
August
2nd,
2017
A few days ago, I wrote about Themes coming to Viasfora in v3.6. One of the issues that some users will face is that I had to make a breaking change to fix something I was unhappy about for a long time: The classification names used by Viasfora were very...
August
1st,
2017
I saw a question yesterday about deploying a WebApp on Azure App Service with Application Insights using an ARM template, and thought that would make for a good sample. The sample ARM template can be found here as a Visual Studio 2017 project. Creating both the WebApp and the Application...
July
31st,
2017
A while ago I added some basic telemetry to Viasfora based on Azure Application Insights. This telemetry contains no Personally Identifiable Information (PII) of note (*), and it is only used to track: Viasfora getting loaded into Visual Studio Some features being used All of this is done by emiting...
July
29th,
2017
With the release of Viasfora v3.6 in the following days, there are two new features coming up: Exporting/Importing the current settings. Generally speaking, you can always just copy the Viasfora.xml settings file, but this provides a more straight implementation. Exporting your current Viasfora color settings as a “Theme” that you...
July
28th,
2017
One of my features I find the most useful in the Service Fabric SDK tools for Visual Studio is the Streaming Trace Viewer window in Visual Studio. This is used to provide a streaming (i.e. close to real-time) view of the events generated by the SF runtime and the application...
July
26th,
2017
Today I was helping a customer troubleshoot an issue with a tool that is WPF based. What was happening was a bit surprising to me, and something I haven’t seen all that clearly documented, so thought that putting it in a blog post would be useful in case I run...
July
17th,
2017
This morning I was setting up to move some new code I had written as an initial experiment into a new codebase, which is stored using Team Foundation Version Control (TFVC) in Visual Studio Team Services (VSTS). Before I could do that, I needed to go and update my local...
April
6th,
2016
I’ve updated my site, moving away from Wordpress. Instead it is now a static site build with Jekyll.
If you are still using an RSS aggregator to follow this, please make sure you update it to point to the new feed.
August
13th,
2015
A new version of IIS is included in Windows 10, which was recently released. I was expecting it to be called "IIS 9.0" to follow the model used until now, but we've jumped all the way to "IIS 10.0". However, not much information seems to be available about what has changed, and...