<?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: Using INotifyDataErrorInfo for validation in MVVM with Silverlight</title> <atom:link href="http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/feed/" rel="self" type="application/rss+xml" /><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/</link> <description>Jag Reehal on Agile Development, ASP.NET MVC and all manner of good stuff</description> <lastBuildDate>Sun, 29 Jan 2012 22:29:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Anonymous</title><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/#comment-246</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 23 May 2011 00:33:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1038#comment-246</guid> <description>Hi Edwin,Without seeing the rest of the code I can&#039;t say, but in the example I have shown the calculator values are properties in the ViewModel itself.Cheers,Jag</description> <content:encoded><![CDATA[<p>Hi Edwin,</p><p>Without seeing the rest of the code I can&#8217;t say, but in the example I have shown the calculator values are properties in the ViewModel itself.</p><p>Cheers,</p><p>Jag</p> ]]></content:encoded> </item> <item><title>By: Edwin Raubenheimer</title><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/#comment-245</link> <dc:creator>Edwin Raubenheimer</dc:creator> <pubDate>Fri, 13 May 2011 08:51:00 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1038#comment-245</guid> <description>Hi, thanks for the post. I&#039;ve also implemented INotifyDataErrorInfo and works great except I can&#039;t solve this one:Your Example:My Example:How do you call AddErrorForProperty?
AddErrorForProperty(&quot;Datacontract.FirstValue&quot;
or AddErrorForProperty(&quot;FirstValue&quot;Because both of them doesn&#039;t work.</description> <content:encoded><![CDATA[<p>Hi, thanks for the post. I&#8217;ve also implemented INotifyDataErrorInfo and works great except I can&#8217;t solve this one:</p><p>Your Example:</p><p>My Example:</p><p>How do you call AddErrorForProperty?<br
/> AddErrorForProperty(&#8220;Datacontract.FirstValue&#8221;<br
/> or AddErrorForProperty(&#8220;FirstValue&#8221;</p><p>Because both of them doesn&#8217;t work.</p> ]]></content:encoded> </item> <item><title>By: Jag Reehal</title><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/#comment-211</link> <dc:creator>Jag Reehal</dc:creator> <pubDate>Mon, 31 Jan 2011 18:49:35 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1038#comment-211</guid> <description>Graham,What about clearing all errors when a Surname changes and then validate it?Cheers,Jag</description> <content:encoded><![CDATA[<p>Graham,</p><p>What about clearing all errors when a Surname changes and then validate it?</p><p>Cheers,</p><p>Jag</p> ]]></content:encoded> </item> <item><title>By: Graham Hobson</title><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/#comment-206</link> <dc:creator>Graham Hobson</dc:creator> <pubDate>Thu, 27 Jan 2011 13:52:16 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1038#comment-206</guid> <description>Jag: I was able to refernce the DLL that way - thanks, didn&#039;t think that would work.In the Dictionary object _currentErrors how do you remove a specific error that was added before. For instance a Surname is invalidated as being empty and then the user types numbers. My example shows the non-numeric error message but keeps the empty message when the field is obviously no longer empty.</description> <content:encoded><![CDATA[<p>Jag: I was able to refernce the DLL that way &#8211; thanks, didn&#8217;t think that would work.</p><p>In the Dictionary object _currentErrors how do you remove a specific error that was added before. For instance a Surname is invalidated as being empty and then the user types numbers. My example shows the non-numeric error message but keeps the empty message when the field is obviously no longer empty.</p> ]]></content:encoded> </item> <item><title>By: Jag Reehal</title><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/#comment-205</link> <dc:creator>Jag Reehal</dc:creator> <pubDate>Wed, 26 Jan 2011 20:40:39 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1038#comment-205</guid> <description>Graham,Have you tried adding the dll usingAdd Reference &gt; Browseinstead of adding the project viaAdd Reference &gt; Projectsas suggested on &lt;a href=&quot;http://stackoverflow.com/questions/2792207/vs2010-warning-on-add-project-reference-to-silverlight-project-from-net-project&quot; rel=&quot;nofollow&quot;&gt;stackoverflow&lt;/a&gt;?Cheers Jag</description> <content:encoded><![CDATA[<p>Graham,</p><p>Have you tried adding the dll using</p><p>Add Reference > Browse</p><p>instead of adding the project via</p><p>Add Reference > Projects</p><p>as suggested on <a
href="http://stackoverflow.com/questions/2792207/vs2010-warning-on-add-project-reference-to-silverlight-project-from-net-project" rel="nofollow">stackoverflow</a>?</p><p>Cheers Jag</p> ]]></content:encoded> </item> <item><title>By: Graham Hobson</title><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/#comment-202</link> <dc:creator>Graham Hobson</dc:creator> <pubDate>Wed, 26 Jan 2011 14:55:58 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1038#comment-202</guid> <description>Just a trivial question. I was working on a Silverlight solution and came to a point where I wanted to start implementatin validation techniques.I had many common chunks of functionality in a Silverlight Class Library (Common) after following a solution by Microsoft&#039;s John Papa in the recent Silverlight Firestarte event. The EntityBase class seemed to belong in there but I couldn&#039;t reference it in my Unit Testing project because &quot;it targeted a different framework family&quot;.</description> <content:encoded><![CDATA[<p>Just a trivial question. I was working on a Silverlight solution and came to a point where I wanted to start implementatin validation techniques.</p><p>I had many common chunks of functionality in a Silverlight Class Library (Common) after following a solution by Microsoft&#8217;s John Papa in the recent Silverlight Firestarte event. The EntityBase class seemed to belong in there but I couldn&#8217;t reference it in my Unit Testing project because &#8220;it targeted a different framework family&#8221;.</p> ]]></content:encoded> </item> <item><title>By: Dew Drop &#8211; July 16, 2010 &#124; Alvin Ashcraft&#039;s Morning Dew</title><link>http://www.arrangeactassert.com/using-inotifydataerrorinfo-for-validation-in-mvvm-with-silverlight/#comment-86</link> <dc:creator>Dew Drop &#8211; July 16, 2010 &#124; Alvin Ashcraft&#039;s Morning Dew</dc:creator> <pubDate>Fri, 16 Jul 2010 14:16:57 +0000</pubDate> <guid
isPermaLink="false">http://www.arrangeactassert.com/?p=1038#comment-86</guid> <description>[...] INotifyDataErrorInfo for validation in MVVM with Silverlight and WPF and&#160;Using INotifyDataErrorInfo for validation in MVVM with Silverlight (Jag [...]</description> <content:encoded><![CDATA[<p>[...] INotifyDataErrorInfo for validation in MVVM with Silverlight and WPF and&#160;Using INotifyDataErrorInfo for validation in MVVM with Silverlight (Jag [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.arrangeactassert.com @ 2012-02-06 00:36:52 by W3 Total Cache -->
