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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -