65.9K
CodeProject is changing. Read more.
Home

Real Time HTML Page Content Update with Blazor and SqlTableDependency

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.86/5 (29 votes)

Jan 22, 2020

CPOL

3 min read

viewsIcon

83755

downloadIcon

1700

In this simple example, we are going to see how to update an HTML page when a SQL Server table change occurs, without the need to reload the page or make asynchronous calls from the client to the server.