Just as ASP MVC and WebAPI were substantially changed with the Core version, I'd like to know if SignalR V3 is going through the same facelift and structural changes? If we want to use SignalR only with the new .Net Core, should we wait for V3 to get started
or can we start with V2.x and easily roll it into V3?
Is V3 being backed into ASP MVC just like WebAPI has been?
Member
3 Points
38 Posts
Major differences between SignalR 2.x and 3 (Core)?
Sep 02, 2016 10:41 AM|BenHayat|LINK
Just as ASP MVC and WebAPI were substantially changed with the Core version, I'd like to know if SignalR V3 is going through the same facelift and structural changes? If we want to use SignalR only with the new .Net Core, should we wait for V3 to get started or can we start with V2.x and easily roll it into V3?
Is V3 being backed into ASP MVC just like WebAPI has been?
Thank you in advance!
Best Regards;
..Ben
All-Star
18265 Points
3589 Posts
Microsoft
Re: Major differences between SignalR 2.x and 3 (Core)?
Sep 05, 2016 02:58 AM|Nan Yu|LINK
Hi BenHayat,
You could refer to below link for a list of all closed V3 features :
https://github.com/SignalR/SignalR/issues?q=label%3Afeature+is%3Aclosed
You could see the official roadmap for SignalR . To learn SignalR , you could firstly learn v2 . Please refer to below link for tutorials :
http://www.asp.net/signalr
Best Regards,
Nan Yu
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.