How do you run your test suite in Azure DevOps, while using a Mac build agent, and then publish the results? Read on to find out!
Switch 'expressions' are a more concise version of a switch 'statement' that was released in C# 8.0. Let's take a look!
Another 'meta' post about blogging, but in this article, we'll take a look at the automation I've built around my blog for spreading the word on the social medias
Somewhat of a 'meta' post, but here's how I get new blog posts into the world!
While adding a search-as-you-type input to our Xamarin.Forms application, I wanted to 'debounce' it to save network requests. Read on to find out how I did it
Let's take a look at the definition of 'debounce', a term used in software development, that doesn't exist in modern language dictionaries.
Let's go over what I just went through recently to get a new Xamarin.Forms project stood up with Prism and and Unity (for IoC/DI).
I recently needed to automate launching VSCode from a rake task on my Macbook.. This post shows the steps necessary to allow this to work.
Let's take a peek at the current list of proposals for C# 9!