Is it possible to apply reactive frame work in MVC application? or is it applicable for WPF?
Thank you Mr David
Bindu
2010-03-16 20:53:10
+3
A:
While it's possible to use it in any part of .NET it is especially useful when there is any 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.
Steven
2010-03-16 20:37:06