<?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: Coming in R2: MVVM Localization Manager and Multi Bindings</title>
	<atom:link href="http://blog.intersoftsolutions.com/2010/12/coming-in-r2-mvvm-localization-manager-multi-bindings/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.intersoftsolutions.com/2010/12/coming-in-r2-mvvm-localization-manager-multi-bindings/</link>
	<description>All about development productivity – ASP.NET, Silverlight, WPF, iOS, Android, Windows Phone, Windows 8</description>
	<lastBuildDate>Mon, 21 Jun 2021 04:23:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.33</generator>
	<item>
		<title>By: jimmyps</title>
		<link>http://blog.intersoftsolutions.com/2010/12/coming-in-r2-mvvm-localization-manager-multi-bindings/#comment-363</link>
		<dc:creator><![CDATA[jimmyps]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 02:08:59 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/2010/12/16/coming-in-r2-mvvm-localization-manager-multi-bindings-and-more/#comment-363</guid>
		<description><![CDATA[Hi Fred,

Could you elaborate more details on your difficulties?

I&#039;d be happy to assist.

Thanks,
Jimmy]]></description>
		<content:encoded><![CDATA[<p>Hi Fred,</p>
<p>Could you elaborate more details on your difficulties?</p>
<p>I&#8217;d be happy to assist.</p>
<p>Thanks,<br />
Jimmy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://blog.intersoftsolutions.com/2010/12/coming-in-r2-mvvm-localization-manager-multi-bindings/#comment-362</link>
		<dc:creator><![CDATA[Fred]]></dc:creator>
		<pubDate>Sun, 23 Jan 2011 16:44:03 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/2010/12/16/coming-in-r2-mvvm-localization-manager-multi-bindings-and-more/#comment-362</guid>
		<description><![CDATA[Hi,

I have some difficulties to use the Localization Manager with many Resources files (dispatched in many projects). I am a bit lost :( 


regards,]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have some difficulties to use the Localization Manager with many Resources files (dispatched in many projects). I am a bit lost <img src="http://blog.intersoftsolutions.com/wp-includes/images/smilies/frownie.png" alt=":(" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>
<p>regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New Year Goodies: Mac &#38; Metro-style Tab Controls, Updated Samples, and more &#124; Intersoft Solutions Corporate Blog</title>
		<link>http://blog.intersoftsolutions.com/2010/12/coming-in-r2-mvvm-localization-manager-multi-bindings/#comment-361</link>
		<dc:creator><![CDATA[New Year Goodies: Mac &#38; Metro-style Tab Controls, Updated Samples, and more &#124; Intersoft Solutions Corporate Blog]]></dc:creator>
		<pubDate>Wed, 05 Jan 2011 07:50:36 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/2010/12/16/coming-in-r2-mvvm-localization-manager-multi-bindings-and-more/#comment-361</guid>
		<description><![CDATA[[...] my previous post, I have touched the surface about Localization Manager, a new framework in ClientUI 4 that allows [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] my previous post, I have touched the surface about Localization Manager, a new framework in ClientUI 4 that allows [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmyps</title>
		<link>http://blog.intersoftsolutions.com/2010/12/coming-in-r2-mvvm-localization-manager-multi-bindings/#comment-360</link>
		<dc:creator><![CDATA[jimmyps]]></dc:creator>
		<pubDate>Thu, 16 Dec 2010 16:56:43 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/2010/12/16/coming-in-r2-mvvm-localization-manager-multi-bindings-and-more/#comment-360</guid>
		<description><![CDATA[Hi Ben, glad you liked the new multi binding!

Yes, you got it right. You can choose to do whatever you like in the converter, calculating values based on formula, concatenating strings, and so on. The cool thing here is that whenever one of the &quot;source&quot; values changed, the target element is also updated.]]></description>
		<content:encoded><![CDATA[<p>Hi Ben, glad you liked the new multi binding!</p>
<p>Yes, you got it right. You can choose to do whatever you like in the converter, calculating values based on formula, concatenating strings, and so on. The cool thing here is that whenever one of the &#8220;source&#8221; values changed, the target element is also updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hayat</title>
		<link>http://blog.intersoftsolutions.com/2010/12/coming-in-r2-mvvm-localization-manager-multi-bindings/#comment-359</link>
		<dc:creator><![CDATA[Ben Hayat]]></dc:creator>
		<pubDate>Thu, 16 Dec 2010 16:33:53 +0000</pubDate>
		<guid isPermaLink="false">https://intersoftpt.wordpress.com/2010/12/16/coming-in-r2-mvvm-localization-manager-multi-bindings-and-more/#comment-359</guid>
		<description><![CDATA[Wow Jimmy, on the multi binding! This is powerful, and here is my question/understanding:

Let&#039;s say, I have a form for entering Tax info in multiple input fields. Are you saying that I can have a TextBlock showing total, as &quot;Result&quot; of my input boxes as being entered? And in the converter, I can simply Add the values and format it for the &quot;Total&quot; Textblock.

Is that my correct understanding]]></description>
		<content:encoded><![CDATA[<p>Wow Jimmy, on the multi binding! This is powerful, and here is my question/understanding:</p>
<p>Let&#8217;s say, I have a form for entering Tax info in multiple input fields. Are you saying that I can have a TextBlock showing total, as &#8220;Result&#8221; of my input boxes as being entered? And in the converter, I can simply Add the values and format it for the &#8220;Total&#8221; Textblock.</p>
<p>Is that my correct understanding</p>
]]></content:encoded>
	</item>
</channel>
</rss>
