Tutorial 4 - Realtime One to One Chat Application using SignalR in Asp.Net Core 3.1 & 5.0

preview_player
Показать описание
Hello Guys, This is the 4 part of Asp.Net Core Razor Pages tutorial. In this video I have talked about how to do one-to-one chat using SignalR. This is the extended part of Tutorial 3 video. In this video, I have demonstrated how to send message privately only to the receiver of messages.

Like this you will learn SignalR - How it works? How to work with Signalr Chat Hub to send message one to one personally?

So, this is complete signalr tutorial video about how to send real-time one to one chat message.

#signalr #onetoonechat #signalrtutorial #programming #realtimechat

Tutorial 3: Broadcast Message using SignalR Link:

Git URL:

Go to this link to take the test to identify yourself.

Laptop Used for Creating the Video:

Best Laptops for Programming in the Market:

Mic used for creating the video:

Best Mic for Recording:

Best Mic for YouTuber:

Go to the below link to subscribe to our channel:

Book for learning ASP.NET Core and Design Patterns:
Рекомендации по теме
Комментарии
Автор

Is it possible to implement in such a way that you see both your messages and response on receiver real time

KolawoleBayoAdesina
Автор

Fantastic Tutorial. One question, If we want to do the same without user registration and just entering the name of the user at the beginning of starting the chat. How can we redirect the chat to the specific user ? We will not get the Context.User.Identity.Name inside the OnConnectedAsync() method and also i am not using entity framework. Can you please enlighten us ? The business requirement is to allow customers (who are anonymous and not registered) to have a live chat with the representatives of company handling specific category lets say sales category.

rajeshadvani
Автор

If we need to chat without registration then we cannot use Context.User.Identity.Name, In that scenerio what can we do ? Can you help in this regards

rajeshadvani
Автор

how can i make it with react js please not mvc and thnx

mansourikhalled
Автор

Hi Sir, I am unable to send message after clicking on send

hrudayaranjanmohanty