I’ve just published a blog post over at Ext.NET about using SignalR with Ext.NET
What is SignalR? Checkout this great video from Scott Hanselman:
In the video there is an example there of a stock ticker built with SignalR. As that project is on GitHub, I forked it to use the same data but update an Ext.NET GridPanel instead.
So the table in this screenshot
… becomes this:
Look at the forked project on GitHub.
Read more details about this on the blog post I wrote over at Ext.NET
For someone who might be interested in upgrading SignalR v1 to v2:
http://www.asp.net/signalr/ove…
Currently, the SignalR example in Ext.NET Examples Explorer has been upgraded to v2 in SVN.
Thanks for that. I will look to update my example at some point, too!