(Choose 1 answer)
Which type of application you should not use ASP.NET Core SignalR to develop?
A. Notification application: you want to notify 1 client or all connected clients. This application can be like some alerts, a reminder, feedback or comments and so on.
B. Chat application: you want to implement a chat application, either it could be one-to one or a group chat.
C. Gaming application: you want to create a gaming application that requires frequently pushing from a server and so on.
D. Word processing application: you want to create a word processing application that allow user to create,edit, save and print documents
Exit 50