Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 817 Bytes

Readme.md

File metadata and controls

16 lines (9 loc) · 817 Bytes

Readme - Code Samples for Chapter 28, SignalR

SignalR covers the real-time functionality available with ASP.NET Core to send information to a group of clients and how you can use C# async streams with SignalR.

This chapter contains these samples:

  • SignalRSample - Service with ASP.NET Core (ASP.NET Core Service, HTML Client, WinUI Client)
  • SignalRStreaming - SignalR Streaming with .NET client

To install the required tools and setup the configuration see WinUI

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!