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 [...]

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 [...]