Question

Is it possible to apply reactive framework (Rx) in MVC application? or is it applicable for WPF?

Was it helpful?

Solution

While it's possible to use it in any part of .NET it is especially useful when there is some user interaction. With MVC or any server side technology, there is no user interaction. Each request is handled from beginning to end. So the usefulness is limited.

OTHER TIPS

Yes. The technologies are orthogonal.

I disagree. That might have been true for the web in the 90s, but the web certainly doesn't work like that anymore.

Here's a hint: https://blog.safaribooksonline.com/2014/02/10/signalr-rx-framework/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top