Async .NET Core Console Applications
Microsoft's new Async/Await support makes writing multi-threaded applications a lot easier. Sadly, on older versions of Visual Studio / .NET, it doesn't work out of the box for console Apps but it's a simple config change to enable it. I've put together a brief description and a couple of screen shots to demonstrate how.