<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How can I filter data virtualized items in WPF?</title>
	<atom:link href="http://bea.stollnitz.com/blog/?feed=rss2&#038;p=411" rel="self" type="application/rss+xml" />
	<link>http://bea.stollnitz.com/blog/?p=411</link>
	<description>on Silverlight and WPF</description>
	<lastBuildDate>Mon, 02 Aug 2010 17:57:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=411&#038;cpage=1#comment-184985</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Thu, 21 Jan 2010 01:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=411#comment-184985</guid>
		<description>Hi Erik,

Thanks for the observation. When I have the time, I will address that and give that as an option in this post&#039;s code.

Thanks,
Bea</description>
		<content:encoded><![CDATA[<p>Hi Erik,</p>
<p>Thanks for the observation. When I have the time, I will address that and give that as an option in this post&#8217;s code.</p>
<p>Thanks,<br />
Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Ashepa</title>
		<link>http://bea.stollnitz.com/blog/?p=411&#038;cpage=1#comment-177239</link>
		<dc:creator>Erik Ashepa</dc:creator>
		<pubDate>Wed, 16 Dec 2009 20:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=411#comment-177239</guid>
		<description>Hi, nice post... filtering in the server also will decouple the filtering logic from WPF...
but why filter the data in a stored procedure? put that logic in the application, you could easily achieve the same effect using Linq to NHibernate or Linq to something else...

Erik.</description>
		<content:encoded><![CDATA[<p>Hi, nice post&#8230; filtering in the server also will decouple the filtering logic from WPF&#8230;<br />
but why filter the data in a stored procedure? put that logic in the application, you could easily achieve the same effect using Linq to NHibernate or Linq to something else&#8230;</p>
<p>Erik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://bea.stollnitz.com/blog/?p=411&#038;cpage=1#comment-171599</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=411#comment-171599</guid>
		<description>Ok, it works fine ! I don&#039;t know why the return type has changed. 
Thanks !

Florian</description>
		<content:encoded><![CDATA[<p>Ok, it works fine ! I don&#8217;t know why the return type has changed.<br />
Thanks !</p>
<p>Florian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=411&#038;cpage=1#comment-171518</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=411#comment-171518</guid>
		<description>Hi Florian,

Check the GetSortedFilteredCustomers method in Customers.designer.cs. Does it have a return type of int? If so, change it to ISingleResult&lt;Customer&gt;. Don&#039;t forget to change the type in the &quot;return&quot; line too.

Let me know if that fixed your issue.

Bea</description>
		<content:encoded><![CDATA[<p>Hi Florian,</p>
<p>Check the GetSortedFilteredCustomers method in Customers.designer.cs. Does it have a return type of int? If so, change it to ISingleResult&lt;Customer&gt;. Don&#8217;t forget to change the type in the &#8220;return&#8221; line too.</p>
<p>Let me know if that fixed your issue.</p>
<p>Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://bea.stollnitz.com/blog/?p=411&#038;cpage=1#comment-171511</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Mon, 30 Nov 2009 16:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=411#comment-171511</guid>
		<description>Hi Bea,

I have a some issue line 56 of CustomPovider.cs : &quot;int&#039; does not contain a definition for &#039;ToList&#039; and no extension method &#039;ToList&#039; accepting a first argument of type &#039;int&#039; could be found (are you missing a using directive or an assembly reference?&quot; Have I forget something ???

Bests regards,

Florian</description>
		<content:encoded><![CDATA[<p>Hi Bea,</p>
<p>I have a some issue line 56 of CustomPovider.cs : &#8220;int&#8217; does not contain a definition for &#8216;ToList&#8217; and no extension method &#8216;ToList&#8217; accepting a first argument of type &#8216;int&#8217; could be found (are you missing a using directive or an assembly reference?&#8221; Have I forget something ???</p>
<p>Bests regards,</p>
<p>Florian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
