Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool

Detailed instructions on how to install Rider and basic setup for Rider to make C# programming more convenient and efficient..

Hello everyone, in the previous posts, I have finished showing you how to install Visual Studio. It can be said that this is the main programming tool that C# and .NET programmers still use.

However, if you are coding Java like me and want to switch to learning or coding C#, it will take time to get used to Microsoft's toolkit.

 That's why in this article, I will install Rider - a tool (IDE) developed by JetBrain which is also the company that owns a series of famous software such as IntelliJ Idea, WebStorm .

Rider is designed for programming C# and C#-related technologies, so it will be very suitable for those who want to learn and use this programming language.

#first. How to install Rider

+ Step 1: First, you download the installation file here.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 1Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 1

+ Step 2: The installation file is quite heavy (about more than 700MB), so you should note to keep the internet connection stable when downloading. After downloading, double click on the file to start the installation process.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 2Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 2

Click Next => to continue the installation of JetBrains Rinder.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 3Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 3

+ Step 3: This step you will choose the installation location, by default, the installation directory will be:

C:/Program Files/JetBrains/JetBrains Rider 2021.2.2

Note:

  1. Because I installed version 2021.2.2, the installation directory will be JetBrains Rider 2021.2.2. If you want to change the installation directory, you can click Browse… as shown below (1)
  2. In addition, the minimum disk space requirement for installation is 2.4GB (later versions may be larger) (2)

=> In my opinion, just keep the default like that and click Next!

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 4Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 4

+ Step 4: Next, you can volume like me in the image below and then click Next to go to the next step.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 5Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 5

At this step, click Install to start the installation process.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 6Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 6

The installation process will not take too long, depending on your hard drive. If it is an SSD, the installation speed will be faster, and if it is an HDD, it will take a little longer.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 7Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 7

+ Step 5: Okay, so the installation is done. You click Finish to complete the installation process.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 8Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 8

+ Step 6: After the installation is complete, you run the application, the first option is: Are there more settings from Visual Studio Code? (because quite a lot of users use VS Code to program C#)

Select Import Settings if you want to add customizations from VS Code or select Skip Import to skip this step.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 9Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 9

+ Step 7: The next step will be the selection of Theme. If you are afraid of eye strain or often use it at night, you can choose the Rider Dark theme with a dark color or if you like a light color, you can choose the Rider Light theme as shown below. This is up to you!

=> After selecting, click Next: Editor Color Schemes

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 10Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 10

+ Step 8: The next step will be to set the editor color scheme (the color of the programming interface). Here I choose Visual Studio Dark (because I usually use VS Code). You can choose any other color you want.

=> Click Next: Keymaps to set shortcuts

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 11Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 11

You can choose a set of shortcuts from VS Code, IntelliJ depending on which tool you are used to before.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 12Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 12

+ Step 9: The Rider tool supports .NET, Xamarin Anroid and Xamarin iOS & Mac environments. That is, it supports almost everything from the Web to mobile devices. You can click Next: Default plugins to continue.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 13Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 13

The images below are the default tools enabled by Rider. For example, if you only do web programming, you can Disable other tools and leave only Web Development => then click Nexts: Featured Plugins

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 14Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 14

+ Step 10: If there are plugins available, you can download and use them. Here because I just installed it, I will not download any more plugins but click Start using JetBrains Rider.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 15Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 15

+ Step 11: In the next step, you may encounter a warning Window Defender Firewall has block some features of this app. Click Allow access to allow it.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 16Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 16

+ Step 12: Because Rider is a paid software, you can only try it for 30 days. To activate the trial mode, select the tab: Evaluate for fee => select Evaluate as shown below.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 17Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 17

Next click Continue (note that whenever the notice is about to expire, you will reset it)

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 18Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 18

Okay, so the installation is done. Now you can use this tool to program C# and related technologies.

Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 19Steps to Install and Setup Rider: Powerful C#, .Net Programming Tool Picture 19

#2. Conclude

So in this article, I have installed Rider with you and have a few basic settings - an IDE of the JetBrain family that helps in programming C#-related applications and technologies.

Although many people still use Microsoft toolkits such as VS Code or Visual Studio, for those of you who are new to C# like me, this is really a powerful and user-friendly tool.

3.5 ★ | 2 Vote