<?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: Binding UI Events from View to commands in ViewModel in Silverlight 4</title>
	<atom:link href="http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/</link>
	<description>and ideas for its refactoring...</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:29:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-1463</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Fri, 06 Aug 2010 08:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-1463</guid>
		<description>Glad you liked it.

Please post some links if you have some examples of your work or if you reuse ideas from this blog on some project etc it would nice to see that.

Thanks for your feedback!</description>
		<content:encoded><![CDATA[<p>Glad you liked it.</p>
<p>Please post some links if you have some examples of your work or if you reuse ideas from this blog on some project etc it would nice to see that.</p>
<p>Thanks for your feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Gyves</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-1448</link>
		<dc:creator>Stephen Gyves</dc:creator>
		<pubDate>Thu, 05 Aug 2010 21:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-1448</guid>
		<description>This is exactly what i was looking for. I know that the MVVM Light Toolkit makes this immensely easy, but if you need a solution that is out-of-the-box and not third party based....this is very sweet. Thank you so much for publishing this.</description>
		<content:encoded><![CDATA[<p>This is exactly what i was looking for. I know that the MVVM Light Toolkit makes this immensely easy, but if you need a solution that is out-of-the-box and not third party based&#8230;.this is very sweet. Thank you so much for publishing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HaraldV</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-1032</link>
		<dc:creator>HaraldV</dc:creator>
		<pubDate>Tue, 06 Jul 2010 07:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-1032</guid>
		<description>Good article! Did you know MS made WPF just to tease the Silverlight developers with functionality they would need to make it easy and fun to do Silverlight?</description>
		<content:encoded><![CDATA[<p>Good article! Did you know MS made WPF just to tease the Silverlight developers with functionality they would need to make it easy and fun to do Silverlight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-516</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-516</guid>
		<description>Well send me the zipped solution that does not work to webmaster [ a T ] roboblob.com and i will try to find whats the problem.</description>
		<content:encoded><![CDATA[<p>Well send me the zipped solution that does not work to webmaster [ a T ] roboblob.com and i will try to find whats the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDD</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-513</link>
		<dc:creator>JDD</dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-513</guid>
		<description>I can get your sample app to compile and run just fine.  When I try and replicate your implementation in a brand new VS2010 silverlight application, it all compiles, but when I run it, none of the EventTriggers seem to be firing.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I can get your sample app to compile and run just fine.  When I try and replicate your implementation in a brand new VS2010 silverlight application, it all compiles, but when I run it, none of the EventTriggers seem to be firing.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-264</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Tue, 30 Mar 2010 21:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-264</guid>
		<description>to @foobar and @webz:

I have rebuilt the solution in Visual Studio 2010 RC and uploaded it instead of the old version (for Beta2).
Download again and it will work in RC. (if VS complains about missing references just use Rebuild Solution and it will recompile all the projects).
Same goes for the online demo app, its updated to use latest Silverlight 4 version from the RC.

Thanks for notifying me that it was not working!
Cheers!</description>
		<content:encoded><![CDATA[<p>to @foobar and @webz:</p>
<p>I have rebuilt the solution in Visual Studio 2010 RC and uploaded it instead of the old version (for Beta2).<br />
Download again and it will work in RC. (if VS complains about missing references just use Rebuild Solution and it will recompile all the projects).<br />
Same goes for the online demo app, its updated to use latest Silverlight 4 version from the RC.</p>
<p>Thanks for notifying me that it was not working!<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webz</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-261</link>
		<dc:creator>webz</dc:creator>
		<pubDate>Mon, 29 Mar 2010 23:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-261</guid>
		<description>Hey,

I can&#039;t compile the code. 
The namespace &quot;Framework.Abstractions.Silverlight.Commands&quot; and &quot;Framework.Implementors.Silverlight.EventMapping&quot; seems to be missing. Does something need to be installed?</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I can&#8217;t compile the code.<br />
The namespace &#8220;Framework.Abstractions.Silverlight.Commands&#8221; and &#8220;Framework.Implementors.Silverlight.EventMapping&#8221; seems to be missing. Does something need to be installed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Bartosh</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-145</link>
		<dc:creator>Alexander Bartosh</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-145</guid>
		<description>Great post. Nice  discussion :). Thanks</description>
		<content:encoded><![CDATA[<p>Great post. Nice  discussion <img src='http://blog.roboblob.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog de Oskar Alvarez</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-35</link>
		<dc:creator>Blog de Oskar Alvarez</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-35</guid>
		<description>&lt;strong&gt;Enlaces Interesantes WPF/Silverlight 31-01-2010...&lt;/strong&gt;

Despu&#233;s de una semana de vacaciones disfrutando en las islas afortunadas, probando la playa mientras...</description>
		<content:encoded><![CDATA[<p><strong>Enlaces Interesantes WPF/Silverlight 31-01-2010&#8230;</strong></p>
<p>Despu&eacute;s de una semana de vacaciones disfrutando en las islas afortunadas, probando la playa mientras&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Bugnion</title>
		<link>http://blog.roboblob.com/2010/01/26/binding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4/comment-page-1/#comment-33</link>
		<dc:creator>Laurent Bugnion</dc:creator>
		<pubDate>Sun, 31 Jan 2010 12:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=171#comment-33</guid>
		<description>&quot;My goal was not to use one specific MVVM framework but to create new one that fixes all the flaws in existing frameworks and reuses good things, while keeping the simplicity.&quot; What I love the most about you is your humility ;)

Obviously every maker of MVVM framework is striving to attain this goal. Unfortunately, we also have limited tools to our disposal (the .NET framework is not perfect, and we have to bend it sometimes to get it to do what we want). Also, I do not believe in &quot;one framework to rule them all&quot; because the scenarios in using MVVM are very diverse. This alone explains the great number of MVVM framework available. I am not sure that one more is going to solve all the issue. Rather, I have been working with the various teams at Microsoft (Silverlight, WPF, Cider and Blend especially) to bring changes in the tools and the MSFT frameworks that will help to solve some of the difficulties. As I said often, MVVM Light is a transient framework, and nothing makes me happier than removing a feature because it has been obsoleted by a new version of Silverlight or WPF.

That said, I will definitely keep an eye on your blog and shamelessly steal (oops, I mean &quot;inspire myself of&quot;) any good idea on there ;) 

Cheers,
Laurent</description>
		<content:encoded><![CDATA[<p>&#8220;My goal was not to use one specific MVVM framework but to create new one that fixes all the flaws in existing frameworks and reuses good things, while keeping the simplicity.&#8221; What I love the most about you is your humility <img src='http://blog.roboblob.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Obviously every maker of MVVM framework is striving to attain this goal. Unfortunately, we also have limited tools to our disposal (the .NET framework is not perfect, and we have to bend it sometimes to get it to do what we want). Also, I do not believe in &#8220;one framework to rule them all&#8221; because the scenarios in using MVVM are very diverse. This alone explains the great number of MVVM framework available. I am not sure that one more is going to solve all the issue. Rather, I have been working with the various teams at Microsoft (Silverlight, WPF, Cider and Blend especially) to bring changes in the tools and the MSFT frameworks that will help to solve some of the difficulties. As I said often, MVVM Light is a transient framework, and nothing makes me happier than removing a feature because it has been obsoleted by a new version of Silverlight or WPF.</p>
<p>That said, I will definitely keep an eye on your blog and shamelessly steal (oops, I mean &#8220;inspire myself of&#8221;) any good idea on there <img src='http://blog.roboblob.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>Cheers,<br />
Laurent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
