<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Command helper classes for Silverlight &amp;amp; WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2009/01/15/command-helper-classes-for-silverlight-wpf.aspx</link><description>Here's a couple classes I've found helpful when writing WPF &amp;amp; Silverlight applications, which I've named simply Command and CommandHelper. Sometimes, you just want to do simple commanding stuff, and you don't need the overhead of RoutedCommand. (Also,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Command helper classes for Silverlight &amp; WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2009/01/15/command-helper-classes-for-silverlight-wpf.aspx#9320194</link><pubDate>Thu, 15 Jan 2009 10:14:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9320194</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;Very cool, thanks for sharing this Nick.&lt;/p&gt;
&lt;p&gt;Question I've wondered before: would it be better to use the !SILVERLIGHT definition check instead of WPF?&lt;/p&gt;
&lt;p&gt;Although Visual Studio Silverlight projects define SILVERLIGHT, I didn't think that WPF projects did anything similar.&lt;/p&gt;
</description></item><item><title>re: Command helper classes for Silverlight &amp; WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2009/01/15/command-helper-classes-for-silverlight-wpf.aspx#9321102</link><pubDate>Thu, 15 Jan 2009 19:28:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9321102</guid><dc:creator>leo</dc:creator><description>&lt;p&gt;Very nice Nick, thanks for the tip ...&lt;/p&gt;
&lt;p&gt;just one quick question, it may be a stupid one but,&lt;/p&gt;
&lt;p&gt;does this code goes as a regular .net library pointing to the full .net framework ? how do the integration with wpf and sl2 works ?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
</description></item><item><title>re: Command helper classes for Silverlight &amp; WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2009/01/15/command-helper-classes-for-silverlight-wpf.aspx#9333554</link><pubDate>Sat, 17 Jan 2009 04:52:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9333554</guid><dc:creator>nkramer</dc:creator><description>&lt;p&gt;Jeff -- good catch, !SILVERLIGHT is more portable. &amp;nbsp;In my project I had added the WPF directive.&lt;/p&gt;
&lt;p&gt;leo -- it's not part of any Microsoft product, just sample code -- cut &amp;amp; paste into your project and have fun.&lt;/p&gt;
&lt;p&gt;I should have included the using clauses:&lt;/p&gt;
&lt;p&gt;using System;&lt;/p&gt;
&lt;p&gt;using System.Collections.Generic;&lt;/p&gt;
&lt;p&gt;using System.Text;&lt;/p&gt;
&lt;p&gt;using System.Windows.Input;&lt;/p&gt;
&lt;p&gt;using System.Windows;&lt;/p&gt;
&lt;p&gt;using System.ComponentModel;&lt;/p&gt;
&lt;p&gt;using System.Windows.Controls;&lt;/p&gt;
&lt;p&gt;using System.Windows.Media;&lt;/p&gt;
</description></item><item><title>Command helper classes for Silverlight &amp; WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2009/01/15/command-helper-classes-for-silverlight-wpf.aspx#9339427</link><pubDate>Mon, 19 Jan 2009 07:41:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9339427</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
</description></item><item><title>re: Command helper classes for Silverlight &amp; WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2009/01/15/command-helper-classes-for-silverlight-wpf.aspx#9404996</link><pubDate>Sat, 07 Feb 2009 19:59:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9404996</guid><dc:creator>Amy</dc:creator><description>&lt;p&gt;Nice work! Can you post the whole code example? What is the SimpleDelegate ?&lt;/p&gt;
</description></item><item><title>re: Command helper classes for Silverlight &amp; WPF</title><link>http://blogs.msdn.com/nickkramer/archive/2009/01/15/command-helper-classes-for-silverlight-wpf.aspx#9411989</link><pubDate>Wed, 11 Feb 2009 07:24:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9411989</guid><dc:creator>nkramer</dc:creator><description>&lt;p&gt;Sorry about that, here's SimpleDelegate:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;public delegate void SimpleDelegate();&lt;/p&gt;
&lt;p&gt;Told you it was simple. &amp;nbsp;&amp;lt;g&amp;gt;&lt;/p&gt;
</description></item></channel></rss>