.NET core, C# and the Async Main() method

The more I mess around with C# the more I like it. The nice thing about .NET Core is that it really is cross platform. I can start writing something on my Linux box, continue on Mac and finish it on Windows and use the same editor along the way – VS Code. One of…