Recent Posts

Raspberry Pi 3 Model B+ and .Net Core

1 minute read

Goal: Run a hello world .Net Core application on a Raspberry Pi. At the time of this writing the Pi used is Pi 3 Model B+ and .Net Core version 2.1. The idea...

Console.ReadLine and blocking threads

2 minute read

The problem: Let’s say you have a console application that calls into a third party library that spins up a thread to do a continuous job (like monitoring...