Join us for a free 2-day community event – JetBrains .NET Days Online 2024
.NET

.NET

Free. Cross-platform. Open source. A developer platform for building apps.

.NET is a free, cross-platform and open source developer platform for building apps.

Singletons and Autoloads with Godot and C#

Tutorial

Singletons and Autoloads with Godot and C#
We'll walk through how to setup and enable singletons using Godot's autoloads also known as Globals.
Starter Player Controls For 2D Godot Games

Tutorial

Starter Player Controls For 2D Godot Games
We'll walk through simple yet effective starter controls for your 2D Godot games to get your characters up and running.
Generate terminal commands using AI Assistant

Tip

Generate terminal commands using AI Assistant
Ask AI Assistant to write PowerShell or shell commands.
Params collection in C#

Tip

Params collection in C#
Use the params collection in C# so methods can accept a dynamic number of parameters.
Generate documentation with AI

Tip

Generate documentation with AI
AI can help you make XML documentation both automatic and useful.
dotCover Command Line Tools for Automation Testing Code Coverage

JetBrains Blog

dotCover Command Line Tools for Automation Testing Code Coverage
Learn when and how to install the dotCover command line tools, and add code coverage to your CI/CD workflows.
File-scoped namespaces and types

Tip

File-scoped namespaces and types
Organize code better and reduce bugs by using file-scoped namespaces and objects.
C# Top-level statements

Tip

C# Top-level statements
Use top-level statements in C# to reduce boilerplate code.
Global usings

Tip

Global usings
Organize `using` statements so they're out of your way.
Adding a spaceship and asteroid to the scene

Part of tutorial

Adding a spaceship and asteroid to the scene
Add prefabs to the game scene.
Adding basic UI for keeping score

Part of tutorial

Adding basic UI for keeping score
Add UI elements to the game.
Conclusion

Part of tutorial

Conclusion
What have we learned building an asteroids game?
Controlling the player – Shooting lasers and moving around

Part of tutorial

Controlling the player – Shooting lasers and moving around
Add behavior to Unity GameObjects.
Game graphics, assets and project setup

Part of tutorial

Game graphics, assets and project setup
Create project, find and import Unity Asset Store graphics.
Creating a starfield skybox

Part of tutorial

Creating a starfield skybox
Add a skybox to your Unity game.
Moving and exploding asteroids

Part of tutorial

Moving and exploding asteroids
Add Unity script to asteroid GameObject.
Spawning asteroid GameObjects

Part of tutorial

Spawning asteroid GameObjects
Dynamically add asteroids to game scene.
Build an Asteroids game in Unity with JetBrains Rider

Tutorial

Build an Asteroids game in Unity with JetBrains Rider
Recreating a version of the classic arcade video game.
How to Build Pong with Godot and JetBrains Rider

Tutorial

How to Build Pong with Godot and JetBrains Rider
We'll walk you through building a Pong game using Godot Game Engine and JetBrains Rider.
JetBrains .NET Day Online 2023

Playlist

JetBrains .NET Day Online 2023
Session recordings of JetBrains .NET Day Online 2023.
Use collection initializers

Tip

Use collection initializers
Update and initialize items in old collection declarations.
Rename refactoring

Tip

Rename refactoring
Would a variable by any other name read as clearly?
Extract method refactoring

Tip

Extract method refactoring
Split and Organize code into DRY, discrete units.
Inline method refactoring

Tip

Inline method refactoring
Replace usages of a function with its implementation.
Exploring Code Analysis Results

Part of tutorial

Exploring Code Analysis Results
Find code quality issues that matter and need your attention.
Fixing Warnings and Errors

Part of tutorial

Fixing Warnings and Errors
Automatically resolve inspections using quick fixes.
What is Solution-Wide Analysis?

Part of tutorial

What is Solution-Wide Analysis?
An introduction to Solution-Wide Analysis in ReSharper and Rider.
Solution-Wide Analysis

Tutorial

Solution-Wide Analysis
Find and resolve code issues in your projects.
Blazor components

Part of tutorial

Blazor components
Use components for a modular Blazor application.
Working with Data

Part of tutorial

Working with Data
Work with data in a Blazor application.
Forms in Blazor

Part of tutorial

Forms in Blazor
View and edit data in forms.
HTTP Communication and APIs

