<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Rx Workshop: Writing Queries</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Rx-Workshop/Rx-Workshop-Writing-Queries/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/a51a/cee8e203-7ae4-49c8-bfd6-9f0a0189a51a/RxWorkshopWritingQueries_100_ch9.jpg</url>
		<title>Channel 9 - Rx Workshop: Writing Queries</title>
		<link></link>
	</image>
	<description> Learn about the rich set of LINQ query operators available in Rx to&amp;nbsp;query event streams. Download the Challenge </description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 18:22:28 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 18:22:28 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Rx Workshop: Writing Queries</title>
		<description>
			<![CDATA[<p>I'm not sure I got this right as it seemed a little to easy...</p><p><pre class="brush: csharp">var lookup = textChanged
                            .Select(_ =&gt; txt.Text)
                            .DistinctUntilChanged()
                            .Throttle(TimeSpan.FromMilliseconds(200))
                            .Do(text =&gt; Console.WriteLine(&quot;TextChanged: {0}&quot;, text))
                            .Where(text =&gt; text.Length &gt;= 3)
                            .Do(text =&gt; Console.WriteLine(&quot;Lookup: {0}&quot;, text));

var results = lookup
                          .Select(text =&gt; getSuggestions(text))
                          .Switch();</pre><br><br></p><p>posted by N2Cheval</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Rx-Workshop/Rx-Workshop-Writing-Queries#c634455456950000000</link>
		<pubDate>Wed, 06 Jul 2011 10:41:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Rx-Workshop/Rx-Workshop-Writing-Queries#c634455456950000000</guid>
		<dc:creator>N2Cheval</dc:creator>
	</item>
	<item>
		<title>Re: Rx Workshop: Writing Queries</title>
		<description>
			<![CDATA[ <p>Got 404&nbsp;page response&nbsp;when&nbsp;I&nbsp;click&nbsp;<a href="http://ecn.channel9.msdn.com/content/RxWorkshop/Challenge3.zip">Download the Challenge</a>&nbsp;link.&nbsp;</p><p>posted by thanhym</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Rx-Workshop/Rx-Workshop-Writing-Queries#c634483565310000000</link>
		<pubDate>Sun, 07 Aug 2011 23:28:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Rx-Workshop/Rx-Workshop-Writing-Queries#c634483565310000000</guid>
		<dc:creator>thanhym</dc:creator>
	</item>
</channel>
</rss>