You've been asked to add a feature to your ASP.NET Core web application that allows live chat functionality. Which ASP.NET Core technology would help facilitate this feature?

  • SignalR
  • Entity Framework Core
  • ASP.NET Web Forms
  • Blazor
SignalR is a real-time web framework in ASP.NET Core that enables features like live chat. It allows bi-directional communication between the server and connected clients, making it ideal for building interactive and real-time applications. The other options are not related to live chat functionality.
Add your answer
Loading...

Leave a comment

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