I'm new to SignalR. I just want to create a simple grid using signalR.
I want show real time in grid.
I'm new to SignalR. I just want to create a simple grid using signalR.
I want show real time in grid.
Well start with https://learn.microsoft.com/en-us/aspnet/signalr/overview/getting-started/tutorial-server-broadcast-with-signalr
What you are looking for is similar to the stock ticker example. Then if you want it to update when your database changes you can easily good examples of that....