Share a visual Studio 2017 full version offline installation tutorial

Source: Internet
Author: User
Tags dotnet
This article mainly for you in detail the visual Studio 2017 official version of the offline installation tutorial, with a certain reference value, interested in small partners can refer to

Visual Studio RTM official edition offline installation and introduction.

First download to official website: www.visualstudio.com/zh-hans/downloads/

VS 2017 official Version Description: www.visualstudio.com/zh-hans/vs/whatsnew/

VS 2017 offline mode is only offline. NET Core section:

Visual Studio Professional 2017:

Vs_professional.exe--layoutd:\vs2017offline--addmicrosoft.visualstudio.workload.netcoretools--langzh-cn

Visual Studio Community 2017:

Vs_community.exe--LAYOUTD:\VS2017OFFLINE--ADDMICROSOFT.VISUALSTUDIO.WORKLOAD.NETCORETOOLS--LANGZH-CN

Visual Studio Enterprise 2017:

Vs_enterprise.exe--LAYOUTD:\VS2017OFFLINE--ADDMICROSOFT.VISUALSTUDIO.WORKLOAD.NETCORETOOLS--LANGZH-CN

After this mode is offline, the installation package is approximately 1.63G. Finish offline in offline directory open corresponding installation directly select. NET Core installation.

If all offline, take visual Studio Community 2017 as an example:

Vs_community.exe--layoutd:\vs2017offline--LANGZH-CN

This allows all functions to be offline.

The size of the installation package after the offline.

Select. NET Core cross-platform development.

After the installation is complete.

New project:

Development interface:

More multifunctional people to practice themselves.

The. NET Core SDK 1.0 release is also released today. After the SDK went through the RC4 version, the official version was finally ushered in.

Official Blog Introduction:

https://blogs.msdn.microsoft.com/dotnet/2017/03/07/announcing-net-core-tools-1-0

. NET Core SDK 1.0.1 Download:

Https://www.microsoft.com/net/download/core#/sdk

To create a new console app, use the dotnet new console:

C:\>dotnet new Console-o myappthe Template "Console Application" created successfully. C:\>CD myappc:\myapp>dotnet restore Restoring packages for C:\myapp\myapp.csproj ... C:\myapp>dotnet Runhello world!

You can then open development with vs 2017.

Blog Sample Code Github:github.com/linezero/blog

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.