Introduction
SignalR is an integrated client-and-server library that enables browser-based clients and ASP.NET based server components to have a bidirectional and multistep conversation. In other words, the conversation isn't limited to a single, stateless request/response data exchange; rather, it continues until explicitly closed. The conversation takes place over a persistent connection and lets the client send multiple messages to the server and the server replies and much more interestingly sends asynchronous messages to the client.
SignalR is an integrated client-and-server library that enables browser-based clients and ASP.NET based server components to have a bidirectional and multistep conversation. In other words, the conversation isn't limited to a single, stateless request/response data exchange; rather, it continues until explicitly closed. The conversation takes place over a persistent connection and lets the client send multiple messages to the server and the server replies and much more interestingly sends asynchronous messages to the client.
Steps to achieve SignalR in your projects.
Step 1: Create ASP.Net Blank Application.

Step 2: Open Package Management Console

Step 3: Now we will go to the nugget.org site and search for SignalR.Sample.

Step 4. Now we will copy the installation package command and try to execute our Visual Studio Environment.







Vithal WadjePosted Sep 25, 2014, 2:26 PM
good one
Juan David Nicholls CardonPosted Feb 11, 2013, 11:22 AM
what is the technical difference between WebSites and WebApplicattions? :P
Shivanand ArurPosted Dec 4, 2012, 2:04 AM
Hello Manish, I think it can be used only with .Net 4.0 and 4.5...
Blocked AccounteditedPosted Dec 2, 2012, 10:28 PMEdited Dec 2, 2012, 10:28 PM
Hi amit, Can we use SignalR with .Net 2.0?
Shivanand ArurPosted Nov 18, 2012, 10:25 AM
Hey Amit Sir, this article is good... Liked it.. Actually I have been searching to learn about SignalR, but it seems like there are not much documents... But this article at least gave me quick go through kind of a thing... Thanks for sharing. :)
Amit PatelPosted Jul 12, 2012, 2:46 AM
Joe, Yes it is in .NET 4.0.
Joe BonavitaPosted Jul 11, 2012, 3:04 PM
Is there a sample project that uses .NET 4.0?
Amit PatelPosted Jun 21, 2012, 9:37 AM
Mayur, SignalR is the external library we can use in any framework. Yes it is possible in .NET 4.0.
Mayur GujrathiPosted Jun 21, 2012, 7:03 AM
Thanks amit sir It will help really helpful if you give more exposure because i am working Capital Market domain..Is this possible in 4.0 framework.... I have some doubts in current articles also.....
Mahesh ChandPosted Jun 20, 2012, 11:40 PM
Great Amit. Look forward to learn about that. This is exciting technology.
Amit PatelPosted Jun 20, 2012, 11:06 PM
Thanks Mahesh, Right now i am trying to build POC of get data from Database and show it on UI at real-time. Like Facebook and Yammer. Once that POC complete i will post that sample also.
Mahesh ChandPosted Jun 20, 2012, 10:37 PM
Awesome Amit. I always wondered what is the best way to build real-time stock ticker streaming web app in ASP.NET. I guess SignalR is the answer.