Wednesday, February 26, 2014

Chat Web Application in Real Time using ASP.Net MVC and SignalR

The ASP.NET SignalR is an open source library that facilitates the implementation of real-time communication, updates / notifications asynchronously in an application.

Sample

How to start?
You need Visual Studio 2010 SP1 or Visual Studio 2012

Start a project ASP.Net MVC
Install ASP.Net SignalR Nuget by:


PowerShell
Install-Package Microsoft.AspNet.SignalR

Click below link for more details

http://code.msdn.microsoft.com/Chat-Web-Application-in-9a86e594

1 comment:

Anonymous said...

Nice comment