You have heard about real-time web technologies and are curious about one that can be used with ASP.NET Core to develop chat applications. Which technology is commonly used for this purpose?
- WebSockets
- FTP
- SMTP
- SSH
WebSockets are commonly used with ASP.NET Core to develop real-time chat applications. They allow bidirectional communication between the server and client, making them ideal for chat and other real-time applications.
Loading...
Related Quiz
- Your team is starting a new project where you have an existing database, and you wish to generate your data models based on this database. Which approach in Entity Framework Core would be most suitable?
- What is the main difference between [Authorize] and [AllowAnonymous] attributes?
- In your application, you wish to log all exceptions globally and also return a custom JSON response to the client whenever an error occurs. Which approach would you take in ASP.NET Core to fulfill this requirement?
- The [______] attribute in ASP.NET Core is used to specify the route template for an action method.
- Your college project involves creating a simple blog. Which ASP.NET Core template provides functionalities like user comments and posts out of the box?