<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Market Data Trader &#187; MVVM</title>
	<atom:link href="http://marketdatatrader.com/category/mvvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://marketdatatrader.com</link>
	<description></description>
	<lastBuildDate>Wed, 06 Apr 2011 20:31:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Microsoft Patterns and Practices Symposium 2010</title>
		<link>http://marketdatatrader.com/2010/10/26/microsoft-patterns-and-practices-symposium-2010/</link>
		<comments>http://marketdatatrader.com/2010/10/26/microsoft-patterns-and-practices-symposium-2010/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 17:39:44 +0000</pubDate>
		<dc:creator>Alpha</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[OData]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://marketdatatrader.com/2010/10/26/microsoft-patterns-and-practices-symposium-2010/</guid>
		<description><![CDATA[Just a few of my highlights from the Symposium: RX! Linq for real-time events!&#160; Awesome! Background worker threads as you know them are dead?!&#160; Look at the Parallel / Async Patterns put out by the patterns and practices team On the MVVM front, more confirmation that Commands are losing support.&#160; The rumor has it more [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few of my highlights from the Symposium:</p>
<ul>
<li>RX! Linq for real-time events!&#160; Awesome!</li>
<li>Background worker threads as you know them are dead?!&#160; Look at the Parallel / Async Patterns put out by the patterns and practices team </li>
<li>On the MVVM front, more confirmation that Commands are losing support.&#160; The rumor has it more and more are starting to just bind to a method.&#160; Makes sense doesn’t it? </li>
<li>OData everywhere!&#160; In the old 80/20 game, OData addresses 80% of the clients’ needs.&#160; Just stand your data up.&#160; Easy to consume.&#160; Easy to provide. </li>
<li>Keep an eye on REST.&#160; With Glenn Block joining that effort, you can expect a bang up job to be done. </li>
</ul>
<p>Hopefully, I’ll get some more time to put out some more morsels from this week long affair.</p>
<p>Things I was supposed to tell you:</p>
<ul>
<li>Test driven development is not a questionable practice.&#160; The jury is long in on this.&#160; Everyone benefits. </li>
<li>More positives on the pair programming and agile front. </li>
</ul>
 <img src="http://marketdatatrader.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=155" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmarketdatatrader.com%2F2010%2F10%2F26%2Fmicrosoft-patterns-and-practices-symposium-2010%2F&amp;title=Microsoft%20Patterns%20and%20Practices%20Symposium%202010" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fmarketdatatrader.com_2F2010_2F10_2F26_2Fmicrosoft-patterns-and-practices-symposium-2010_2F_amp_title=Microsoft_20Patterns_20and_20Practices_20Symposium_202010?referer=');"><img src="http://marketdatatrader.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://marketdatatrader.com/2010/10/26/microsoft-patterns-and-practices-symposium-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MEF and MVVM</title>
		<link>http://marketdatatrader.com/2010/07/16/mef-and-mvvm/</link>
		<comments>http://marketdatatrader.com/2010/07/16/mef-and-mvvm/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 18:35:24 +0000</pubDate>
		<dc:creator>Alpha</dc:creator>
				<category><![CDATA[.NET 4]]></category>
		<category><![CDATA[MEF]]></category>
		<category><![CDATA[MVVM]]></category>

		<guid isPermaLink="false">http://marketdatatrader.com/2010/07/16/mef-and-mvvm/</guid>
		<description><![CDATA[MEF is fantastic!&#160; I was fortunate to get an introduction from Glenn Block a few months back and have been playing with it ever since.&#160; Today, I discovered the significance of the NonShared Part Creation Policy, which was covered in the original February 2010 MSDN Magazine article “Managed Extensibility Framework: Building Composable Apps in .NET [...]]]></description>
			<content:encoded><![CDATA[<p>MEF is fantastic!&#160; I was fortunate to get an introduction from Glenn Block a few months back and have been playing with it ever since.&#160; Today, I discovered the significance of the NonShared Part Creation Policy, which was covered in the original February 2010 MSDN Magazine article “<a href="http://marketdatatrader.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21zZG4ubWljcm9zb2Z0LmNvbS9lbi11cy9tYWdhemluZS9lZTI5MTYyOC5hc3B4" target=\"_blank\">Managed Extensibility Framework: Building Composable Apps in .NET 4</a>.”&#160; This came in really handy when working on a workbench that allows users to instantiate multiple instances of the same tool and I want each View to have it’s own independent ViewModel.&#160; Very cool MEF team!</p>
 <img src="http://marketdatatrader.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=146" width="1" height="1" style="display: none;" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fmarketdatatrader.com%2F2010%2F07%2F16%2Fmef-and-mvvm%2F&amp;title=MEF%20and%20MVVM" onclick="pageTracker._trackPageview('/outgoing/www.addtoany.com/share_save_url=http_3A_2F_2Fmarketdatatrader.com_2F2010_2F07_2F16_2Fmef-and-mvvm_2F_amp_title=MEF_20and_20MVVM?referer=');"><img src="http://marketdatatrader.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://marketdatatrader.com/2010/07/16/mef-and-mvvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

