Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i am implement a notification system when use insert any value in database using signalR and asp.net core. I am new in SignalR and asp.net core. i follow this article Create a push notification system with SignalR | DotNet - awesome[^] to implement this notification system in my application. In this article i am confuse how to use global.asax code in asp.net core. Could any one suggest me the solution.

What I have tried:

i search on google but not getting any solution. May be i am new with asp.net core that's i am not understand how to implement the solutions.
Posted
Updated 31-Jul-20 23:07pm

1 solution

Would suggest you to follow this article that explains step-by-step on how to use SignalR with ASP.NET core. Post that, make necessary changes if needed be.
Refer: Get started with ASP.NET Core SignalR | Microsoft Docs[^]
 
Share this answer
 
Comments
TCS54321 1-Aug-20 7:51am    
i want to do with sql dependency (when i execute any query notification send to user ). Article you suggest me not work for me.
Sandeep Mewara 1-Aug-20 8:37am    
With the article make the adhoc changes as per need. Instead of trying to fit what you know, try approach as documented by Microsoft and try to make changes in it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900