|
|
|
|
|
by j_s
4989 days ago
|
|
While .NET 4.5 makes a lot of things easier, there's nothing new. Sweeping generalization: it's all been syntactic sugar since generics arrived in 2.0. (This was especially evidenced by all the magic done by the Rx people as the only MS team interested in supporting 'legacy' framework versions.) For example, the 'official' WebSocket support (SignalR): https://github.com/SignalR/SignalR/issues/96 > Please support .NET 3.5 Please
> ...
> Of course it's technically possible, but it's not a goal.
|
|