Visual Studio 2019 RC Getting Started - Part 1

table of Contents

Introduction

background

Language Packs

Open Visual Studio 2019 RC

Cloning or check our code

Open the project or solution

Open the local folder

No code continues

Create a new project

Points of Interest


Introduction

In this article, let's look at how to begin using Visual Studio 2019 RC . Microsoft has now released Visual Studio Release Candidate , now available for download. Initially, in the Microsoft started releasing Visual Studio Preview version, recently, VS 2019 RC can here download. This article is for you on how to download the Visual Studio 2019 RC and install it on your computer. It also explains how to start using the new Visual 2019 RC version.

This paper plans to publish in two parts. In the first 1 section, we will learn how to download and install Visual Studio 2019 RC . It also explains how to start using Visual Studio 2019 RC . In the first two sections, we will learn about all the available project templates in detail and learn more about Visual Studio 2019 new functions.

background

Visual Studio 2019 RC has 3 versions:

  • Community Edition : Community Edition is suitable for students, open source contributors and individuals.
  • Professional : Professional Edition for small teams, preferably in your subscribed Visual Studio after the Professional Edition.
  • Enterprise Edition : Enterprise Edition applicable to any team size, it is best you subscribed to Visual Studio Enterprise after.

If you do not have Visual Studio subscription, download the VS 2019 RC Community Edition is a good thing. In this article, we will install the Enterprise Edition, and we have a subscription to deal with it.

When you click on the download link, you can see on the confirmation screen , " Thank you download Visual Studio" .

Installation VS 2019 RC version:

Wait a few seconds to start the installation on your computer VS 2019 RC . Now, we can see that contains Workloads , Individual components, language packs, and installation location of the final installation screen.

Workload选项卡中,我们可以选择我们所需的VS 2019 RC安装,如果您想使用Windows应用程序,ASP.NET Node.JSMobile Application开发,那么我们现在只能选择它并开始安装。

在这里,我选择了以下列表,以便使用所有应用程序列表:

  • .NET桌面开发
  • Node.js开发
  • 使用.NET进行移动开发
  • Visual Studio扩展开发
  • .NET Core跨平台开发

语言包

对于我的开发,我选择了另外一种语言是韩语,通过选择其他语言,我们可以看到我们的VS 2019 RC是英语或韩语。如果您需要使用任何其他语言,可以从VS 2019 RC IDE的可用语言列表中进行安装。

在安装程序的底部,我们可以看到安装所选工作负载和语言包所需的总空间。

单击安装按钮,您可以看到安装窗口:

等待几分钟,以完成计算机上的VS 2019 RC安装。

安装完成后,重新启动需要反映新的VS 2019 RC安装。

打开Visual Studio 2019 RC

安装完成后,您可以打开Visual Studio 2019 RC来创建.NET应用程序。单击Windows Start并进入Visual Studio 2019。您可以看到Visual Studio 2019 RC。点击它。

您可以看到Visual Studio 2019 RC将如下图所示打开,您可以在左侧看到将显示最近打开的项目列表,如果您要使用现有已打开的项目,则单击该解决方案并继续处理项目。

在右侧,我们可以看到VS 2019中添加的新功能很少:

  • 克隆或检查我们的代码
  • 打开项目或解决方案
  • 打开本地文件夹
  • 创建一个新项目
  • 无代码继续

克隆或检查我们的代码

此选项是Visual Studio 2019中的新选项,此选项卡用于从GitHubAzure DevOps等在线存储库中获取代码。

如果您有来自GitHubAzure DevOps的存储库,现在可以使用Visual Studio 2019进行克隆或检出。

单击克隆或签出代码以添加您的GitHubAzure DevOps URL以处理项目。

在这里,为了测试,我添加了我的克隆存储库项目,我们可以从GitHub存储库中看到项目正在加载。

我们可以看到我们的项目已经从GitHub存储库URL打开。

打开项目或解决方案

要打开现有项目或解决方案,我们可以单击右侧的此选项卡并打开我们的项目或解决方案来处理它。

打开本地文件夹

这是VS 2019 IDE中添加的新功能。如果我们要编辑文件夹中的任何代码或.NET应用程序,那么我们可以单击此选项卡打开文件夹并浏览该文件夹以选择要编辑的文件。

无代码继续

这是VS 2019 IDE中添加的新功能。当我们点击Continue without Code,我们可以看到一个空的解决方案IDE已经文件中显示出来,我们可以创建新项目或者打开现有项目。

创建一个新项目

通过单击创建新项目,我们可以看到一个新屏幕,其中包含可用于.NET应用程序的项目模板列表。

我们可以选择我们的项目模板来处理和创建我们的项目并开始开发。

在下一部分中,我们将更详细地了解如何使用VS 2019

兴趣点

在本文中,我们了解了如何在我们的计算机上下载和安装Visual Studio 2019 RC并开始使用VS 2019 RC项目模板。在下一篇文章中,我们将深入了解所有可用的项目模板,并开始使用一些重要的项目模板,如ASP.NET Core Web Application等。另外,我们将在下一篇文章中看到Visual Studio 2019 RC中的新功能。

下一篇:Visual Studio 2019 RC入门——第2部分

 

原文地址:https://www.codeproject.com/Articles/1278833/Getting-Started-with-Visual-Studio-2019-RC-Part-1

Guess you like

Origin blog.csdn.net/mzl87/article/details/91895640