I have just started to learn Blazor and creating a basic Blazor server app. Its documentation says, its runs on the server and establishes the SignalR connection with browser. I am displaying a list of dummy employees in my project from DB using EF Core. Its working fine so far. Then I have updated on record directly from SSMS but its not reflecting in UI unless I explicitly refreshes browser. I am confused, where is the SignalR working here. Ideally it should reflect in browser without refresh if its using SIgnalR.