Part of tutorial

HTTP Communication and APIs
Understand how to work with HTTP within the context of a Blazor app.
JavaScript interop

Part of tutorial

JavaScript interop
Extend Blazor apps with JavaScript.
Get Started using Blazor

Part of tutorial

Get Started using Blazor
Start a new Blazor project.
Introduction to Blazor

Part of tutorial

Introduction to Blazor
Is Blazor the right choice for your application?
Publishing Blazor Apps

Part of tutorial

Publishing Blazor Apps
Publish a Blazor app to Azure.
Routing

Part of tutorial

Routing
Routing in Blazor.
Razor Pages

Part of tutorial

Razor Pages
Build a UI using Razor Pages in Blazor.
Blazor Essentials

Tutorial

Blazor Essentials
Learn how to build a basic application with Blazor.
Connect to a Running Docker Container Shell

Tip

Connect to a Running Docker Container Shell
Explore the file system and processes in the container, tail a log file, and more.
Why is ReSharper/Rider suggesting this?

Tip

Why is ReSharper/Rider suggesting this?
ReSharper and Rider help you learn existing and new features of .NET!
Remote development with JetBrains Rider

Tip

Remote development with JetBrains Rider
Experience the power of developing .NET applications remotely!
Generate code

Part of tutorial

Generate code
Rider helps with boiler-plate code, code completion, and more.
Inspections and quick-fixes for Unity code

Part of tutorial

Inspections and quick-fixes for Unity code
Rider helps you write better code, faster.
Debugging Unity games

Part of tutorial

Debugging Unity games
Suspend execution and inspect variables. Use pausepoints to visually inspect your scene.
Keyboard shortcuts - Shift+Shift and Alt+Enter

Part of tutorial

Keyboard shortcuts - Shift+Shift and Alt+Enter
The two keyboard shortcuts that get you places!
Navigating around a Unity project

Part of tutorial

Navigating around a Unity project
Find your way around your code base, asset usages, and more.
Unit testing

Part of tutorial

Unit testing
What is RiderFlow? And where to find it?
Creating Games With Unity - Scripting Logic With Rider

Tutorial

Creating Games With Unity - Scripting Logic With Rider
JetBrains Rider is the best scripting editor for Unity – let's find out why!
Getting Started with Rider for Unity

Part of tutorial

Getting Started with Rider for Unity
What is Rider? And how to start using it with Unity?
Adding assets to a scene

Part of tutorial

Adding assets to a scene
The scene view management toolbar can search assets that you can use in your scene.
Code Editing

Part of tutorial

Code Editing
Dive deeper into code with the smart editor in Unity!
Introducing RiderFlow

Part of tutorial

Introducing RiderFlow
What is RiderFlow? And where to find it?
Hierarchy, bookmarks and camera presets

Part of tutorial

Hierarchy, bookmarks and camera presets
Find your way through complex scenes.
Replace Assets

Part of tutorial

Replace Assets
Replace assets on your scene. It's like refactoring, but visually!
Search Everywhere

Part of tutorial

Search Everywhere
Quickly search throughout your project. For anything!
Find and Show Asset Usages

Part of tutorial

Find and Show Asset Usages
Visually understand the scene structure and where an asset is used.
Design and Manage Scenes With RiderFlow

Tutorial

Design and Manage Scenes With RiderFlow
We'll walk you through the best tips for RiderFlow to help speed up your Unity development!
C# 11 - Required Keyword

Tip

C# 11 - Required Keyword
Introducing the required keyword for fields and properties.
C# 11 - Raw strings

Tip

C# 11 - Raw strings
There is no escape!
JetBrains GameDev Day Online 2022

Playlist

JetBrains GameDev Day Online 2022
Session recordings of JetBrains GameDev Day Online 2022.
ASP.NET Basics for Experts

YouTube

ASP.NET Basics for Experts
Layla Porter
Remote Pairing

YouTube

Remote Pairing
Lorraine Steyn
JetBrains .NET Days Online 2022

Playlist

JetBrains .NET Days Online 2022
Session recordings of JetBrains .NET Days Online 2022.
Client-side templating with Mustache and HTMX

Part of tutorial

Client-side templating with Mustache and HTMX
Generate HTML on the client, based on JSON.
Hello, HTMX!

