<?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 for MVVM Fabric</title>
	<atom:link href="http://mvvmfabric.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mvvmfabric.com</link>
	<description>Official Blog of the MVVM Framework for WPF</description>
	<lastBuildDate>Tue, 11 Jan 2011 19:46:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>Comment on Testable Navigation with MVVM Fabric by &#187; Using a View Authorizer at MVVM Fabric - Official Blog of the MVVM Framework for WPF</title>
		<link>http://mvvmfabric.com/2010/12/20/testable-navigation-with-mvvm-fabric/#comment-13</link>
		<dc:creator>&#187; Using a View Authorizer at MVVM Fabric - Official Blog of the MVVM Framework for WPF</dc:creator>
		<pubDate>Tue, 11 Jan 2011 19:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://mvvmfabric.com/?p=23#comment-13</guid>
		<description>[...] while back, I wrote about the navigation solution provided by MVVM Fabric.&#160; In that post, I mentioned the interface IViewAuthorizer.&#160; In this post, I will describe [...]</description>
		<content:encoded><![CDATA[<p>[...] while back, I wrote about the navigation solution provided by MVVM Fabric.&#160; In that post, I mentioned the interface IViewAuthorizer.&#160; In this post, I will describe [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MessageBus by Brent Edwards</title>
		<link>http://mvvmfabric.com/2010/12/19/using-messagebus/#comment-9</link>
		<dc:creator>Brent Edwards</dc:creator>
		<pubDate>Sat, 01 Jan 2011 00:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://mvvmfabric.com/?p=20#comment-9</guid>
		<description>@justin - My implementation of MessageBus uses WeakReferences to combat memory leaks.  If the MessageBus has the only reference to the view model, the WeakReference will let the view model be reclaimed by the garbage collector.</description>
		<content:encoded><![CDATA[<p>@justin &#8211; My implementation of MessageBus uses WeakReferences to combat memory leaks.  If the MessageBus has the only reference to the view model, the WeakReference will let the view model be reclaimed by the garbage collector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MessageBus by test</title>
		<link>http://mvvmfabric.com/2010/12/19/using-messagebus/#comment-7</link>
		<dc:creator>test</dc:creator>
		<pubDate>Thu, 30 Dec 2010 22:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://mvvmfabric.com/?p=20#comment-7</guid>
		<description>Hello,
 Do you know if your Messenger impl. suffers from memory leaks like the other WPF MVVM messenger impls. I&#039;ve seen floating around? The problem is that the references to the subscribing VM&#039;s are never released. The fix I had to implement was manual unsubscription from the messenger. It would be nice to not have to manually unsubscribe when the VMs goes out of life

thanks
justin</description>
		<content:encoded><![CDATA[<p>Hello,<br />
 Do you know if your Messenger impl. suffers from memory leaks like the other WPF MVVM messenger impls. I&#8217;ve seen floating around? The problem is that the references to the subscribing VM&#8217;s are never released. The fix I had to implement was manual unsubscription from the messenger. It would be nice to not have to manually unsubscribe when the VMs goes out of life</p>
<p>thanks<br />
justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ActionCommand by &#187; Using TriggerAction at MVVM Fabric - Official Blog of the MVVM Framework for WPF</title>
		<link>http://mvvmfabric.com/2010/12/18/using-actioncommand/#comment-5</link>
		<dc:creator>&#187; Using TriggerAction at MVVM Fabric - Official Blog of the MVVM Framework for WPF</dc:creator>
		<pubDate>Thu, 23 Dec 2010 20:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://mvvmfabric.com/mvvmfabric/?p=9#comment-5</guid>
		<description>[...] few days ago, I wrote about using MVVM Fabric’s ActionCommand.&#160; Commanding can be useful with controls that provide a Command property, such as Buttons and [...]</description>
		<content:encoded><![CDATA[<p>[...] few days ago, I wrote about using MVVM Fabric’s ActionCommand.&#160; Commanding can be useful with controls that provide a Command property, such as Buttons and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testable Navigation with MVVM Fabric by &#187; Using ModalViewPlacer at MVVM Fabric - Official Blog of the MVVM Framework for WPF</title>
		<link>http://mvvmfabric.com/2010/12/20/testable-navigation-with-mvvm-fabric/#comment-3</link>
		<dc:creator>&#187; Using ModalViewPlacer at MVVM Fabric - Official Blog of the MVVM Framework for WPF</dc:creator>
		<pubDate>Tue, 21 Dec 2010 22:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://mvvmfabric.com/?p=23#comment-3</guid>
		<description>[...] yesterday’s post, I talked about how to do testable navigation with MVVM Fabric.&#160; In that post I made mention of ModalViewPlacer as a stock implementation for IViewPlacer [...]</description>
		<content:encoded><![CDATA[<p>[...] yesterday’s post, I talked about how to do testable navigation with MVVM Fabric.&#160; In that post I made mention of ModalViewPlacer as a stock implementation for IViewPlacer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing MVVM Fabric by Using ActionCommand &#124; MVVM Fabric</title>
		<link>http://mvvmfabric.com/2010/12/17/introducing-mvvm-fabric/#comment-2</link>
		<dc:creator>Using ActionCommand &#124; MVVM Fabric</dc:creator>
		<pubDate>Sun, 19 Dec 2010 01:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://mvvmfabric.com/mvvmfabric/?p=5#comment-2</guid>
		<description>[...] MVVM Fabric   Just another WordPress site    Skip to content HomeAbout        &#8592; Introducing MVVM Fabric [...]</description>
		<content:encoded><![CDATA[<p>[...] MVVM Fabric   Just another WordPress site    Skip to content HomeAbout        &larr; Introducing MVVM Fabric [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

