.NET Localization (tutorial)Localization and the art of reaching more usersKhalid Abuhakmehasp.net.netcsharpwebdataediting2020-09-29
ASP.NET Basics for Experts (part of tutorial)Layla PorterMaarten Balliauw.netasp.netwebeditingide2022-10-25
ASP.NET Core Razor TagHelpers for HTMX (part of tutorial)Simplify integration of HTMX in ASP.NET Core appsKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Additional Tools (part of tutorial)There's more in ReSharper! Architecture diagrams, localization manager, build tools, ...Maarten Balliauw.netcsharpeditingideinspections2021-03-01
Best Practices for Using async and await (part of tutorial)Damir ArhMaarten Balliauw.neteditingide2021-05-12
C# 8 Support (tip)Master all the C# 8 language features!Matthias Koch.netinspectionseditingcompletion2020-01-29
C# Source Generators in Action (part of tutorial)Andrey DyatlovMaarten Balliauw.netcsharpeditingcompletionide2021-05-11
Chaos Engineering: unleash the monkeys (part of tutorial)Jacob DuijzerMaarten Balliauw.neteditingdebugging2022-10-26
Cleanup Namespaces (tip)Fix all unused namespaces right from where you are!Matthias Koch.netinspectionsediting2020-01-29
Client-side templating with Mustache and HTMX (part of tutorial)Generate HTML on the client, based on JSONKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Code Formatting (part of tutorial)Format and reformat code for consistency in your solution.Matt Ellis.netcsharpeditingide2021-03-01
Coding Assistance (part of tutorial)Find out how Rider helps you write better code, faster.Paul Everittasp.netjavascriptwebediting2020-12-01
Continuous Testing (tip)Run your tests in the background, while you code.Khalid Abuhakmeh.nettestingediting2021-06-18
Developing reusable components for Blazor WASM (part of tutorial)Emanuele BartolesiMaarten Balliauw.netcsharpideeditingdebugging2022-10-25
Editing Tips & Tricks (playlist)Know everything there is to know about editing code.Maarten Balliauw.netcompletioneditinginspectionside2020-01-29
Expand/Shrink Selection (tip)One more chance to leave your mouse aside!Matthias Koch.netediting2020-02-27
F# for Performance Critical Code (part of tutorial)Matthew CrewsMaarten Balliauw.netfsharpeditingprofiling2022-10-26
Formatting code in columns (tip)Easily read common code in column-style layout!Matthias Koch.netediting2020-01-29
HTMX cascading selects (part of tutorial)One thing leads to anotherKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
HTMX state management (part of tutorial)Maintaining state across requestsKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Hello, HTMX! (part of tutorial)No series is complete without a "Hello, World" sampleKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
How to build a cloud native application with .NET and AWS (part of tutorial)François BouterucheMaarten Balliauw.netcontainerseditingdebuggingideweb2022-10-26
Infinite scrolling with HTMX (part of tutorial)Streaming infinite content to your usersKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Introducing Variables (tip)Introduce variables the way you like!Matthias Koch.netinspectionsediting2020-02-27
Introduction (part of tutorial)Introduction to the ReSharper Essentials series.Maarten Balliauw.netcsharpideeditinginspections2021-03-01
Introduction (part of tutorial)Giving context to HTMXKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Introduction (part of tutorial)Introduction to the Rider Essentials series.Maarten Balliauw.netcsharpideeditinginspections2020-07-15
Iterating Collections (tip)There's no faster way to iterate!Matthias Koch.netcompletionediting2020-01-29
JSON schema support (tip)The best way to work with JSON and YAML files!Matthias Koch.netinspectionsediting2020-01-29
Let's Build an incremental source generator with Roslyn (part of tutorial)Stefan PölzMaarten Balliauw.netcsharpeditingide2022-10-25
Localization Basics (part of tutorial)Working with Cultures, Resources, & AppsKhalid Abuhakmeh.netdataeditinginspections2020-09-29
Localizing ASP.NET Applications (part of tutorial)Working with Cultures, Resources, & ASP.NETKhalid Abuhakmeh.netasp.netdatawebeditinginspections2020-09-29
Long-Polling to get recent updates (part of tutorial)Retrieve updated information from the serverKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Maximising Algorithm Performance in .NET: Levenshtein Distance (part of tutorial)James TurnerMaarten Balliauw.netcsharpprofilingeditingrefactoring2022-10-25
Next level console apps with Spectre.Console (part of tutorial)João AntunesMaarten Balliauw.netcsharpeditingrunning2022-10-25
NuGet Tool Window in Rider (part of tutorial)Working with NuGet, including search with typos, CamelHumps, Update All, and more!Maarten Balliauw.netcsharpideediting2020-07-15
Null & Void – Everything About Nothing in .NET (part of tutorial)Stefan PölzMaarten Balliauw.netcsharpeditingide2021-05-12
Out-of-band swaps with HTMX (part of tutorial)Swap and replace any HTML elementKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Performance tricks I learned from contributing to open source .NET packages (part of tutorial)Daniel MarbachMaarten Balliauw.netcsharpprofilingediting2022-10-25
Preview Source Code (tip)Introduce variables the way you like!Khalid Abuhakmeh.netprofilingediting2021-06-18
Real-world shopping cart and conclusion (part of tutorial)See all HTMX techniques come togetherKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Reducing the environmental footprint in nautical transport with F# & Serverless (part of tutorial)Roman ProvazníkMaarten Balliauw.netfsharpeditingweb2022-10-26
See VCS Changed Lines In Gutter (tip)Quickly spot which parts of your file have changed since the last commit.Paul Everitteditingvcs2022-12-02
Server-powered modals with HTMX (part of tutorial)Create modal dialogs on the serverKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Server-sent events for realtime updates (part of tutorial)Send messages to clients in realtimeKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Server-side validation, client-side feel (part of tutorial)Validate models on the server, display results on the clientKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Shortcut keys for web applications (part of tutorial)Add keyboard shortcuts to make your web an appKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Shortcuts, Editing and Code Completion (part of tutorial)Let's dive into the most important productivity shortcuts, editing, and code completion.Matthias Koch.netcsharpcompletioneditinginspectionsnavigation2021-03-01
Shortcuts, Editing, and Completion in Rider (part of tutorial)Where to start? Let's learn the two most important shortcuts, editing, and code completion.Matt Ellis.netcsharpcompletioneditinginspectionsnavigation2020-07-15
Tabs, tabs, and more tabs with HTMX (part of tutorial)Asynchronous rendering of tabs on the serverKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
The Background on Background Tasks in .NET 6 (part of tutorial)Scott SauberMaarten Balliauw.netcsharpeditingide2022-10-26
Typeahead search with HTMX (part of tutorial)Live updates based on your search queryKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27
Unity Support (tip)Write smarter C# for Unity!Matthias Koch.neteditingrunningdebugginggaming2020-01-29
Welcome to Rider, your one stop gamedev IDE! (part of tutorial)Matt EllisMaarten Balliauwunityunrealgamingideeditingrefactoring2022-10-27
What is HTMX? (part of tutorial)Understanding the spirit of the HTMX libraryKhalid Abuhakmeh.netasp.netdatawebeditinginspections2022-04-27