Part of tutorial

Hello, HTMX!
No series is complete without a "Hello, World" sample.
HTMX cascading selects

Part of tutorial

HTMX cascading selects
One thing leads to another.
HTMX state management

Part of tutorial

HTMX state management
Maintaining state across requests.
Typeahead search with HTMX

Part of tutorial

Typeahead search with HTMX
Live updates based on your search query.
Infinite scrolling with HTMX

Part of tutorial

Infinite scrolling with HTMX
Streaming infinite content to your users.
Introduction

Part of tutorial

Introduction
Giving context to HTMX.
Out-of-band swaps with HTMX

Part of tutorial

Out-of-band swaps with HTMX
Swap and replace any HTML element.
ASP.NET Core Razor TagHelpers for HTMX

Part of tutorial

ASP.NET Core Razor TagHelpers for HTMX
Simplify integration of HTMX in ASP.NET Core apps.
Polling to get recent updates

Part of tutorial

Polling to get recent updates
Retrieve updated information from the server.
Real-world shopping cart and conclusion

Part of tutorial

Real-world shopping cart and conclusion
See all HTMX techniques come together.
Server-sent events for realtime updates

Part of tutorial

Server-sent events for realtime updates
Send messages to clients in realtime.
Server-powered modals with HTMX

Part of tutorial

Server-powered modals with HTMX
Create modal dialogs on the server.
Tabs, tabs, and more tabs with HTMX

Part of tutorial

Tabs, tabs, and more tabs with HTMX
Asynchronous rendering of tabs on the server.
Shortcut keys for web applications

Part of tutorial

Shortcut keys for web applications
Add keyboard shortcuts to make your web an app.
Server-side validation, client-side feel

Part of tutorial

Server-side validation, client-side feel
Validate models on the server, display results on the client.
What is HTMX?

Part of tutorial

What is HTMX?
Understanding the spirit of the HTMX library.
Full-stack web development in Rider

Tip

Full-stack web development in Rider
Develop ASP.NET and ASP.NET Core applications in one place!
Automatic Inspections

Tip

Automatic Inspections
Detect common memory issues - automatically.
Debugging For ReSharper Users

Part of tutorial

Debugging For ReSharper Users
Learn the basics of the Rider debugger from a Visual Studio + ReSharper user's perspective.
Getting Started

Part of tutorial

Getting Started
Learn to create and run your first solution in Rider.
Continuous Testing

Tip

Continuous Testing
Run your tests in the background, while you code.
Hot Spots

Tip

Hot Spots
Find areas of your code base that may need better test coverage.
Object Retention

Tip

Object Retention
Inspect retention paths for an instance or a group of objects.
Preview Source Code

Tip

Preview Source Code
Introduce variables the way you like!
Profile an HTTP request

Tip

Profile an HTTP request
What happens when an HTTP request is made?
Legacy Refactoring

YouTube

Legacy Refactoring
Lorraine Steyn
CSI .NET – Debugging .NET Applications

YouTube

CSI .NET – Debugging .NET Applications
Tess Ferrandez-Norlander
Embracing gRPC in .NET

YouTube

Embracing gRPC in .NET
Irina Scurtu
JetBrains .NET Days Online 2021

Playlist

JetBrains .NET Days Online 2021
Session recordings of JetBrains .NET Days Online 2021.
ASP.NET Core Development with Docker

Part of tutorial

ASP.NET Core Development with Docker
Learn how Docker can work with your current ASP.NET Core development process.
Docker Compose and Multiple Containers

Part of tutorial

Docker Compose and Multiple Containers
Learn to use multiple containers to run a complete ASP.NET Solution.
Local .NET Development With Docker

Part of tutorial

Local .NET Development With Docker
Learn how to work with Docker and JetBrains Rider in our development environment.
JetBrains Rider's Docker Integrations

Part of tutorial

JetBrains Rider's Docker Integrations
Learn about Rider's convenient Docker features that make working with containers feel like an ocean breeze.
Why Should .NET Developers Care About Docker?

Part of tutorial

Why Should .NET Developers Care About Docker?
We'll see why containerization is an important topic for .NET Developers.
Common Docker Terminology

Part of tutorial

