In this post, I take you through how to add Entity Framework Core to a .NET Core application, how the built in .NET Core Dependency Injection system works, and how to run queries against a DbSet.
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.