SignalR with Entity Framework | Personalized Notifications | Sql Table Dependency

preview_player
Показать описание
In this tutorial, we will see a demo on getting Personalized Notifications to the connected Hub clients using Entity Framework Core.

I’m assuming that you have already watched my previous tutorial on SignalR with Sql Table Dependency.
If not, I strongly recommend you watch that and come back here

Source Code

Buy me a Coffee!
Рекомендации по теме
Комментарии
Автор

Thank you so much for the vids on signalR, they have been immensely helpful <3

HAtemp
Автор

Thankyou so much!!! Ur instruction help me alot ❤❤

khiemnguyen
Автор

Thank you very very much. It's super....👏👏👏

TheMyClint
Автор

Could you teach us how to use SignalR with Oracle DB? I've looked for some tutorials and none of them helped me. Your videos are much better and easier to use for a real application. Tnks

rodrigo.olliveira
Автор

Excellent! Signal R and Entity Framework is something I was looking for! :)

craigsunderland
Автор

Your channel is not well known, but I think it's worth it! May I share a link to your channel? Cheers

fernandopoveda
Автор

Hey, Once I am using SQL table dependency, and it is creating triggers on the particular table. Because of this, I am unable to perform CRUD operations on the table using code. How can I resolve this?

Aditya-ffo
Автор

I finished your tutorial and it's awesome. I created my own db on my server and it works perfectly. However, when I switch dbs to an existing one i get the following error and am not sure how to fix it...

'User with no 'ALTER' permission."


I'm the admin and db owner. Service broker is enabled as well.

legionsman
Автор

is it necessary that OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF is used? im using sql server 2016 and i know this was introduced in 2019...

legionsman
Автор

why dont use UserId in aspnet entity to make a connectionId. I think dont create a table HubConnection ???? Please explain for me

canduykhanhk_hl
Автор

Hello, what if the user didn't press the Logout and just close the browser. Will the signalR able to detect that? Thanks

mrbryan
Автор

Thanks
How to display driver moving on the map like uber (using Signal R) ?

cissemy
Автор

amazing video, but if u making another one but CodeFirst so it will be even more amazing

nguyentheanhk_hl
Автор

if a user sees the notification, but doesnt click on it, is it stored somewhere showing that they have a notification?

legionsman
Автор

Does it work in blazor webassembly or server?

Huglonn
Автор

Como se vería desde la interfaz enviar un mensaje a dos o mas usuarios, mensajes privados.

por cierto, Excelente contenido, gracias por tomarse el tiempo de hacer estos video, excelente video.

tueducacion
Автор

By the way, when the database engine crashes... the application does not recover the connection, nor does it identify the system crash. Do you know how to fix it?

fernandopoveda
Автор

Hello, Thanks for you video your're amazing i dk if you can help me when i try to run the app i have this problem in new
error = Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

HlX
Автор

can you make this with code first approach

mikhailsandigan
Автор

cant you give us ur souce code pls sir

bh