Перейти к содержимому

SignalR - Learn basic fundamentals with .NET Core (.NET 7)

DotNetMastery

0:00 / 0:00

SignalR - Learn basic fundamentals with .NET Core (.NET 7)

43 552 просмотра · 4 года назад
DotNetMastery
54,2 тыс. подписчиков
43 552 просмотра · 4 года назад
Typically in an application client initiates a request and server responds back, but what if server had to send a data without a request? OR What if you want something on the web page to be automatically refreshed when new data is available? OR You want to learn how a typical chat application works? SignalR is the answer to that! SignalR has been there since many years, but still it is a new domain to many .NET Developers. SignalR is just a wrapper around the real time web protocols, but it is a great technology to achieve real time web communication. In this course we will walk you though the basics of what is SignalR and what problem it solves. ☕ Coffee: https://www.buymeacoffee.com/bhrugen Advanced Course : https://www.udemy.com/course/signalr-... To see more in-depth full courses go to : https://dotnetmastery.com/ All GitHub Repo: https://github.com/bhrugen