How can i display notification count without storing the count in database?
I use to store count in databse when ever a user makes a post, but is there another way to show counts when a user makes a post without storing
the count in table?
from your link i saw this example on MVC but am not MVC programmer, can you help to write it in code behind mehod
http://www.dotnetawesome.com/2016/05/push-notification-system-with-signalr.html