My concern is to ping .net web application to pick the updated data from SQL server db and showing the same on ui instead of manual pooling concept. I dnt want to use javascript time intervals.
In research i found Signal R but still asking you all for other concepts which can be opted.
So my question is What are the ways by which i can notify application to retrieve updated data from db?