The data is either in files or in databases.
I want to implement data grids that will extract data from files (.h5, csv or xml) and sql server databases and show them in real time.
I do not want to use a timer with an interval of a few seconds. I want to implement push push technology in asp.net/c#/silverlight that I could use?
Please indicate how best to implement this, and if there are any libraries available that I can use?
source
share