Deploying an ES6, JSPM, NodeJS Application to Azure
I have a simple NodeJS application that I want to deploy to Microsoft Azure. Fortunately, there already exists detailed instructions, on how to accomplish this. But I want to add […]
Azure Bits #2 – Saving the Image to Azure Blob Storage
Creating the Azure Storage Account In Azure Bits #1 – Up and Running, we got a skeleton in place for our web application that will allow the user to upload […]
Lighting up Native Platform Features in Xamarin Forms – Part 2
In the previous post I implemented a custom attached property to be used in Xamarin Forms XAML when a built-in accessory view is desired on a table cell. In this […]
Lighting up Native Platform Features in Xamarin Forms – Part 1
In my last few posts I introduced a simple app that lets you browse the various built-in font variations supported by Xamarin Forms. If you recall, the application adopted a […]
Hey, Who Stole All My Memory?
Sometimes a little piece of seemingly innocuous code can cause a significant amount of trouble: Doesn’t look like much, but I’m sure we have all written something like this and […]
Combining F# and Xamarin Forms to Create Mobile Applications
While we certainly have been busy getting our hands dirty with Xamarin I’ve been doing some of my own. However, I’ve been messing around with using Xamarin with F#. I […]
Azure Bits #1 – Up and Running
As Steve Porter mentioned in his blog post, How Wintellect Uses Microsoft Azure, we are making pretty heavy use of many offerings in the Azure toolset for our internal […]
Spicing Up Universal Windows Apps with Per-Platform Views and Compiled Data Bindings
Adaptability is one of the hallmarks of the Universal Windows Platform (UWP). Apps that run on devices large and small must be able to adapt their UIs to the screen […]
Automating Analyzing Tons of Minidump Files with WinDBG and PowerShell
When debugging a nasty problem in your code, one of the most helpful things you can get is a minidump. With that picture of what your app was doing at […]