Really love this deep dive into exactly how SignalR works, it captures every element you want to think about and explains the process around it, would definitely recommend this to anyone wanting to learn SignalR, or WebSockets in general!
@nickproudprogrammer Жыл бұрын
Hey thanks Rowan that's great to hear!
@MrBenix181 Жыл бұрын
Every key line of code is well explained in plain english and not technical. Great tutorial.
@nickproudprogrammer Жыл бұрын
Great! Thanks so much I'm glad it was useful
@victoria__ballesteros__4 ай бұрын
Oh my. My professor asked for a complete social media application and only gave us three days to do it so. This is the last part that I need, you're saving my life
@5ltrs3 ай бұрын
whats ur insta
@eng.ahmedziady56273 ай бұрын
The same . We develop a social media app in our graduation project😮
@5ltrs3 ай бұрын
what your instagram vicky
@ОстапБендера-м8с2 ай бұрын
That's amazing. Smooth, simple and working. Many thanks, Nick!
@kuntal293811 ай бұрын
As you have mentioned, link for the code is not found.
@noorieg3598 Жыл бұрын
Hi Nick!, where do I get the documentation for this? Or is the source code on github?
@khanfaizan05 Жыл бұрын
Nice content .. great explanation.. Thanks Nick ❤
@nickproudprogrammer Жыл бұрын
My pleasure!
@niezebenmansour3736 Жыл бұрын
You have have a great channel, thnak you for this content!
@nickproudprogrammer Жыл бұрын
Thank you so much!
@sweetamishbutter7 Жыл бұрын
Where is the source code??
@unkn0wnrge1899 ай бұрын
You have to pay for it, just 1U$ for a coffee after two months you enroll in my course for 99U$ year no refunds.
@ethanhamilton44948 ай бұрын
Did you find the source code
@alfredoeleazarorozcoquesad2988 Жыл бұрын
Thank you so much! Súper concrete and practical.
@nickproudprogrammer Жыл бұрын
I'm glad you found the video helpful! It's always great to hear that the content is practical and useful.
@caseyspaulding Жыл бұрын
👏💯🙌
@vladmaiorov107210 ай бұрын
js files do not apper in root/js directory
@SoftLine49 ай бұрын
That's also my problem.
@ptronicmusic8 ай бұрын
I know this is a few months late, but when I followed those steps the signalr.js file was under wwwroot/lib/microsoft/signalr/dist/browser/signalr.js
@ptronicmusic8 ай бұрын
This also means that in Index.cshtml you have to change the signalr include or it wont work. I used:
@davidjackson1484 ай бұрын
Great little tutorial, thanks. But how do you send a message to a specific user?
@dlawreal1666 Жыл бұрын
Nice one there. Please do you have a video on how i can create rest api project using MVC Razor views
@cyrildouglas9262 Жыл бұрын
I would like to see more of signalR, maybe for dashboards with ChartJs? it would be great if you cover something like this.
@nickproudprogrammer Жыл бұрын
I'm actually planning on doing a video on using ChartJs in Blazor
@temmytory4309 Жыл бұрын
Hi nick, Great video. Quick question:Is there a way to leverage signalR with SQL CDCand general real time datat changes tracking in the database?
@nickproudprogrammer Жыл бұрын
I'm not only familiar with SQL CDC, but I gather it can trigger stored procs? You'd have to find a way from there to ping your SignalR hub. Doesn't sound easy
@bjarnenilsson80 Жыл бұрын
Yea it's probably a smart idea to let the hub provide the timestamps as you would at least have a consistent source of hat time it is, and to simplify cluent implementation even further use utc so the client only needs to worry about offsey berween utc and whatever rhe user wanr without needing to think about what tz the server is in
@nickproudprogrammer Жыл бұрын
Nice I hadn't thought of it that way 👍
@МаксимЛеонтьэв10 ай бұрын
nice
@SoftwaretestingbyPrasad Жыл бұрын
please provied source code
@ziaullahhassan3162 Жыл бұрын
great video. I need the source code
@ethanhamilton44948 ай бұрын
Why cant i see my Program.cs FIle??? PLEASE HELP, its ergent
@Brlitzkreig Жыл бұрын
Would have been good to just show us your exact setup in vs code not have it already setup. Otherwise pretty solid content
@Brlitzkreig Жыл бұрын
Hub seems to be an interface
@Brlitzkreig Жыл бұрын
Should have included the source code
@JulianRiverplate144 ай бұрын
it's into the microsoft SignalR docs, literally the same one