Create a .NET Core console application Part 1 – Download and install the SDK
1 min read

Create a .NET Core console application Part 1 – Download and install the SDK

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!

Leave a Reply