Create a .NET Core console application Part 2 – Create a .NET console application
1 min read

Create a .NET Core console application Part 2 – Create a .NET console application

Now let’s create the console application.

dotnet new console -o myApp

Great! Now make your way to the folder and let’s run the application!

Great work! In the next post we’ll edit some code.

Leave a Reply