SignalR with Ext.NET

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

Original stock ticker example using regular HTML tables

… becomes this:

Original stock ticker example converted to using an Ext.NET GridPanel

Look at the forked project on GitHub.

Read more details about this on the blog post I wrote over at Ext.NET

2 thoughts on “SignalR with Ext.NET

Comments are closed.