Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Visual Studio 2017 official version offline

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article is about how to install the official version of Visual Studio 2017 offline. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

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

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

Introduction to VS 2017 official edition: www.visualstudio.com/zh-hans/vs/whatsnew/

VS 2017 offline mode is offline only. 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 going offline according to this mode, the installation package is about 1.63G. After offline, open the corresponding installation in the offline directory and directly select the .NET Core installation.

If offline ownership, take Visual Studio Community 2017 as an example:

Vs_community.exe-- layoutD:\ vs2017offline-- langzh-CN

In this way, all functions can be offline.

The installation package size after offline.

Choose .NET Core cross-platform development.

After the installation is complete.

Create a new project:

Development interface:

Practice more functions on your own.

Today also released,. NET Core SDK 1.0 official version. After going through the RC4 version, SDK finally ushered in the official version.

The official blog introduces:

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

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!

You can then open development through VS 2017.

Thank you for reading! This is the end of the article on "how to install the official version of Visual Studio 2017 offline". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report