Click here to Skip to main content
15,889,527 members
Articles / Web Development / Blazor

Real Time HTML Page Content Update with Blazor and SqlTableDependency

Rate me:
Please Sign up or sign in to vote.
4.86/5 (29 votes)
31 Jan 2020CPOL3 min read 78.6K   1.7K   45  
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.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions