User765422875 posted
SignalR is available for .NET core https://github.com/aspnet/SignalR
However, SqlDependency is not available with .NET core.
You will have to poll the database using another mechanism. Another option is to write a CLR stored procedure that calls a Web API method, in-which you can hook up to your SignalR Hub method to notify clients.