SignalR is known for enabling ________ communication, which allows the server to push content to connected clients.
- Real-time
- Batch
- Asynchronous
- Synchronous
SignalR is a library in ASP.NET Core known for enabling real-time communication. It allows the server to push content to connected clients in real-time, making it ideal for applications that require instant updates, such as chat apps and live dashboards.
Loading...
Related Quiz
- You are new to ASP.NET Core development and are setting up your computer for the first time. What would be the primary software you'd need to install to get started?
- When working with Identity migrations, what happens if there's a conflict between two migrations?
- Which tool among the following is primarily a command-line tool for .NET operations?
- When using attribute routing, what is the significance of the order in which routes are defined?
- Which of the following is a containerization tool that can be used with ASP.NET Core for deployment?