From the course: Learning Visual Studio Code (2017)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating your first .NET app

Creating your first .NET app - Visual Studio Tutorial

From the course: Learning Visual Studio Code (2017)

Start my 1-month free trial

Creating your first .NET app

- [Instructor] All right, now that we installed the .NET SDK, let's go ahead and create our first test app. So I want to go ahead and navigate to our directory where we're going to have most of our projects. Let me go ahead and clear this screen here, and we know that we have our SampleCode folder, so let's navigate into that. So we're in our SampleCode folder. Let's go ahead and create a directory called MyDotnet, and we'll navigate into that. And from here, we are going to run the command to create a default .NET website. For this command line to work, dotnet new mvc, make sure you have the latest version of the .NET Core SDK which you should if you followed along in the last video from the Microsoft site. It's not recognizing the command. Let me go ahead and close the terminal and open it up again. I'll have to go back into the Documents folder and then the Sample folder and the MyDotnet folder. And let's go ahead and try it again. There we go. I had to close the terminal window…

Contents