Practical ASP.NET Core SignalR | Hubs | Caller

preview_player
Показать описание
This course is a complete step-by-setup guide on how to build real-time web applications using ASP.NET Core SignalR. By the end of this course, you'll be able to build real world, scalable, production applications using the tools and techniques provided in this course.

Get the course for free:

💥 Join this channel to get access to source code, demos, and slides!

📚 Book Recommendations

Domain-Driven Design

Patterns of Enterprise Application Architecture

Refactoring: Improving the Design of Existing Code

Monolith to Microservices: Evolutionary Patterns to Transform Your Monolith

RESTful Web Clients: Enabling Reuse Through Hypermedia

Рекомендации по теме
Комментарии
Автор

Hello Derek
how can we remain connectionID for specific user ? every time we connect it generate another one to make signalR identify who is who ?.

vandeljasonstrypper
Автор

Good Day, i have been using SignalR in a mvc now i want to do it with .net Core api .

1) my SendMessage function had more parameters which i use to chennel the message to the right user. in the SignalR verision i use . i use the SendMessage function but i see here you use SendAsync and the first parameter is "ReceiveMessage" . is it compulasory i use this like that, or i can continue to use it the way i used it without passing this first parameter ?

2) On the version of SignalR that i use, we subscribe to the even MessegeReceived, i noted this one is hubs class that is used instead of the SignalRClient class. do i also need to Mention on the first parameter as you did "MessageReceived" ?

Thanks

Vuyiswamb
Автор

I can not find the clients.caller method now.

ekhlasmridha
Автор

this is part 2 I guess... where's part 1?

sipi