Practical ASP.NET Core SignalR | Overview | Problem Space

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

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

One thing I am not able to understand is, how to perform one to one communication from your service class using caller id/connection id ? As far as I can see there is no way to access connection id from hub method. So if there is an update for my client, I am unable to send it from the service class directly.

rpiisenh