<?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: First usage of WCF and specified fields.</title>
	<atom:link href="http://thecodemonk.com/2009/04/27/first-usage-of-wcf-and-specified-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodemonk.com/2009/04/27/first-usage-of-wcf-and-specified-fields/</link>
	<description>Random Thoughts of a Software Development Professional</description>
	<lastBuildDate>Wed, 11 Jan 2012 18:22:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joe</title>
		<link>http://thecodemonk.com/2009/04/27/first-usage-of-wcf-and-specified-fields/comment-page-1/#comment-126</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 28 Nov 2010 01:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://thecodemonk.com/?p=37#comment-126</guid>
		<description>OK, I&#039;m not using Linq in my project... so I&#039;m guessing your classes are based on Linq classes which themselves implement INotifyPropertyChanged? I&#039;m not familiar with Linq.

I don&#039;t know your email address so if you could shoot me an email I&#039;d like to take this up with you further. I&#039;d very much like to implement this functionality in my app. Thanks!</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;m not using Linq in my project&#8230; so I&#8217;m guessing your classes are based on Linq classes which themselves implement INotifyPropertyChanged? I&#8217;m not familiar with Linq.</p>
<p>I don&#8217;t know your email address so if you could shoot me an email I&#8217;d like to take this up with you further. I&#8217;d very much like to implement this functionality in my app. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheCodeMonk</title>
		<link>http://thecodemonk.com/2009/04/27/first-usage-of-wcf-and-specified-fields/comment-page-1/#comment-125</link>
		<dc:creator>TheCodeMonk</dc:creator>
		<pubDate>Sun, 28 Nov 2010 00:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://thecodemonk.com/?p=37#comment-125</guid>
		<description>Joe - The only place that INotifyPropertyChanged is used is in my Linq to SQL classes. You can write them up in any custom classes, but beware, the code will only work server side. On the client side, methods and property code will not be included in the project that creates the service reference to your WCF service. They turn into dumb classes with simple properties that can be get and set. 

Think of it this way.. The classes that are public on the service are just dumb classes that you can pass data back and forth with in the service. Any custom code in those classes will not execute until that data is sent to the service and a new object is instantiated and the data is set in this object and then your property changed event can be fired. 

If I am not clear, or misunderstood, feel free to contact me via e-mail.</description>
		<content:encoded><![CDATA[<p>Joe &#8211; The only place that INotifyPropertyChanged is used is in my Linq to SQL classes. You can write them up in any custom classes, but beware, the code will only work server side. On the client side, methods and property code will not be included in the project that creates the service reference to your WCF service. They turn into dumb classes with simple properties that can be get and set. </p>
<p>Think of it this way.. The classes that are public on the service are just dumb classes that you can pass data back and forth with in the service. Any custom code in those classes will not execute until that data is sent to the service and a new object is instantiated and the data is set in this object and then your property changed event can be fired. </p>
<p>If I am not clear, or misunderstood, feel free to contact me via e-mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://thecodemonk.com/2009/04/27/first-usage-of-wcf-and-specified-fields/comment-page-1/#comment-124</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 27 Nov 2010 23:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://thecodemonk.com/?p=37#comment-124</guid>
		<description>I&#039;m trying to implement your idea but I think you left out a couple details. Are you implementing the INotifyPropertyChanged interface in one of these classes? Because the PropertyChanged event handler needs to be declared somewhere. How did you rig that up? Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to implement your idea but I think you left out a couple details. Are you implementing the INotifyPropertyChanged interface in one of these classes? Because the PropertyChanged event handler needs to be declared somewhere. How did you rig that up? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

