About 63,900 results
Open links in new tab
  1. Introduction to SignalR | Microsoft Learn

    Sep 9, 2020 · This article describes what SignalR is, and some of the solutions it was designed to create.

  2. SignalR - Wikipedia

    SignalR is a free and open-source software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications.

  3. GitHub - SignalR/SignalR: Incredibly simple real-time web for .NET

    ASP.NET SignalR is a library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have …

  4. SignalR Explained: How SignalR works, limitations & use cases

    May 14, 2025 · SignalR is an open-source library for ASP.NET that enables realtime communication between servers and clients. It abstracts away the complexities of connection management and …

  5. What is SignalR? A Real-Time Communication Framework for .NET

    Dec 8, 2024 · What is SignalR? SignalR is an open-source library for ASP.NET Core that facilitates real-time communication between servers and clients. With SignalR, developers can add real-time web …

  6. Real-time ASP.NET with SignalR | .NET

    Any time a user refreshes a web page to see new data, or the page implements Ajax long polling to retrieve new data, it's a candidate for using SignalR. SignalR also enables completely new types of …

  7. A Beginner’s Guide to SignalR - Medium

    Apr 13, 2025 · SignalR is an ASP.NET Core library, that is used for “Real Time” communication, as the client does not have to request new data in order for the data to be sent, it is sent when the data …

  8. SignalR | Microsoft Learn

    Feb 19, 2020 · Microsoft ASP.NET SignalR is a library for ASP.NET developers that simplifies the process of adding real-time web functionality to your applications.

  9. aspnetcore/src/SignalR/README.md at main - GitHub

    ASP.NET Core SignalR is a library for ASP.NET Core developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality?

  10. ASP.NET SignalR

    ASP.NET SignalR is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to …