2020

2019

Using the VSTS REST API with ASP.NET Core

Over the last 12 months I’ve been maintaining an in-house Xamarin app builder wizard that I wrote in ASP.NET Core which helps streamline the building and deploying of Android and iOS applications. I’ve written a few blog posts in the past about this project, but never explained how the VSTS... [Read More]

2018

Dereference a double pointer in C#

Before I started developing MMALSharp I had never needed to deal with low level memory access or unmanaged resources in C#; I had done some C programming whilst at university, but those days were mainly over and my daily programming at work is done in a managed environment. But, as... [Read More]
Tags: coding c# .net