Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Master New Cross-Platform IDE for .NET: Rider by JetBrains
Rating: 4.4 out of 5(67 ratings)
543 students

Master New Cross-Platform IDE for .NET: Rider by JetBrains

Learn about the main competitor of Visual Studio: JetBrains' Rider which enables Cross-Platform C# Programming
Created byEngineer Spock
Last updated 7/2020
English
English [Auto],

What you'll learn

  • Harness the power of modern IDE - Rider
  • Rider Settings
  • Refactorings in Rider
  • Code Editing in Rider

Course content

4 sections27 lectures2h 33m total length
  • Join .NET Community of Students0:02
  • Introduction4:36

    Explains why rider beats visual studio with 64-bit speed and cross-platform consistency, and highlights its integration of IntelliJ IDEA and ReSharper, plus support for C#, Unity, web languages, and databases.

  • Rider's Home2:17

    Explore Rider's home page to learn pricing options, sign up for a 30-day free trial, and download the EMC installer for Windows to begin installation.

  • Installation6:52

    Install and customize JetBrains Rider by selecting a UI theme, color scheme, and key map, then create a dot net core console application and set up version control and plugins.

  • Plugins2:03

    Install the presentation assistant plugin from the marketplace to display keyboard shortcuts in Rider, configure it via File > Settings (Ctrl+Alt+S), restart the ide, and prepare for the next lecture.

  • More Settings15:50

    Navigate Rider settings to customize appearance and behavior, set theme and fonts, enable accessibility options, adjust code styling and inspections, and explore the code usage and inheritance feature across languages.

  • Run and Debug Configurations5:43

    Learn to configure run and debug in Rider, recognize solution and project configurations compatible with Visual Studio, and manage debug vs release, startup properties, and templates.

  • Breakpoints and First Chance Exceptions7:57

    Learn to debug in Rider by setting breakpoints with F9, stepping with F11, inspecting locals and threads, and using the memory tab to load classes and monitor memory, first-chance exceptions.

  • Cloning GitHub Repository2:14

    Learn to clone a GitHub repository from version control in Rider, including logging in and forking a project. Select a target directory and test the connection.

  • Inspections and Severity4:09

    Rider analyzes solution files to detect inconsistent naming patterns and suggests updates to naming rules, then lets you adjust inspection severity or apply fixes via the yellow bulb.

  • Solution Structure6:34

    Master the Rider solution structure by navigating the solution explorer, switching between solution and file system views, and using shortcuts to add new files and projects, rename, and refactor.

  • NuGet Package Manager4:53

    Learn to use the NuGet package manager in Rider to install, upgrade, and restore packages, and switch between solution and project views.

Requirements

  • Basic C# skills

Description

Modern integrated development environments or IDEs in short allows us to perform miracles. Why? Because we live in the twenty first century and modern computers are so powerful that modern IDEs become indispensable assistants which can save us thousands of hours. A decade ago, no one could imagine how much powerful IDEs will become in the future. However, nowadays, developers are armed by super powers such as deep static analysis, automatically performed refactorings, code fixes, super simple navigation and many other things.

This course covers:

  • Navigate through the code base: how to select code, how to find code, camel humps in IntelliSense, navigating through the tabs

  • Edit and format the code base: deleting and removing code, formatting, commenting and applying refactorings

  • Run and debug your code: working with breakpoints, new features in Rider

  • Code snippets: existing code snippets and creating custom code snippets

  • Refactorings: a great number of refactorings that can be applied to enhance the code base

  • etc.

I need to warn you that Rider is a paid IDE but despite of this fact, many professional developers use it on an everyday basis.

Rider provides tons of refactorings, analytical features, fixes and a ton of other features. So, you'll see the following:

  • Installing Rider

  • Rider Settings

  • Creating Code with Rider

  • Exploring Code with Rider

  • Refactoring with Rider

  • Unit Testing with Rider

Enroll and start learning how to double your coding speed in Rider!

Who this course is for:

  • Any C# developer who wants to get acquainted with new IDE for C# developers - Rider