Thursday, August 23, 2012

Announcing the Release of SignalR 0.5.3

Announcing the Release of SignalR 0.5.3: SignalR 0.5.3 Release Notes The SignalR team has been working long hours in their team room in Building 18 for the past few months adding features, resolving issues, and cranking out code. Today the team has released the 0.5.3 release of SignalR. This post will cover some of the key items in the release and explain how you can make use of the great new features, like improved error handling, extended logging functionality, and client hubs. New Connection Syntax, Simpler Cross-Domain Connections The 0.5.3 release adds a new method of establishing a connection to a SignalR Hub on the server, the hubConnection object. var connection = $.hubConnection(); connection.start(function () { $('#submitButton').removeAttr('disabled'); }...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!