With the release of the Microsoft ASP.NET and Web Tools 2012.2 RC release, ASP.NET SignalR RC1 is available.
SignalR is a new library for ASP.NET developers that simplifies the process of adding real-time web functionality to your applications. SignalR runs on .NET 4 or 4.5, and you can add the SignalR library to ASP.NET Web Forms and MVC applications to gain real-time
functionality.
You can add the SignalR library to an ASP.NET application in two ways:
Install the Microsoft ASP.NET and Web Tools 2012.2 RC update to Visual Studio 2012. The update includes item templates for creating SignalR classes and it adds the SignalR library to an ASP.NET
application. This package is not required but it simplifies the process of adding SignalR to your application.
Install the SignalR NuGet package by using the Package Manager console in Visual Studio.
install-package Microsoft.AspNet.SignalR -pre
See the documentation and resources to get started.
timlt
Member
88 Points
21 Posts
Microsoft
ASP.NET SignalR RC1 is available!
Dec 13, 2012 03:33 PM|LINK
With the release of the Microsoft ASP.NET and Web Tools 2012.2 RC release, ASP.NET SignalR RC1 is available.
SignalR is a new library for ASP.NET developers that simplifies the process of adding real-time web functionality to your applications. SignalR runs on .NET 4 or 4.5, and you can add the SignalR library to ASP.NET Web Forms and MVC applications to gain real-time functionality.
You can add the SignalR library to an ASP.NET application in two ways:
Install the SignalR NuGet package by using the Package Manager console in Visual Studio.
See the documentation and resources to get started.