This is a migrated thread and some comments may be shown as answers.

SignalrR Pub/Sub type functionality

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 02 Jan 2013, 10:45 PM
We are looking to implement a responsive UI application which allows server-side events (i.e. data, sql, etc.) to be pushed to clients and have the UI refresh but not lose context. For example, we have a prototype working w/INotifyRefresh and a WPF app. However, we would like to explore the idea of doing a web app.

The new ASP.NET version has support for SignalR which allows for server events and data to be pushed to the client. Can we achieve this in ASP.NET or MVC w/out writing a massive amount of code? The application uses listviews w/checkboxes, the underlying data (ids & text) is changed, added or removed while leaving valid, existing checked state.

1 Answer, 1 is accepted

Sort by
0
Alex
Top achievements
Rank 1
answered on 10 Jan 2013, 11:53 PM
I should add that we want to preserve the checkboxes whose values (checked state) are not bound to a database, only the text of the checkbox should be refreshed.

Thanks!
Tags
General Discussions
Asked by
Alex
Top achievements
Rank 1
Answers by
Alex
Top achievements
Rank 1
Share this question
or