Web Fundamentals in RiderLearn how Rider helps you with web applications to build full-stack apps with ease.Paul Everittriderasp.netjavascriptwebide2020-12-02
Coding AssistanceFind out how Rider helps you write better code, faster.Paul Everittriderasp.netjavascriptwebediting2020-12-01
Debugging codeWhat's your code doing? Step through code with the debugger, and find out.Paul Everittriderasp.netjavascriptwebdebugging2020-12-01
IntroductionIntroduction to the Web Fundamentals in Rider series.Maarten Balliauwriderasp.netjavascriptweb2020-12-01
Navigation in web applicationsHow can you find what you want? Let's look at navigating around a code base.Paul Everittriderasp.netjavascriptwebidenavigation2020-12-01
RefactoringSee how the IDE helps you safely refactor code, without breaking existing code.Paul Everittriderasp.netjavascriptwebiderefactoring2020-12-01
Running codeHow to run your code and see the results? Let's explore.Paul Everittriderasp.netjavascriptwebrunning2020-12-01
Testing codeGet started with testing. We will use Jest as an example.Paul Everittriderasp.netjavascriptwebtesting2020-12-01
.NET LocalizationLocalization and the art of reaching more usersKhalid Abuhakmehriderresharperasp.net.netcsharpwebdataediting2020-09-29
Localization BasicsWorking with Cultures, Resources, & AppsKhalid Abuhakmehriderresharper.netdataeditinginspections2020-09-29
Localizing ASP.NET ApplicationsWorking with Cultures, Resources, & ASP.NETKhalid Abuhakmehriderresharper.netasp.netdatawebeditinginspections2020-09-29
Cloud (Azure) in RiderUsing the Azure plugin in Rider, and working with Azure Functions.Rachel Appelrider.netcsharpwebdebugging2020-07-15
Customize the Look and Feel of RiderCustomize the look and feel of Rider, and make the editor work the way you want.Matthias Kochrider.netcsharpideinspections2020-07-15
Debugging code with RiderExamine the runtime behavior of your application, identify problematic code, run through code step by step.Khalid Abuhakmehrider.netcsharpdebugging2020-07-15
Inspections and Quick-Fixes in RiderDive into inspections and quick-fixes, nullability inspections, the Heap Allocations Viewer plugin, and more!Matthias Kochrider.netcsharpcompletioninspections2020-07-15
IntroductionIntroduction to the Rider Essentials series.Maarten Balliauwrider.netcsharpideeditinginspections2020-07-15
Navigation in a code base with RiderHow to navigate around a code base? Let's look at some easy ways of doing so.Rachel Appelrider.netcsharpnavigation2020-07-15
NuGet Tool Window in RiderWorking with NuGet, including search with typos, CamelHumps, Update All, and more!Maarten Balliauwrider.netcsharpideediting2020-07-15
Refactoring code in RiderLearn how to safely refactor code, without breaking the build.Rachel Appelrider.netcsharprefactoring2020-07-15
Rider EssentialsOur developer advocates show their favourite tips and tricks, uncovering how they work with Rider.Maarten Balliauwrider.netide2020-07-15
Shortcuts, Editing, and Completion in RiderWhere to start? Let's learn the two most important shortcuts, editing, and code completion.Matt Ellisrider.netcsharpcompletioneditinginspectionsnavigation2020-07-15
Unit Testing with RiderLearn how Rider can help make sure code behaves as expected, with continuous testing and code coverage.Maarten Balliauwrider.netcsharptestinginspections2020-07-15
Version Control in RiderWorking with Git, commit code, rebase and switch branches. Let's explore version control (VCS)!Matthias Kochrider.netcsharpidevcs2020-07-15
Conclusion - Profiling in RiderWhat have we learned? Profiling, profiler modes, optimizing code, DPA, and more. Let's summarize!Maarten Balliauwrider.netcsharpideprofiling2020-07-06
Dynamic Program Analysis (DPA)Rider automatically analyzes memory of your applications, all the time!Maarten Balliauwrider.netcsharpideprofiling2020-07-06
Introduction to Profiling in RiderLet's run a first profiling session on a Sudoku solver sample application.Maarten Balliauwrider.netcsharpideprofiling2020-07-06
Open Recent ProjectsQuick ways to navigate to other solutionsKhalid Abuhakmehrider.netnavigation2020-07-06
Optimize Performance with RiderLet's try to optimize the Sudoku solver by profiling, and then optimizing code based on the performance snapshot.Maarten Balliauwrider.netcsharpideprofiling2020-07-06
Profiling ModesWhat are the differences between Sampling, Tracing, Line-by-Line, and Timeline profiling?Maarten Balliauwrider.netcsharpideprofiling2020-07-06
Profiling in RiderExplore performance and memory profiling options in Rider, and optimize an existing application.Maarten Balliauwrider.netideprofiling2020-07-06
IDE & Project BackgroundsPersonally style your IDE and Projects with custom background imagesKhalid Abuhakmehrider.netide2020-07-03
Manage ProjectsKeep your projects organized for an efficient experienceKhalid Abuhakmehrider.netnavigation2020-07-02
Basics of ADO.NETWorking with databases using DbConnection, DbCommand, and DbDataReaderKhalid Abuhakmehriderresharper.netdata2020-06-05
Basics of ASP.NET MVCA complete MVC pipeline with routes, models, views, and controllers.Khalid Abuhakmehriderresharperasp.netweb2020-06-05
Basics of DapperWorking with databases using Open SourceKhalid Abuhakmehriderresharper.netdata2020-06-05
Basics of Entity Framework CoreWorking with databases using an object relational mapperKhalid Abuhakmehrider.netdata2020-06-05
Basics of Razor PagesA complete Razor Pages pipeline.Khalid Abuhakmehriderresharperasp.netweb2020-06-05
The Basics SeriesA set of short basic walkthroughs of different .NET technologiesKhalid Abuhakmehriderresharperasp.net.netcsharpwebdata2020-06-05
ASP.NET RoutingDefining endpoints and URI path handlersKhalid Abuhakmehriderresharperasp.netideweb2020-05-27
Dependency Injection and ConfigureServicesRegistering ASP.NET services and instancesKhalid Abuhakmehriderresharperasp.netweb2020-05-27
Getting Started With ASP.NETA set of short videos to understand the basic landscape of an ASP.NET Application.Khalid Abuhakmehriderresharperasp.netwebide2020-05-27
Request PipelineConfiguring our HTTP handlers in StartupKhalid Abuhakmehriderresharperasp.netideweb2020-05-27
Start A New ASP.NET Web ApplicationStarting an ASP.NET Project in under a few minutesKhalid Abuhakmehriderresharperasp.netideweb2020-05-27
Startup Class WalkthroughThe beginning of all ASP.NET applicationsKhalid Abuhakmehriderresharperasp.netideweb2020-05-27
Better Object Mapping in .NET with DapperKevin GriffinMaarten Balliauwriderresharper.netwebide2020-05-14
Create Web APIs with ASP.NET Core Using Outside In TDDPedro Moreira SantosMaarten Balliauwriderresharper.netwebide2020-05-14
Developing with .NET Core on AWS Using RiderMartin BeebyMaarten Balliauwriderresharper.netwebide2020-05-14
HotChocolate - An Introduction to GraphQL for ASP.NET CoreMichael StaibMaarten Balliauwriderresharper.netwebide2020-05-14
Learning F# by Designing Your Own LanguageAlexey GolubMaarten Balliauwriderresharper.netwebide2020-05-14
TDD and The Terminator — An Introduction to Test Driven DevelopmentLayla PorterMaarten Balliauwriderresharper.netwebide2020-05-14
Build a Highly Performant Interservice Communication with gRPC for ASP NET CoreRiccardo TerrellMaarten Balliauwriderresharper.netwebide2020-05-13
From C# to Python – 10 Things I Learned Along the WayTess FerrandezMaarten Balliauwriderresharper.netwebide2020-05-13
JetBrains .NET Days Online 2020Session recordings of JetBrains .NET Days Online 2020.Maarten Balliauwriderresharper.netwebide2020-05-13
Yield Return ’cause I’m Awaiting Deep Dive into Async StreamsAndrew KarpovMaarten Balliauwriderresharper.netwebide2020-05-13
Expand/Shrink SelectionOne more chance to leave your mouse aside!Matthias Kochriderresharper.netediting2020-02-27
Introducing VariablesIntroduce variables the way you like!Matthias Kochriderresharper.netinspectionsediting2020-02-27
C# 8 SupportMaster all the C# 8 language features!Matthias Kochriderresharper.netinspectionseditingcompletion2020-01-29
Cleanup NamespacesFix all unused namespaces right from where you are!Matthias Kochriderresharper.netinspectionsediting2020-01-29
Editing Tips & TricksKnow everything there is to know about editing code.Maarten Balliauwriderresharper.netcompletioneditinginspectionside2020-01-29
Formatting code in columnsEasily read common code in column-style layout!Matthias Kochriderresharper.netediting2020-01-29
Iterating CollectionsThere's no faster way to iterate!Matthias Kochriderresharper.netcompletionediting2020-01-29
JSON schema supportThe best way to work with JSON and YAML files!Matthias Kochrider.netinspectionsediting2020-01-29
Settings LayersSave settings to the scope you need them!Matthias Kochriderresharper.netideediting2020-01-29
Unity SupportWrite smarter C# for Unity!Matthias Kochrider.neteditingrunningdebugginggaming2020-01-29