I've just had my first look at Rx, but one fun project I'll use it for is creating a Silverlight widget that displays activity in our ASP.NET MVC web app (which action methods were called, by which user, etc). It seems that Rx can help with a lot of things in this project, such as concurrency management and Throttling.