Today's most of the applications are multi-user application, where multiple users doing their task at the same time. But the problem is when any user(s) done any changes (ex. inserted a new order) other users doesn’t know it unless the request is initiated by the user for seeking the updates.
So, we must have a way to notify all the connected clients if there is any changes happens on the server without a refresh or update the web page. This is the area in which asp.net SignalR comes into play.
Here In this application, I will show you, how to implement a push notification system with SignalR for notifying connected clients / users when any database changes happen on the server.
Visit website : http://www.dotnetawesome.com/2016/05/...