Hi Team
I need some example or an article. I want to write a simple asp.net mvc not core but.net framework uses signalR, where i want to monitor an uptime of services such as SQLServer Analysis if its running or down when there is reboot of server on our production environment.
Mudzakkir TohaPosted Mar 21, 2024, 2:26 AM
You are folks here, so you maybe know further than us.
I am just finding Signal R using .NET Core instead of .NET Framework....
Why you do not use .NET Core? Available tutorial is using Blazor and Javascript and Typescript also.
I would recommend you use .NET Core Blazor..
But if your company requirement must using .NET Framework, I do not know, and still not google about it.
Newest Microsoft technology is using .NET Core.
Tutorial signal R (NET CORE) to publish and subscribe declared in here
https://learn.microsoft.com/en-us/aspnet/core/tutorials/signalr?view=aspnetcore-8.0&tabs=visual-studio
After some googling, here is tutorial to use signalR in .NET MVC
https://learn.microsoft.com/en-us/aspnet/signalr/overview/getting-started/tutorial-getting-started-with-signalr-and-mvc