<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Reactive Extensions</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : Reactive Extensions</description>
  <pubDate>Wed, 10 Jun 2026 05:18:30 -700</pubDate>
  <lastBuildDate>Thu, 11 Jul 2013 11:11:31 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=4203</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Reactive Extensions : Hi Greg,thanks for Sharing this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4203&amp;PID=16581#16581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1600" rel="nofollow">cypher</a><br /><strong>Subject:</strong> 4203<br /><strong>Posted:</strong> 11-Jul-2013 at 11:11am<br /><br />Hi Greg,<div><br></div><div>thanks for Sharing this very useful lines of Code.</div><div><br></div><div>Reactive Extensions are awesome !</div>]]>
   </description>
   <pubDate>Thu, 11 Jul 2013 11:11:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4203&amp;PID=16581#16581</guid>
  </item> 
  <item>
   <title>Reactive Extensions : I have been playing around with...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4203&amp;PID=16508#16508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 4203<br /><strong>Posted:</strong> 30-Jun-2013 at 9:48am<br /><br />I have been playing around with Rx lately and tested it out on TempHire.<br /><br />The following two lines adds incremental search to TempHire:<br /><br />var observable = Observable.FromEventPattern&lt;PropertyChangedEventArgs&gt;(this, "PropertyChanged");<br /><br />observable.Where(e=&gt; e.EventArgs.PropertyName == "SearchText").Throttle(TimeSpan.FromSeconds(.5)).Subscribe(e =&gt; Search());<br /><br />I think that's pretty amazing for two lines of code.<br /><br />Greg]]>
   </description>
   <pubDate>Sun, 30 Jun 2013 09:48:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4203&amp;PID=16508#16508</guid>
  </item> 
 </channel>
</rss>