Offline installation and introduction of Visual Studio 2017 official version, studio2017

Source: Internet
Author: User
Tags dotnet

Offline installation and introduction of Visual Studio 2017 official version, studio2017

Offline installation and introduction of Visual Studio 2017 RTM official edition.

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

VS 2017 official version:

Https://www.visualstudio.com/zh-hans/vs/whatsnew/

VS 2017 offline mode: Only offline. NET Core:

Visual Studio Professional 2017:

 vs_professional.exe --layout D:\vs2017offline --add Microsoft.VisualStudio.Workload.NetCoreTools --lang zh-CN 

Visual Studio Community 2017:

 vs_community.exe --layout D:\vs2017offline --add Microsoft.VisualStudio.Workload.NetCoreTools --lang zh-CN 

Visual Studio Enterprise 2017:

 vs_enterprise.exe --layout D:\vs2017offline --add Microsoft.VisualStudio.Workload.NetCoreTools --lang zh-CN 

After going offline in this mode, the installation package is about 1.63 GB. After the installation is completed offline, open the corresponding installation in the offline directory and select. NET Core for installation.

Take Visual Studio Community 2017 as an example:

Vs_community.exe -- layout D: \ vs2017offline -- lang zh-CN

In this way, all functions can be offline.

 

The size of the offline installation package.

 

Select. NET Core for cross-platform development.

 

After installation is complete.

Create a project:

 

Development interface:

 

More functions can be implemented by yourself.

 

Also released today, the. NET Core SDK 1.0 official version. After the RC4 version, the SDK is now available in the official version.

Official blog introduction:

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

Download. NET Core SDK 1.0.1:

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

 

Create a new console application using 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!

Then you can open the development through VS 2017.

 

If you think this article is helpful to you, click"Recommendation", Thank you.

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.