Now that we've all got Visual Studio 2017 installed, those of us who are .NET Core developers will need to know how to convert our project.json solutions to the new csproj one. Luckily, I have you covered.
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.