jquery - C# MVC notification system -


i'm working on c# mvc 4 application , want make notification system facebook.

i thought adding notification in table each event, , make ajax calls database each 1 minute retrieve notifications current user.

but i'm afraid it's heavy. please advise.

your best bet go signalr. designed purpose of real time notification

introduction-to-signalr


Comments

Popular posts from this blog

css - Text drops down with smaller window -

php - Boolean search on database with 5 million rows, very slow -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -