Home  >  Article  >  Backend Development  >  ASP.NET Core environment setting tutorial (2)_Practical tips

ASP.NET Core environment setting tutorial (2)_Practical tips

微波
微波Original
2017-06-28 14:12:481301browse

This article mainly introduces the Asp.net Core environment setting tutorial to everyone in detail, which has a certain reference value. Interested friends can refer to it

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.

Installing Microsoft Visual Studio 2015

Now let us understand the steps involved in the installation

Step 1− After the download is complete, run the installer. 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 environment setting tutorial (2)_Practical tips. 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