1 min read .NET Create a .NET Core console application Part 1 – Download and install the SDK 3 years ago3 months ago Daniel0Tagged C#, dotnet Let’s create a .NET console application here. First download and install the .NET SDK from the Microsoft .NET site. Next go ahead and check that you’ve installed as expected. dotnet Great work! In the next post we’ll create our own app! Related