I have been looking at the Rx Framework aslo refered to as LINQ to events. This is definately a great thing but I have been wondering if anyone sees this as having any uses in web applications rather than just normal windows based apps?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Rx in various call back scenarios, not just when you work ‘normal windows apps’. Especially, when you work with Async operations – for ex, you might need to make a call to the server or cloud from your silverlight or desktop client and to receive the data back. Or in cases you’ll get a call back from the server (in cases like Polling Duplex).
Also, another scenario for web apps – to invalidate your cache when you receive a data changed event from the model. Just some ‘imaginary’ code here if you’ve a cache and model designed accordingly…
Have a look at this http://amazedsaint.blogspot.com/2009/11/systemreactive-or-net-reactive.html