Rider Essentials
Our developer advocates show their favourite tips and tricks, uncovering how they work with Rider.
Join JetBrains .NET developer advocates Rachel, Khalid, Matthias, Matt and Maarten, who will show you their favourite tips and tricks, uncovering how they work with Rider. We will assume you are already familiar with Rider, and focus on the essential topics that will help you get more out of the IDE.
Expect navigating through a code base, writing and editing code, inspections, refactoring, a look at debugging, unit testing, and much more.
Introduction
Introduction to the Rider Essentials series.
Shortcuts, Editing, and Completion in Rider
Where to start? Let's learn the two most important shortcuts, editing, and code completion.
Inspections and Quick-Fixes in Rider
Dive into inspections and quick-fixes, nullability inspections, the Heap Allocations Viewer plugin, and more!
Navigation in a code base with Rider
How to navigate around a code base? Let's look at some easy ways of doing so.
Refactoring code in Rider
Learn how to safely refactor code, without breaking the build.
Debugging code with Rider
Examine the runtime behavior of your application, identify problematic code, run through code step by step.
Version Control in Rider
Working with Git, commit code, rebase and switch branches. Let's explore version control (VCS)!
Customize the Look and Feel of Rider
Customize the look and feel of Rider, and make the editor work the way you want.
Unit Testing with Rider
Learn how Rider can help make sure code behaves as expected, with continuous testing and code coverage.
NuGet Tool Window in Rider
Working with NuGet, including search with typos, CamelHumps, Update All, and more!
Cloud (Azure) in Rider
Using the Azure plugin in Rider, and working with Azure Functions.