Bundling compiled code together is done in libraries. These can be DLLs (in Windows land) or so files in Unix-like OSs. This week we look at how to build a class library in .NET Core and how to reference it in a preexisting application.
A very brief introduction to unit testing in .NET Core, how it can be achieved and what the pitfalls are.
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.