Home  >  Article  >  Backend Development  >  asp.net core example tutorial environment settings

asp.net core example tutorial environment settings

零下一度
零下一度Original
2017-06-16 09:39:391281browse

Asp.net Core environment settings

  1. Asp.net Core environment settings

  2. Install Microsoft Visual Studio 2015

Asp.Net Core is a major redesign of Asp.Net.

This topic introduces new concepts of ASP.NET Core and explains how they can help you develop modern web applications.

To develop applications using ASP.NET Core, the following must be installed on your system:

  • Microsoft Visual Studio 2015

  • Microsoft .NET Core 1.0.0 - VS 2015 Tooling Preview 2

Microsoft provides a free version of Visual Studio, which also includes SQL Server, which can be downloaded from www.visualstudio .com/en-us/downloads/downloadvisual-studio-vs.aspx download, Microsoft's .Net Framework Core1.0.0 - VS 2015Tooling Preview 2 can be downloaded from https://go.microsoft.com/fwlink/?LinkId=817245. download.


Install Microsoft Visual Studio 2015

Now let us understand the steps involved in the installation

Step 1−After the download is complete, run the installation program. The following dialog box will be displayed.

Step 2− Click the Install button in the screenshot above. The installation process will begin.

Step 3− Once the installation process is successfully completed, you will see the following dialog box.

Step 4−Close this dialog box and restart your computer if necessary.

Step 5-Open Visual studio from the start menu.

This will open the following dialog box, it will take some time to prepare for the first time (only).

Step 6− Now you will see the main window of Visual studio.

Step 7−After Visual Studio is installed, close Microsoft Visual Studio, and then install Microsoft .NET Core 1.0.0 - VS 2015 Tooling Preview 2

Step 8− Check the checkbox and click Install.

Step 9− Once the installation is complete, you will see the following message.

#Step 10− Your application can now be launched using ASP.Net Core.

The above is the detailed content of asp.net core example tutorial environment settings. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn