Continuous and uninterrupted test
This page is used to execute a long running test: record changes on Prices table (database SQL Server 2012 Express edition) are executed every 5000 milliseconds by asynchronous C# thread, in order to simulate random changes. SqlTableDependency is hosted in a ASP.NET MVC application and it receives notifications about Price record changes. Then, using SignalR, web application sends updated price to connected clients. Download example from https://github.com/christiandelbianco/monitor-table-change-with-mvc-signalR-jquery-sqltabledependency.
SqlTableDependency version 7.1.0, under continuous test from 29 April 2018.
Symbol | Name | Price |
---|---|---|
loading... |
Detect record table changes: Last edit on 10 November 2016 by Christian Del Bianco