.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…

.NET Core on Linux

For a while now we’ve had the .NET Core, which is a cross-platform (Windows, Linux, MacOS) framework that allows you to write stuff in the C# for example and afterwards run it wherever you like. Say what you will, but once you’ve tried Visual Studio it is a bit hard (at least for me) to…