<?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 for Rob's Tech Blog</title>
	<atom:link href="http://www.robfe.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robfe.com</link>
	<description>A blog about coding by Rob Fonseca-Ensor</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:51:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by Rob</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-392</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 28 Jan 2012 15:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-392</guid>
		<description>Not as fast as this one :)</description>
		<content:encoded><![CDATA[<p>Not as fast as this one <img src='http://www.robfe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on There&#8217;s a maximum of 255 local messaging channels in Silverlight 4 by Rob</title>
		<link>http://www.robfe.com/2011/01/maximum-of-255-local-messaging-channels-in-silverlight-4/comment-page-1/#comment-391</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 28 Jan 2012 15:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=204#comment-391</guid>
		<description>100%</description>
		<content:encoded><![CDATA[<p>100%</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Slides from my Apps World talk: Beginning Windows Phone 7 Development by WINDOWS PHONE 7 DEVELOPMENT</title>
		<link>http://www.robfe.com/2011/12/slides-from-my-apps-world-talk-beginning-windows-phone-7-development/comment-page-1/#comment-389</link>
		<dc:creator>WINDOWS PHONE 7 DEVELOPMENT</dc:creator>
		<pubDate>Fri, 23 Dec 2011 06:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=224#comment-389</guid>
		<description>Nice post.Thanks For Sharing.Its Nice to have WP7 is primarily focused on the consumer market rather than the enterprise market. Incorporated with its unique tiles based User Interface (UI), &lt;a href=&quot;http://www.windowsphone7development.net/&quot; rel=&quot;nofollow&quot;&gt;WINDOWS PHONE 7 DEVELOPMENT
&lt;/a&gt;moves a step ahead from traditional concept of icons. 
&quot;</description>
		<content:encoded><![CDATA[<p>Nice post.Thanks For Sharing.Its Nice to have WP7 is primarily focused on the consumer market rather than the enterprise market. Incorporated with its unique tiles based User Interface (UI), <a href="http://www.windowsphone7development.net/" rel="nofollow">WINDOWS PHONE 7 DEVELOPMENT<br />
</a>moves a step ahead from traditional concept of icons.<br />
&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on There&#8217;s a maximum of 255 local messaging channels in Silverlight 4 by Amish</title>
		<link>http://www.robfe.com/2011/01/maximum-of-255-local-messaging-channels-in-silverlight-4/comment-page-1/#comment-381</link>
		<dc:creator>Amish</dc:creator>
		<pubDate>Fri, 09 Dec 2011 06:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=204#comment-381</guid>
		<description>Are you sure about the number of channels ?</description>
		<content:encoded><![CDATA[<p>Are you sure about the number of channels ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by Tom</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-367</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 18 Oct 2011 19:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-367</guid>
		<description>You can find a high performance solution to raise property changes without magic strings here: http://tomsundev.wordpress.com/category/articles/update-property-change-notification-without-strings/</description>
		<content:encoded><![CDATA[<p>You can find a high performance solution to raise property changes without magic strings here: <a href="http://tomsundev.wordpress.com/category/articles/update-property-change-notification-without-strings/" rel="nofollow">http://tomsundev.wordpress.com/category/articles/update-property-change-notification-without-strings/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by Rob</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-334</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 06 Oct 2011 09:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-334</guid>
		<description>&quot;nameof&quot; is exactly what i was hoping would be added to C# in order to solve this (although it would be a more general solution if you got a System.Reflection.MemberInfo back - to closer match typeof()).</description>
		<content:encoded><![CDATA[<p>&#8220;nameof&#8221; is exactly what i was hoping would be added to C# in order to solve this (although it would be a more general solution if you got a System.Reflection.MemberInfo back &#8211; to closer match typeof()).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by Christoph</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-333</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Thu, 06 Oct 2011 07:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-333</guid>
		<description>That is why I always thought a &quot;nameof()&quot; operator would be an awesome addition to the language (as proposed here http://codefluff.blogspot.com/2010/05/case-for-nameof-operator.html ) to get rid of all the magic strings. At least now there will be a few less of them in c#5.</description>
		<content:encoded><![CDATA[<p>That is why I always thought a &#8220;nameof()&#8221; operator would be an awesome addition to the language (as proposed here <a href="http://codefluff.blogspot.com/2010/05/case-for-nameof-operator.html" rel="nofollow">http://codefluff.blogspot.com/2010/05/case-for-nameof-operator.html</a> ) to get rid of all the magic strings. At least now there will be a few less of them in c#5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by Rob</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-331</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 05 Oct 2011 23:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-331</guid>
		<description>Oh sure I see. We have a rule on our project: INPC is only for WPF&#039;s benefit. If your &lt;em&gt;code&lt;/em&gt; needs to depend on a property changing, then we implement a plain event specifically for that property...</description>
		<content:encoded><![CDATA[<p>Oh sure I see. We have a rule on our project: INPC is only for WPF&#8217;s benefit. If your <em>code</em> needs to depend on a property changing, then we implement a plain event specifically for that property&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by Caleb Vear</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-330</link>
		<dc:creator>Caleb Vear</dc:creator>
		<pubDate>Wed, 05 Oct 2011 23:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-330</guid>
		<description>You can just use NotifyPropertyWeaver now and you don&#039;t even need to implement the properties, just use auto properties.

http://code.google.com/p/notifypropertyweaver/</description>
		<content:encoded><![CDATA[<p>You can just use NotifyPropertyWeaver now and you don&#8217;t even need to implement the properties, just use auto properties.</p>
<p><a href="http://code.google.com/p/notifypropertyweaver/" rel="nofollow">http://code.google.com/p/notifypropertyweaver/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raising the right PropertyChanged with C# 5&#8242;s Caller Info Attributes by Andy Lowry</title>
		<link>http://www.robfe.com/2011/09/raising-the-right-propertychanged-with-c-5s-caller-info-attributes/comment-page-1/#comment-329</link>
		<dc:creator>Andy Lowry</dc:creator>
		<pubDate>Wed, 05 Oct 2011 18:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robfe.com/?p=208#comment-329</guid>
		<description>Hi Rob, unless your binding using WPF or some other library that handles the dirty work for you.  The client of your INotifyPropertyChanged class needs to handle the PropertyChanged event and then use the string name to determine which property has changed.  This still has the same problems as before.

I think INotifyPropertyChanged is the problem.  It would be nice to replace it with something easier to use.</description>
		<content:encoded><![CDATA[<p>Hi Rob, unless your binding using WPF or some other library that handles the dirty work for you.  The client of your INotifyPropertyChanged class needs to handle the PropertyChanged event and then use the string name to determine which property has changed.  This still has the same problems as before.</p>
<p>I think INotifyPropertyChanged is the problem.  It would be nice to replace it with something easier to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

