Javascript signalR and ASP.Net / C#

Daniel 156 Reputation points
2021-07-02T05:01:02.03+00:00

I would like to know in regards to SignalR and ASP.NET.

I’m new to ASP.NET and C# and I’ve developed an ASP.NET Core MVC app with some objects, lists and forms.

Is it so that for any type of real-time update in the browser for my lists I should use SignalR?

Also then is it so that the only way to return and display the list I also have to use JavaScript?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,598 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 74,936 Reputation points
    2021-07-03T16:12:27.587+00:00

    The only alternative to JavaScript is a refresh meta tag that reloads the page every n seconds.

    JavaScript polling may be all that’s necessary.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.