Create and Deploy a UWP app to the Xbox One

This is the Second of a two part Series on Installing the XBox One Developer Mode App on your XBox One Console, and deploying your first App to it. In this post I'll go through the steps required to Create and Deploy your First UWP app to your newly configured XBox one Note: You'll need to have [...]

Installing the XBox One Developer Mode App

This is the first of a two part Series on Installing the XBox One Developer Mode App on your XBox One Console, and deploying your first App to it... Part 2 - is available! Create and Deploy a UWP app to the Xbox One During the opening keynote at //Build 2016, Microsoft announced how to convert [...]

Microsoft //Build 2016 IoT and Big Data Track

It's that time of year again, and in less than an hour... Microsoft will host their annual Developers Conference; //Build. For the IoT and Big Data enthusiasts out there (and I know I'm one of them), there's a great selection of content to follow along with.... Below is a list of the sessions and their links; All [...]

A Dot Net IoT Core Implementation of the 4tronix Pi2Go Robot – Part 1 – The Hardware

I recently gave a talk at my local .Net user group, Dot Net Notts, on Dot Net IoT Core. I ended my talk by demonstrating the 4tronix Pi2Go Robot, which I had modified for Dot Net IoT Core. I’ll go over the basics of Dot Net IoT Core, and explain what I needed to do [...]

Viewing the .net Debug Log using DbgView

Every day is a learning day, and today I needed some way for my client to view the debug log for the Debug Version of an Application I created to test a piece of hardware which was acting up. After a little searching around I came across the Microsoft Sysinternals DebugView application; http://technet.microsoft.com/en-us/sysinternals/bb896647 Microsoft describe [...]