Im newbie to SignalR. I downloaded SignalR from NuGet. All examples I Find on the web use different namespaces and classes than the one downloaded Microsoft.AspNet.SignalR. What is the correct SignalR version?
What about the documentation of it. I see that the documentation that is hosted in github is very different from the classes I have available in my code. Anyone knows where to find it?
pantonis
Member
328 Points
260 Posts
SignalR problem
Nov 30, 2012 01:44 PM|LINK
Hi,
Im newbie to SignalR. I downloaded SignalR from NuGet. All examples I Find on the web use different namespaces and classes than the one downloaded Microsoft.AspNet.SignalR. What is the correct SignalR version?
Please mark this post as answer if it helped you solve your problem
bruce (sqlwo...
All-Star
36644 Points
5432 Posts
Re: SignalR problem
Nov 30, 2012 03:11 PM|LINK
SignalR is now supported by Microsoft, thus the new namespace (even in the mono version).
pantonis
Member
328 Points
260 Posts
Re: SignalR problem
Dec 03, 2012 09:42 AM|LINK
What about the documentation of it. I see that the documentation that is hosted in github is very different from the classes I have available in my code. Anyone knows where to find it?
Thanks
Please mark this post as answer if it helped you solve your problem
bruce (sqlwo...
All-Star
36644 Points
5432 Posts
Re: SignalR problem
Dec 03, 2012 03:48 PM|LINK
like all open source code, the code is the documentation. the mirosoft release is the lastest build.