SignalR in ASP.NET Core is used to establish which type of communication?

  • One-way communication
  • Synchronous communication
  • Real-time, bidirectional communication
  • Offline communication
SignalR in ASP.NET Core is used to establish real-time, bidirectional communication between the server and connected clients. It's especially useful for building applications that require instant updates and interactions, such as chat applications, live notifications, or online gaming. It doesn't handle one-way, synchronous, or offline communication.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *