Saturday, June 30, 2018

Getting Started With SignalR Using ASP.NET Core - Dynamic Hub

In this article, We'll learn how to use dynamic hubs in ASPNET Core SignalR. The newly written SignalR allows you to write dynamic and type of T Hub. The benefit of dynamic hub is that method will resolve at runtime so that you can register any method at runtime and call it.

source https://www.c-sharpcorner.com/article/getting-started-with-signalr-using-aspnet-co-dynamic-hub/

No comments:

Post a Comment