Answers for "signalr .net"

C#
1

signalr

- Only use SignalR where the server needs to update the client 
asynchronously to any user action.

- If all you need to do is browser-initiated calls to the server 
triggered by user actions then you should just use jQuery Ajax.
Posted by: Guest on December-23-2021

C# Answers by Framework

Browse Popular Code Answers by Language