ASP.NET

ASP.NET

A framework for building web apps and services with .NET and C#.

A framework for building web apps and services with .NET and C#.

playlist

JetBrains .NET Day Online 2023
Session recordings of JetBrains .NET Day Online 2023.

tutorial

Blazor Essentials
Learn how to build a basic application with Blazor.

Part of tutorial

Working with Data
Work with data in a Blazor application.

Part of tutorial

Blazor components
Use components for a modular Blazor application.

Part of tutorial

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

Part of tutorial

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

Part of tutorial

Get Started using Blazor
Start a new Blazor project

Part of tutorial

JavaScript interop
Extend Blazor apps with JavaScript

Part of tutorial

Razor Pages
Build a UI using Razor Pages in Blazor.

Part of tutorial

Routing
Routing in Blazor.

Part of tutorial

Forms in Blazor
View and edit data in forms

Part of tutorial

Publishing Blazor Apps
Publish a Blazor app to Azure

YouTube

REST, GraphQL and gRPC: A Comparison
Poornima Nayar

playlist

JetBrains .NET Days Online 2022
Session recordings of JetBrains .NET Days Online 2022.

YouTube

ASP.NET Basics for Experts
Layla Porter

tutorial

HTMX for ASP.NET Core Developers
A set of videos explaining what HTMX is, and how ASP.NET Core developers can use it to create rich client-side experiences.

Part of tutorial

HTMX cascading selects
One thing leads to another

Part of tutorial

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

Part of tutorial

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

Part of tutorial

HTMX state management
Maintaining state across requests

Part of tutorial

Typeahead search with HTMX
Live updates based on your search query

Part of tutorial

Introduction
Giving context to HTMX

Part of tutorial

Infinite scrolling with HTMX
Streaming infinite content to your users

Part of tutorial

Out-of-band swaps with HTMX
Swap and replace any HTML element

Part of tutorial

ASP.NET Core Razor TagHelpers for HTMX
Simplify integration of HTMX in ASP.NET Core apps

Part of tutorial

Polling to get recent updates
Retrieve updated information from the server

Part of tutorial

Server-side validation, client-side feel
Validate models on the server, display results on the client

Part of tutorial

Server-powered modals with HTMX
Create modal dialogs on the server

Part of tutorial

Real-world shopping cart and conclusion
See all HTMX techniques come together

Part of tutorial

Shortcut keys for web applications
Add keyboard shortcuts to make your web an app

Part of tutorial

What is HTMX?
Understanding the spirit of the HTMX library

Part of tutorial

Server-sent events for realtime updates
Send messages to clients in realtime

Part of tutorial

Tabs, tabs, and more tabs with HTMX
Asynchronous rendering of tabs on the server

tutorial

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

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.

tutorial

Web Fundamentals in Rider
Learn how Rider helps you with web applications to build full-stack apps with ease.

Part of tutorial

Coding Assistance
Find out how Rider helps you write better code, faster.

Part of tutorial

Debugging code
What's your code doing? Step through code with the debugger, and find out.

Part of tutorial

Introduction
Introduction to the Web Fundamentals in Rider series.

Part of tutorial

Navigation in web applications
How can you find what you want? Let's look at navigating around a code base.

Part of tutorial

Refactoring
See how the IDE helps you safely refactor code, without breaking existing code.

Part of tutorial

Running code
How to run your code and see the results? Let's explore.

Part of tutorial

Testing code
Get started with testing. We will use Jest as an example.

tutorial

.NET Localization
Localization and the art of reaching more users

Part of tutorial

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

tutorial

The Basics Series
A set of short basic walkthroughs of different .NET technologies

Part of tutorial

Basics of ASP.NET MVC
A complete MVC pipeline with routes, models, views, and controllers.

Part of tutorial

Basics of Razor Pages
A complete Razor Pages pipeline.

tutorial

Getting Started With ASP.NET
A set of short videos to understand the basic landscape of an ASP.NET Application.

Part of tutorial

Start A New ASP.NET Web Application
Starting an ASP.NET Project in under a few minutes

Part of tutorial

ASP.NET Routing
Defining endpoints and URI path handlers

Part of tutorial

Dependency Injection and ConfigureServices
Registering ASP.NET services and instances

Part of tutorial

Startup Class Walkthrough
The beginning of all ASP.NET applications

Part of tutorial

Request Pipeline
Configuring our HTTP handlers in Startup