SignalR - Curated .NET Articles & Tutorials

Curated .NET news, articles, and tutorials about Signalr, drawn from .NET News Daily issues.

34 curated issues

How to Add JWT Authentication to SignalR Hubs in ASP.NET Core

Learn how to secure SignalR hubs with JWT Bearer authentication, role-based and claim-based authorization in ASP.NET Core. Pass JWT tokens via query string for SignalR hub. Build a real-time stock pri

Featured in Issue #428 April 07, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Benchmarking, Blazor, C#, Dapper, Design Patterns

Read this issue →

Scaling SignalR With a Redis Backplane

SignalR connections are server-local. Scale out to multiple instances and messages stop reaching the right clients. Here's how the Redis backplane fixes that - and what you still need to get right.

Featured in Issue #417 March 23, 2026

Issue also covered: ASP.NET Core, Azure, CQRS, C#, Design Patterns, .NET Core, MediatR, Performance

Read this issue →

Angular + ASP.NET Core: Building a Real-Time App with SignalR

Introduction

Featured in Issue #379 January 28, 2026

Issue also covered: ASP.NET Core, Azure, Azure DevOps, C#, Domain-Driven Design, Design Patterns, .NET 10, .NET Core

Read this issue →

Server-Sent Events in ASP.NET Core and .NET 10

ASP.NET Core 10 introduces native Server-Sent Events as a lightweight, HTTP-native alternative to SignalR for simple one-way real-time updates like dashboards and notifications.

Featured in Issue #352 December 22, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, .NET Core, .NET Framework, EF Core

Read this issue →

Build a Task Raised System in ASP.NET Core (Beginner to Advanced Guide)

Build a complete ASP.NET Core task management app, from basic setup to real-time notifications and role-based access. Includes EF Core, SignalR, and more!

Featured in Issue #328 November 18, 2025

Issue also covered: ASP.NET Core, Authorization, Azure, CQRS, .NET 10, EF Core, GitHub Copilot, Minimal APIs

Read this issue →

Using SignalR with Wolverine 5.0

The Wolverine 5.0 release earlier last last week (finally) added a long requested SignalR transport. The SignalR library from Microsoft isn't hard to use from Wolverine for simplistic WebSockets or Se...

Featured in Issue #321 November 07, 2025

Issue also covered: Application Insights, ASP.NET Core, .NET Aspire, Authentication, AutoMapper, Azure, C#, .NET 10

Read this issue →

Full-Stack ASP.NET Core Project: Build AI E-Commerce Platform with Cloud, Microservices & Blazor(Part-40 of 40)

Build a full-stack AI e-commerce platform with ASP.NET Core 8, Blazor, and microservices. This comprehensive tutorial covers cloud deployment (Azure/AWS), real-time features (SignalR), and production ...

Featured in Issue #319 November 05, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure DevOps, .NET 10, EF Core, GitHub Copilot, Minimal APIs, ML.NET

Read this issue →

Is Redis Overkill? Rethink SignalR Backplane with PostgreSQL

Redis isn’t always the right fit. Here’s how PostgreSQL can serve as a backplane for SignalR in distributed, low-throughput applications. Continue reading on Level Up Coding »

Featured in Issue #314 October 29, 2025

Issue also covered: ASP.NET Core, C#, .NET 10, EF Core, Performance, Visual Studio

Read this issue →

Real-Time Applications with SignalR, Angular, and ASP.NET Core

Build real-time web applications effortlessly using ASP.NET Core, Angular, and SignalR! This tutorial guides you through creating a simple chat application with instant updates. Learn to implement ser...

Featured in Issue #312 October 27, 2025

Issue also covered: Authorization, Azure Functions, C#, Design Patterns, .NET Core, EF Core, JWT, Minimal APIs

Read this issue →

🚀 .NET Core API for SignalR Integration (with Example)

Unlock real-time communication in your .NET Core APIs with SignalR! This guide provides a step-by-step walkthrough, complete with a working code example, demonstrating how to integrate SignalR for ins...

Featured in Issue #309 October 22, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, Docker, .NET 9

Read this issue →

SignalR using Blazor

Learn how to integrate SignalR with Blazor for real-time web applications. This guide covers both Blazor WebAssembly (hosted) and Blazor Server, providing code snippets for chat applications, server p...

