<?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: Better User and Developer Experiences &#8211; From Windows Forms to WPF with MVVM: Conclusion</title>
	<atom:link href="http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/</link>
	<description>Thoughts on C#, WPF, .NET, and programming for Scientific Visualization</description>
	<lastBuildDate>Fri, 11 May 2012 16:07:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Reed</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-2113</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Thu, 15 Mar 2012 17:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-2113</guid>
		<description>Glad to hear it helped, Chris!</description>
		<content:encoded><![CDATA[<p>Glad to hear it helped, Chris!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-2112</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 15 Mar 2012 17:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-2112</guid>
		<description>Hi, I would like to thank you for writing this series of articles. Your writing has really helped me understand WPF and MVVM in a very quick and concise manner. The sample solutions combined with easy to digest blog posts is just fantastic.

Thanks again,
Chris</description>
		<content:encoded><![CDATA[<p>Hi, I would like to thank you for writing this series of articles. Your writing has really helped me understand WPF and MVVM in a very quick and concise manner. The sample solutions combined with easy to digest blog posts is just fantastic.</p>
<p>Thanks again,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1836</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Tue, 25 Oct 2011 16:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1836</guid>
		<description>Jamshid: The code for this program is on the MSDN Code Gallery (link above in post).  You are welcome to copy the ActionCommand from this project and use it in your own.</description>
		<content:encoded><![CDATA[<p>Jamshid: The code for this program is on the MSDN Code Gallery (link above in post).  You are welcome to copy the ActionCommand from this project and use it in your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamshid</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1835</link>
		<dc:creator>Jamshid</dc:creator>
		<pubDate>Tue, 25 Oct 2011 13:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1835</guid>
		<description>how to get ActionCommand in our program</description>
		<content:encoded><![CDATA[<p>how to get ActionCommand in our program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1828</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Sat, 15 Oct 2011 16:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1828</guid>
		<description>This is done via an attached property.  For details on attached properties, I&#039;d recommend reading the MSDN article here: http://msdn.microsoft.com/en-us/library/ms749011.aspx

-Reed</description>
		<content:encoded><![CDATA[<p>This is done via an attached property.  For details on attached properties, I&#8217;d recommend reading the MSDN article here: <a href="http://msdn.microsoft.com/en-us/library/ms749011.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms749011.aspx</a></p>
<p>-Reed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shai</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1822</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Tue, 11 Oct 2011 18:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1822</guid>
		<description>Can you explain how the following portion of code communicate ViewModel?
Can you put implemantion of ViewMode where the following cod segment is pointing?

WebBrowserUtility.BindableSource=&quot;{Binding Uri}&quot;</description>
		<content:encoded><![CDATA[<p>Can you explain how the following portion of code communicate ViewModel?<br />
Can you put implemantion of ViewMode where the following cod segment is pointing?</p>
<p>WebBrowserUtility.BindableSource=&#8221;{Binding Uri}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1693</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Mon, 02 May 2011 15:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1693</guid>
		<description>B. Clay,

It is redundant in that it is not necessary.  I tend to write my code to follow StyleCop guidelines (http://stylecop.codeplex.com/), which require this.

While it&#039;s not technically necessary, it does provide a readability/maintainability advantage if all of your code is this way, as it makes it very, very clear when looking at a code where the variable is scoped.  It also allows you to freely reuse variable names as parameters without as much worry, as private variables will not clash if they&#039;re explicitly scoped with &quot;this.&quot;, which adds some freedom to naming.</description>
		<content:encoded><![CDATA[<p>B. Clay,</p>
<p>It is redundant in that it is not necessary.  I tend to write my code to follow StyleCop guidelines (<a href="http://stylecop.codeplex.com/" rel="nofollow">http://stylecop.codeplex.com/</a>), which require this.</p>
<p>While it&#8217;s not technically necessary, it does provide a readability/maintainability advantage if all of your code is this way, as it makes it very, very clear when looking at a code where the variable is scoped.  It also allows you to freely reuse variable names as parameters without as much worry, as private variables will not clash if they&#8217;re explicitly scoped with &#8220;this.&#8221;, which adds some freedom to naming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B. Clay Shannon</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1678</link>
		<dc:creator>B. Clay Shannon</dc:creator>
		<pubDate>Wed, 20 Apr 2011 19:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1678</guid>
		<description>Why do you prepend &quot;this.&quot; to some of the controls? Isn&#039;t that redundant?

BTW, thanks for this series; I can&#039;t say that I can dive right in and create a MVVM WPF app, but it&#039;s helped me along that path.</description>
		<content:encoded><![CDATA[<p>Why do you prepend &#8220;this.&#8221; to some of the controls? Isn&#8217;t that redundant?</p>
<p>BTW, thanks for this series; I can&#8217;t say that I can dive right in and create a MVVM WPF app, but it&#8217;s helped me along that path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1217</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Mon, 29 Nov 2010 16:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1217</guid>
		<description>Glad to hear that it helped, Peter!</description>
		<content:encoded><![CDATA[<p>Glad to hear that it helped, Peter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1216</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 29 Nov 2010 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1216</guid>
		<description>Great article!

Finally understand some MVVM basics and more important, differences between WinForms and WPF.</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>Finally understand some MVVM basics and more important, differences between WinForms and WPF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1146</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Fri, 08 Oct 2010 22:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1146</guid>
		<description>I&#039;m really glad it helps, Sher!</description>
		<content:encoded><![CDATA[<p>I&#8217;m really glad it helps, Sher!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sher</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1145</link>
		<dc:creator>Sher</dc:creator>
		<pubDate>Fri, 08 Oct 2010 20:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1145</guid>
		<description>This is the best &#039;transitional&#039; discussion I&#039;ve read.  Excellent.  The recasting of our solutions to the MVVM model does not seem nearly s daunting.

Thank you!</description>
		<content:encoded><![CDATA[<p>This is the best &#8216;transitional&#8217; discussion I&#8217;ve read.  Excellent.  The recasting of our solutions to the MVVM model does not seem nearly s daunting.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1132</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 26 Jul 2010 19:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1132</guid>
		<description>Great series.. thanks for taking the time to write it. This will definitely help me as I transition from WinForms to Silverlight (and hopefully some WPF).</description>
		<content:encoded><![CDATA[<p>Great series.. thanks for taking the time to write it. This will definitely help me as I transition from WinForms to Silverlight (and hopefully some WPF).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reed</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1104</link>
		<dc:creator>Reed</dc:creator>
		<pubDate>Thu, 29 Apr 2010 21:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1104</guid>
		<description>Dean,

Glad I can help :)

-Reed</description>
		<content:encoded><![CDATA[<p>Dean,</p>
<p>Glad I can help <img src='http://reedcopsey.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Reed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Thrasher</title>
		<link>http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1103</link>
		<dc:creator>Dean Thrasher</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://reedcopsey.com/2010/01/07/better-user-and-developer-experiences-from-windows-forms-to-wpf-with-mvvm-conclusion/#comment-1103</guid>
		<description>Thanks for posting this series of articles, Reed. I understand WPF and the MVVM pattern much better now. It helps to see how things have changed and evolved since the WinForms days!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this series of articles, Reed. I understand WPF and the MVVM pattern much better now. It helps to see how things have changed and evolved since the WinForms days!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
 
