(Choose 1 answer)
Choose the correct answer about ASP.NET SignalR.
A. All of the others.
B. SignalR can be used to add any sort of "real-time" web functionality to your ASP.NET application.
C. SignalR also provides a very simple, high-level API for doing server to client RPC in your ASP.NET application, as well as adding useful hooks for connection management, for example connect/disconnect events, grouping connections.authorization.
D. ASP.NET SignalR is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications.
1