Community

Get the number of users that are online using SignalR

(Dean Hume) In a recent experiment, I was looking for a way to retrieve the number of online users in an ASP.NET application. There are a number of techniques that can be applied, such as incrementing based on ASP.NET session state, or using Google Analytics to keep track of active users. I wanted t

Read More - Register for Free Membership