.NET Localization (tutorial)Localization and the art of reaching more usersasp.net.netcsharpwebdataediting2020-09-29
ASP.NET Core Development with Docker (part of tutorial)Learn how Docker can work with your current ASP.NET Core development process..netcontainersdata2021-04-26
ASP.NET Core Razor TagHelpers for HTMX (part of tutorial)Simplify integration of HTMX in ASP.NET Core apps.netasp.netdatawebeditinginspections2022-04-27
Automatic Inspections (tip)Detect common memory issues - automatically..netinspectionsprofiling2021-12-30
Basics of ADO.NET (part of tutorial)Working with databases using DbConnection, DbCommand, and DbDataReader.netdata2020-06-05
Basics of ASP.NET MVC (part of tutorial)A complete MVC pipeline with routes, models, views, and controllers.asp.netweb2020-06-05
Basics of Entity Framework Core (part of tutorial)Working with databases using an object relational mapper.netdata2020-06-05
Client-side templating with Mustache and HTMX (part of tutorial)Generate HTML on the client, based on JSON.netasp.netdatawebeditinginspections2022-04-27
Common Docker Terminology (part of tutorial)Common terms and phrases .NET developers will encounter when working with Docker..netcontainersdata2021-04-26
Comparing Rider's Toolbar with Visual Studio (part of tutorial)Learn how Rider's toolbar UI compares with the toolbar found in Visual Studio..netcsharpidedata2021-01-29
Continuous Testing (tip)Run your tests in the background, while you code..nettestingediting2021-06-18
Debugging Applications with ReSharper (part of tutorial)What is your code doing? Identify problematic code, and run code step-by-step with the debugger..netcsharpdebugging2021-03-01
Debugging For ReSharper Users (part of tutorial)Learn the basics of the Rider debugger from a Visual Studio + ReSharper user's perspective..netcsharpide2021-12-29
Debugging code with Rider (part of tutorial)Examine the runtime behavior of your application, identify problematic code, run through code step by step..netcsharpdebugging2020-07-15
Dependency Injection and ConfigureServices (part of tutorial)Registering ASP.NET services and instancesasp.netweb2020-05-27
Docker Compose and Multiple Containers (part of tutorial)Learn to use multiple containers to run a complete ASP.NET Solution..netcontainersdata2021-04-26
Docker For .NET Developers (tutorial)A jump-start guide for .NET developers interested in Docker and containerization.asp.net.netcontainerswebdata2021-04-21
Getting Started (part of tutorial)Learn to create and run your first solution in Rider.netcsharpide2021-10-12
Getting Started With ASP.NET (tutorial)A set of short videos to understand the basic landscape of an ASP.NET Application.asp.netwebide2020-05-27
HTMX cascading selects (part of tutorial)One thing leads to another.netasp.netdatawebeditinginspections2022-04-27
HTMX for ASP.NET Core Developers (tutorial)A set of videos explaining what HTMX is, and how ASP.NET Core developers can use it to create rich client-side experiences.asp.netwebide2022-04-27
HTMX state management (part of tutorial)Maintaining state across requests.netasp.netdatawebeditinginspections2022-04-27
Hello, HTMX! (part of tutorial)No series is complete without a "Hello, World" sample.netasp.netdatawebeditinginspections2022-04-27
Hot Spots (tip)Find areas of your code base that may need better test coverage..nettestinginspections2021-06-18
IDE & Project Backgrounds (tip)Personally style your IDE and Projects with custom background images.netide2020-07-03
Infinite scrolling with HTMX (part of tutorial)Streaming infinite content to your users.netasp.netdatawebeditinginspections2022-04-27
JetBrains Rider's Docker Integrations (part of tutorial)Learn about Rider's convenient Docker features that make working with containers feel like an ocean breeze..netcontainersdata2021-04-26
Local .NET Development With Docker (part of tutorial)Learn how to work with Docker and JetBrains Rider in our development environment..netcontainersdata2021-04-26
Localization Basics (part of tutorial)Working with Cultures, Resources, & Apps.netdataeditinginspections2020-09-29
Localizing ASP.NET Applications (part of tutorial)Working with Cultures, Resources, & ASP.NET.netasp.netdatawebeditinginspections2020-09-29
Long-Polling to get recent updates (part of tutorial)Retrieve updated information from the server.netasp.netdatawebeditinginspections2022-04-27
Manage Projects (tip)Keep your projects organized for an efficient experience.netnavigation2020-07-02
Moving from Visual Studio to JetBrains Rider (tutorial)A jumpstart guide for Visual Studio + ReSharper users wanting to try Rider..netide2021-03-29
NuGet Package Management (part of tutorial)Learn the basics of the Rider's NuGet Tool Window from a Visual Studio + ReSharper user's perspective..netcsharpide2021-03-29
Object Retention (tip)Inspect retention paths for an instance or a group of objects..netinspectionsprofiling2021-06-18
Out-of-band swaps with HTMX (part of tutorial)Swap and replace any HTML element.netasp.netdatawebeditinginspections2022-04-27
Plugins (part of tutorial)Learn the basics of the Rider plugin marketplace from a Visual Studio + ReSharper user's perspective..netcsharpide2021-03-29
Profile an HTTP request (tip)What happens when an HTTP request is made?.netprofilingwebinspections2021-06-18
Real-world shopping cart and conclusion (part of tutorial)See all HTMX techniques come together.netasp.netdatawebeditinginspections2022-04-27
Server-powered modals with HTMX (part of tutorial)Create modal dialogs on the server.netasp.netdatawebeditinginspections2022-04-27
Server-sent events for realtime updates (part of tutorial)Send messages to clients in realtime.netasp.netdatawebeditinginspections2022-04-27
Server-side validation, client-side feel (part of tutorial)Validate models on the server, display results on the client.netasp.netdatawebeditinginspections2022-04-27
Shortcut keys for web applications (part of tutorial)Add keyboard shortcuts to make your web an app.netasp.netdatawebeditinginspections2022-04-27
Start A New ASP.NET Web Application (part of tutorial)Starting an ASP.NET Project in under a few minutesasp.netideweb2020-05-27
Startup Class Walkthrough (part of tutorial)The beginning of all ASP.NET applicationsasp.netideweb2020-05-27
Tabs, tabs, and more tabs with HTMX (part of tutorial)Asynchronous rendering of tabs on the server.netasp.netdatawebeditinginspections2022-04-27
The Basics Series (tutorial)A set of short basic walkthroughs of different .NET technologiesasp.net.netcsharpwebdata2020-06-05
Typeahead search with HTMX (part of tutorial)Live updates based on your search query.netasp.netdatawebeditinginspections2022-04-27
Unit Testing For ReSharper Users (part of tutorial)Learn the basics of the unit testing in Rider from a Visual Studio + ReSharper user's perspective..netcsharpide2021-03-29
What is HTMX? (part of tutorial)Understanding the spirit of the HTMX library.netasp.netdatawebeditinginspections2022-04-27
Why Should .NET Developers Care About Docker? (part of tutorial)We'll see why containerization is an important topic for .NET Developers..netcontainersdata2021-04-26
Working With Databases (part of tutorial)Effectively working with databases in Rider from a Visual Studio + ReSharper user's perspective..netcsharpidedata2021-03-29
Working With IIS and IIS Express (part of tutorial)Effectively working with ASP.NET Core and IIS in Rider from a Visual Studio + ReSharper user's perspective..netcsharpasp.netidedata2021-03-29
Writing and Running Unit Tests with ReSharper (part of tutorial)Run, debug and profile tests, do continuous testing, and inspect code coverage..netcsharptestinginspectionsprofiling2021-03-01