Featured in Issue #299 October 08, 2025

Issue also covered: Azure, Blazor, C#, .NET 10, .NET Core, EF Core, Performance, Source Generators

Read this issue →

Building Real-Time Features with Azure SignalR in .NET 9

A hands-on guide to building scalable private messaging, broadcasting, monitoring and Scaling with Azure SignalR in .NET 9 Continue reading on Simform Engineering »

Featured in Issue #295 October 02, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Docker, .NET 8, .NET 9, EF Core

Read this issue →

Master Real-Time Apps with SignalR, .NET 10, and Angular/React

Why SignalR outshines raw WebSockets and other real-time options

Featured in Issue #278 September 05, 2025

Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, EF Core, .NET MAUI, MongoDB, Performance

Read this issue →

Advanced .NET Disposal Patterns Every Senior Dev Should Know

Avoid deadlocks, leaks, and subtle bugs by mastering the synchronization and asynchronous cleanup techniques. Continue reading on Stackademic »

Featured in Issue #268 August 22, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET 9, .NET Core, EF Core, GitHub Copilot, Native AOT

Read this issue →

Building Real-Time Web Applications with ASP.NET SignalR

Real-time web applications increase engagement by delivering instant data updates to users. ASP.NET SignalR is a powerful library that…

Featured in Issue #265 August 19, 2025

Issue also covered: AOT, ASP.NET Core, Azure, Clean Architecture, CQRS, C#, Dapper, Domain-Driven Design

Read this issue →

SignalR in ASP.NET Core — Build Real-Time Applications with Confidence

https://dotnetfullstackdev.medium.com/signalr-in-asp-net-core-build-real-time-applications-with-confidence-4fcc4440bda3

Featured in Issue #252 July 31, 2025

Issue also covered: Application Insights, Authentication, Azure, Azure Functions, Benchmarking, Clean Architecture, C#, Domain-Driven Design

Read this issue →

ASP.NET Community Standup - Blazing-fast AI chat with ASP.NET Core & SignalR

https://www.youtube.com/watch?v=RaZc-2tfh9k

Featured in Issue #245 July 22, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Clean Architecture, C#, Dapper, Design Patterns

Read this issue →

You don’t need SignalR for real-time updates | Server-Sent Events in .NET/C#

https://medium.com/@denmaklucky/you-dont-need-signalr-for-real-time-updates-server-sent-events-in-net-c-e032ff5d096e

Featured in Issue #237 July 10, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET Core, EF Core, JWT, .NET MAUI

Read this issue →

SignalR vs .NET Web API: When to Use Real-Time Communication

https://medium.com/@hasanmcse/signalr-vs-net-web-api-when-to-use-real-time-communication-1c7beb68abdc

Featured in Issue #235 July 08, 2025

Issue also covered: ASP.NET Core, Azure, C#, Design Patterns, .NET Core, OpenAI, Performance, Semantic Kernel

Read this issue →

A Quick Guide On SignalR in .Net Core

https://www.c-sharpcorner.com/article/a-quick-guide-on-signalr-in-net-core/

Featured in Issue #195 May 13, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Blazor, C#, .NET 9, EF Core, JWT, OpenAI

Read this issue →

Building Real‑Time iOS Apps with SignalR: Introducing the Official Swift Client (Public Preview)

https://devblogs.microsoft.com/dotnet/building-real%e2%80%91time-ios-apps-with-signalr-introducing-the-official-swift-client-public-preview/

Featured in Issue #187 May 01, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, .NET 9, .NET Core, EF Core

Read this issue →

Real-Time Apps in .NET with SignalR

https://medium.com/@nelsoncagar/real-time-apps-in-net-with-signalr-a107bb770fde

Featured in Issue #186 April 30, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, .NET 10, EF Core, GitHub Copilot

Read this issue →

A Comprehensive Guide to SignalR: Real-Time Web Communication Made Simple

https://medium.com/@sylvain.tiset/a-comprehensive-guide-to-signalr-real-time-web-communication-made-simple-a098deeb05f1

Featured in Issue #151 March 12, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET Core, EF Core, GitHub Copilot, .NET MAUI, Performance

Read this issue →

Related topics