Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI,
I read so many articles about signaR. But not getting exact idea. Please help on the signalR and how to use that in asp.net.
Posted
Updated 17-May-16 20:50pm
v2

 
Share this answer
 
In simple words,
Server pushes messages to client without client request [as asp.net is web based technology server send response only when client request for it], SingnalR provides a simple ASP.NET API for creating server-to-client remote procedure calls (RPC) that calls JavaScript functions in client browsers from server-side .NET code. basically it transfer Non-compressed JSON text or plain text.
SignalR is an open-source .NET library for building web applications that require live user interaction or real-time data updates.
see below links for detail
Tutorial: Getting Started with SignalR 2 | The ASP.NET Site[^]
SignalR Getting Started | The ASP.NET Site[^]
 
Share this answer
 

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