A deep dive into the files which make up the default Hello, World application. These files are created when you issue the "dotnet new" command at the terminal. NOTE: This was correct a the time of posting, but changes in the SDK have happened since, and the "dotnet new" command no longer works like that.
I take you through the very first steps that you'll need to master in order to set up a .NET Core development environment on your computer. Including: installing the SDK, installing the (free) Visual Studio Code IDE, and the C# plugin for it.
Here I've put together some useful resources for investigating and building your knowledge of .NET Core. From documentation to podcasts, and some things in between.