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.

Preparing for ASP.NET

Preparing for ASP.NET - Visual Studio Tutorial

From the course: Learning Visual Studio Code (2017)

Start my 1-month free trial

Preparing for ASP.NET

- [Instructor] There's a few steps we're going to have to take in order to set up our environment to create an application. Because we're going to be working with ASP.NET, I want to go ahead and set things straight in order to do that. On a Mac, what we'll want to do is go to Homebrew. And first, copy this line here. And essentially, what we're going to do is open up SSL, and Homebrew takes care of that for us. After copying that line, we'll go to our Terminal and paste it and run it. I'll press Return to continue and enter in the password. All right, looks like the installation of Homebrew was successful. The next thing we'll do is to go to Microsoft's site, at this location here, and it tells us what commands to run to open up SSL. First thing it says is to type in brew update. Let's do that. The next command is to brew install openssl. If you are on a Windows machine, you do not need to go through the steps of opening SSL. You just need to install the .NET Core SDK. The next thing…

Contents