Share via


Visual Studio 2019 RC: Getting Started (Part 1)

Introduction

In this article, let’s see on how to getting started with Visual Studio 2019 RC. Microsoft has now released the Visual Studio Release Candidate and now its available for download ,Initially Microsoft started releasing the Visual Studio Preview versions and recently the VS 2019 RC is available for download you can download the VS 2019 RC from this link https://visualstudio.microsoft.com/downloads/ ,Microsoft has planned to release the full version of Visual Studio 2019 on April 2nd 2019 ,If you can’t wait till April 2019 and want to explore new Visual Studio 2019 then this article is for you on how to download the Visual Studio 2019 RC and install it on your computer also explains on getting started with new Visual 2019 RC release, Microsoft also states that as the VS 2019 RC can be upgraded as full release on April 2nd 2019. Its good tome for you all to install the Visual Studio 2019 RC and upgrade to full version from April 2nd 2019.

This article has planned to be published as 2 part. In Part 1 we will be seeing on how to download and install the Visual Studio 2019 RC also explains on how to start working with Visual Studio 2019 RC. In Part 2 we will see in more detail as what are all the project templates available and see more detail on what’s new in Visual Studio 2019.

Downloading Visual Studio 2019 RC

VS 2019 RC Download Link: https://visualstudio.microsoft.com/downloads/

Visual Studio 2019 RC comes as 3 editions

  • Community: Community edition is for the students, open-source contributors, and individuals.
  • Professional: Profession edition if for the small teams and best when you have the Visual Studio Professional subscription
  • Enterprise: Enterprise edition if for any team size and best when you have the   Visual Studio Enterprise subscription.

If you don’t have Visual Studio Subscription then its good to download the VS 2019 RC Community Edition. Here in this article, we will be installing the Enterprise edition and we have a Subscription to work on it.

When you click on the download link you can see the confirmation screen as Thank you for downloading the Visual Studio. 

Install the VS 2019 RC version

Wait for a few Seconds to start installing VS 2019 RC on your computer. Now we can see as final installation screen with Workloads, Individual components, Language Packs, and Installation locations.

From the Workload tab we can select our needed installation of VS 2019 RC, if you want to work with Windows Applications, ASP.NET Node.JS and Mobile Application development then we can select only that for now and start installations.

Here I have selected below list in order to work with all the list of application.

  • .NET desktop development  
  • Node.js development
  • Mobile development with .NET
  • Visual Studio extension development
  • .NET Core cross-platform development

Language Pack

For my development, I have selected one more additional language as Korean, by selecting the additional language we can see our VS 2019 RC in English or in the Korean Language. If you need any additional language to be used you can install from the list of language available for the VS 2019 RC IDE.

At the bottom of installer, we can see the total space required to install our selected workload and language pack.

Click the install button and you can see the installation window.

After installation complete restart needs to reflect the new VS 2019 RC installation.

Wait for few minutes to complete the VS 2019 RC installation on your computer.

Opening Visual Studio 2019 RC

Once Install completed you can open the Visual Studio 2019 RC to create your .NET Applications. Click Windows Start and enter Visual Studio 2019, You can see the Visual Studio 2019 RC, Click on that.

You can see Visual Studio 2019 RC will be open like the image below, you can see in the left side as recently opened project list will be displayed, if you want to work with existing opened project then click on that solution and work on the project.

In the right side, we can see a few new features added in VS 2019 as

  • Clone or check our code
  • Open a Project or Solution
  • Open a local folder
  • Create a new Project
  • Continue without code

Clone or check our code

This option is new in Visual Studio 2019 and this tab is used to get the code from the online repository like GitHub or Azure DevOps.

If you have repositories from GitHub or Azure DevOps now it’s possible to clone or check out using Visual Studio 2019

Click on the Clone or Check our code to add your GitHub or Azure DevOps URL to work on the project.

Here for testing we have added sample repository project URL for clone and we can see from the GitHub repository project is loading.

We ca see as our project has been opened from the GitHub repository URL.

Open a Project or Solution

To open an existing project or solution we can click on this tab on the right side and open our project or solution to work on it.

Open a local folder

This is a new feature added in VS 2019 IDE. If we want to edit any code or .net application from a folder then we can click on this tab to open the folder and browse for the folder to select the file for edit.

Continue without code

This is a new feature added in VS 2019 IDE. When we click on the Continue without Code, we can see empty solution IDE has been displayed here from the file we can create a new project or open the existing project.

Create a new Project

By Clicking on the Create a new project we can see a new screen with list of project template available to work with our .NET Applications.

We can select our project template to work on and create our project and start working on that.

Conclusion

In this article, we reviewed how to download and install the Visual Studio 2019 RC on our computer and getting started with VS 2019 RC project templates. In our next article we will see in deeper on what are all the project templates available and getting started with few important project templates like ASP.NET Core Web Application and etc. also we will see on what’s new in Visual Studio 2019 RC in our next article.

See Also