Skip to content
Christian Del Bianco edited this page Jun 15, 2018 · 40 revisions

Release notes

Examples

Here are some examples of application getting notification on record table change. After download the example, please remember to update SqlTableDependency NuGet package:

  • Monitor table change with WPF and WCF: This example show how to keep up to date a grid containing some stocks data. That grid has been automatically updated whenever a record change using database notifications. This notification contains new values for the modified table record.
  • Monitor table change with MVC, SignalR and jQuery: This example show how to keep up to date a table containing some stocks data. That table has been automatically updated whenever a record change using database notifications. This notification contains new values for the modified table record.
  • Monitor table change with MVC, SignalR and Knockout JS: This example show how to refresh client web browsers used to book flight tickets. Those terminals have to be update as soon as the availability change and the Web application must take the initiative of sending this information to clients instead of waiting for the client to request it.

Use cases

This section reports some use cases examples:

Contributors

Clone this wiki locally