Common Docker Terminology
Common terms and phrases .NET developers will encounter when working with Docker.
Docker For .NET Developers

Tutorial

Docker For .NET Developers
A jump-start guide for .NET developers interested in Docker and containerization.
Plugins

Part of tutorial

Plugins
Learn the basics of the Rider plugin marketplace from a Visual Studio + ReSharper user's perspective.
NuGet Package Management

Part of tutorial

NuGet Package Management
Learn the basics of the Rider's NuGet Tool Window from a Visual Studio + ReSharper user's perspective.
Working With Databases

Part of tutorial

Working With Databases
Effectively working with databases in Rider from a Visual Studio + ReSharper user's perspective.
Unit Testing For ReSharper Users

Part of tutorial

Unit Testing For ReSharper Users
Learn the basics of the unit testing in Rider from a Visual Studio + ReSharper user's perspective.
Working With IIS and IIS Express

Part of tutorial

Working With IIS and IIS Express
Effectively working with ASP.NET Core and IIS in Rider from a Visual Studio + ReSharper user's perspective.
Moving from Visual Studio to JetBrains Rider

Tutorial

Moving from Visual Studio to JetBrains Rider
A jumpstart guide for Visual Studio + ReSharper users wanting to try Rider.
Code Formatting

Part of tutorial

Code Formatting
Format and reformat code for consistency in your solution.
Debugging Applications with ReSharper

Part of tutorial

Debugging Applications with ReSharper
What is your code doing? Identify problematic code, and run code step-by-step with the debugger.
Inspections and Quick-Fixes in ReSharper

Part of tutorial

Inspections and Quick-Fixes in ReSharper
Helping you write better code, faster, and automatically fixes code issues.
Navigating Code with ReSharper

Part of tutorial

Navigating Code with ReSharper
Let's look at some fast and easy ways to navigate around a code base.
Additional Tools

Part of tutorial

Additional Tools
There's more in ReSharper! Architecture diagrams, localization manager, build tools and more.
Shortcuts, Editing and Code Completion

Part of tutorial

Shortcuts, Editing and Code Completion
Let's dive into the most important productivity shortcuts, editing, and code completion.
Introduction

Part of tutorial

Introduction
Introduction to the ReSharper Essentials series.
Refactoring Code with ReSharper

Part of tutorial

Refactoring Code with ReSharper
How to safely refactor code, without breaking the build? Let's have a look.
Writing and Running Unit Tests with ReSharper

Part of tutorial

Writing and Running Unit Tests with ReSharper
Run, debug and profile tests, do continuous testing, and inspect code coverage.
ReSharper Essentials

Tutorial

ReSharper Essentials
Together with our developer advocates, learn how ReSharper can help you write better code, faster.
Comparing Rider's Toolbar with Visual Studio

Part of tutorial

Comparing Rider's Toolbar with Visual Studio
Learn how Rider's toolbar UI compares with the toolbar found in Visual Studio.
Localizing ASP.NET Applications

Part of tutorial

Localizing ASP.NET Applications
Working with Cultures, Resources, & ASP.NET.
Localization Basics

Part of tutorial

Localization Basics
Working with Cultures, Resources, & Apps.
.NET Localization

Tutorial

.NET Localization
Localization and the art of reaching more users.
Cloud (Azure) in Rider

Part of tutorial

Cloud (Azure) in Rider
Using the Azure plugin in Rider, and working with Azure Functions.
Inspections and Quick-Fixes in Rider

Part of tutorial

Inspections and Quick-Fixes in Rider
Dive into inspections and quick-fixes, nullability inspections, the Heap Allocations Viewer plugin, and more!
Debugging code with Rider

Part of tutorial

Debugging code with Rider
Examine the runtime behavior of your application, identify problematic code, run through code step by step.
Introduction

Part of tutorial

Introduction
Introduction to the Rider Essentials series.
Navigation in a code base with Rider

Part of tutorial

Navigation in a code base with Rider
How to navigate around a code base? Let's look at some easy ways of doing so.
Customize the Look and Feel of Rider

Part of tutorial

Customize the Look and Feel of Rider
Customize the look and feel of Rider, and make the editor work the way you want.
Refactoring code in Rider

Part of tutorial

Refactoring code in Rider
Learn how to safely refactor code, without breaking the build.
NuGet Tool Window in Rider

