![]()
SignalR can be used to add any sort of “real-time” web functionality to your ASP.NET application. Any time a user refreshes a web page to see new data, or the page implements “long polling” to retrieve new data, it is a candidate for using SignalR. Here's a quick overview -
![]()