I have reached the end of the internet looking for any current examples of how to show real-time SQL data in a Blazor .NET 5 app. The only examples I can find are from 2016 and older using a SQLDependency object to communicate with a SQL Service Broker. Is
this still the model of choice?
Does anyone know where I can find any code examples of how to add this SQLDependency service to a .NET 5 application?
None
0 Points
1 Post
Real-Time data from SQL in .Net 5
Jan 21, 2021 07:35 PM|carthorse|LINK
Hello,
I have reached the end of the internet looking for any current examples of how to show real-time SQL data in a Blazor .NET 5 app. The only examples I can find are from 2016 and older using a SQLDependency object to communicate with a SQL Service Broker. Is this still the model of choice?
Does anyone know where I can find any code examples of how to add this SQLDependency service to a .NET 5 application?
Thanks