Part of tutorial

NuGet Tool Window in Rider
Working with NuGet, including search with typos, CamelHumps, Update All, and more!
Version Control in Rider

Part of tutorial

Version Control in Rider
Working with Git, commit code, rebase and switch branches. Let's explore version control (VCS)!
Unit Testing with Rider

Part of tutorial

Unit Testing with Rider
Learn how Rider can help make sure code behaves as expected, with continuous testing and code coverage.
Shortcuts, Editing, and Completion in Rider

Part of tutorial

Shortcuts, Editing, and Completion in Rider
Where to start? Let's learn the two most important shortcuts, editing, and code completion.
Rider Essentials

Tutorial

Rider Essentials
Our developer advocates show their favourite tips and tricks, uncovering how they work with Rider.
Open Recent Projects

Tip

Open Recent Projects
Quick ways to navigate to other solutions.
Conclusion - Profiling in Rider

Part of tutorial

Conclusion - Profiling in Rider
What have we learned? Profiling, profiler modes, optimizing code, DPA, and more. Let's summarize!
Dynamic Program Analysis (DPA)

Part of tutorial

Dynamic Program Analysis (DPA)
Rider automatically analyzes memory of your applications, all the time!
Introduction to Profiling in Rider

Part of tutorial

Introduction to Profiling in Rider
Let's run a first profiling session on a Sudoku solver sample application.
Optimize Performance with Rider

Part of tutorial

Optimize Performance with Rider
Let's try to optimize the Sudoku solver by profiling, and then optimizing code based on the performance snapshot.
Profiling Modes

Part of tutorial

Profiling Modes
What are the differences between Sampling, Tracing, Line-by-Line, and Timeline profiling?
Profiling in Rider

Tutorial

Profiling in Rider
Explore performance and memory profiling options in Rider, and optimize an existing application.
IDE & Project Backgrounds

Tip

IDE & Project Backgrounds
Personally style your IDE and Projects with custom background images.
Manage Projects

Tip

Manage Projects
Keep your projects organized for an efficient experience.
Basics of ADO.NET

Part of tutorial

Basics of ADO.NET
Working with databases using DbConnection, DbCommand, and DbDataReader.
Basics of Dapper

Part of tutorial

Basics of Dapper
Working with databases using Open Source.
Basics of Entity Framework Core

Part of tutorial

Basics of Entity Framework Core
Working with databases using an object relational mapper.
The Basics Series

Tutorial

The Basics Series
A set of short basic walkthroughs of different .NET technologies.
Formatting F# Code

YouTube

Formatting F# Code
Florian Verdonck
Starting a Blog

YouTube

Starting a Blog
Khalid Abuhakmeh
JetBrains .NET Days Online 2020

Playlist

JetBrains .NET Days Online 2020
Session recordings of JetBrains .NET Days Online 2020.
Introducing Variables

Tip

Introducing Variables
Introduce variables the way you like!
Expand/Shrink Selection

Tip

Expand/Shrink Selection
One more chance to leave your mouse aside!
Occurrence Selection

Tip

Occurrence Selection
Poor man’s manipulation to the rescue!
Cleanup Namespaces

Tip

Cleanup Namespaces
Fix all unused namespaces right from where you are!
Iterating Collections

Tip

Iterating Collections
There's no faster way to iterate!
Formatting code in columns

Tip

Formatting code in columns
Easily read common code in column-style layout!
C# 8 Support

Tip

C# 8 Support
Master all the C# 8 language features!
Move Code

Tip

Move Code
Move code the smart way!
Tool Window Management

Tip

Tool Window Management
Little helpers always at the right size!
JSON schema support

Tip

JSON schema support
The best way to work with JSON and YAML files!
Hiding all tool windows

Tip

Hiding all tool windows
Focus on your code!
Search Anywhere

Tip

Search Anywhere
Start typing anywhere to search!
Settings Layers

Tip

Settings Layers
Save settings to the scope you need them!
VCS Operations Quicklist

Tip

VCS Operations Quicklist
Your next VCS action at hand!
Unity Support

Tip

Unity Support
Write smarter C# for Unity!
Editing Tips & Tricks

Playlist

Editing Tips & Tricks
Know everything there is to know about editing code.