Posted on: 8/16/2012 8:00:00 PM | Views : 1803

SignalR, as we all know, is a persistent connection framework in .NET. We have seen how easy it is to set it up for broadcasting messages to clients. Today we will see a few more features namely Connect, Disconnect and Reconnect that give us fine grained control over the client connection. ...

Go to the complete details ...