I have an MS SQL Server that constantly transfers data. I want to make an ASP.NET Webapp or web page that can build data and update it in real time.
Through research, I discovered that jQuery and Flot are good options. Can someone please direct me in the direction regarding how I will deal with this? Im very new to web development. I am new to ASP.NET. I do not know anything about JavaScript / jQuery / flot and could not find good guides in this particular direction.
Things I've tried so far: WPF-> Limited functionality, when it comes to interactivity, JavaScript feels much more open to functionality. Microsoft ASP.NET Chart Controls -> Same as above.
Thanks for the help!
source share