<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Samuel Moura</title>
	
	<link>http://blog.smoura.com</link>
	<description>If you have never failed, you are not trying hard enough.</description>
	<lastBuildDate>Thu, 11 Apr 2013 12:33:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SamuelMourasDevux" /><feedburner:info uri="samuelmourasdevux" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Quick introduction to MVVM design pattern for WPF</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/f38MfBJUUDw/</link>
		<comments>http://blog.smoura.com/quick-introduction-to-mvvm-design-pattern-for-wpf/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 22:16:32 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=386</guid>
		<description>A quick introduction to get you started with M-V-VM (Model-View-ViewModel). The MVVM pattern is introduced in a very straight forward way with some code examples.&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/f38MfBJUUDw" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/quick-introduction-to-mvvm-design-pattern-for-wpf/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/quick-introduction-to-mvvm-design-pattern-for-wpf/</feedburner:origLink></item>
		<item>
		<title>Creating a Printer selection ComboBox with default printer</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/wozgcg-_nBo/</link>
		<comments>http://blog.smoura.com/creating-printer-selection-combobox-with-default/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 10:12:33 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=365</guid>
		<description>In this tutorial I will show you how to create a ComboBox that lists all the printers installed on your computer and automatically selects the default printer.&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/wozgcg-_nBo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/creating-printer-selection-combobox-with-default/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/creating-printer-selection-combobox-with-default/</feedburner:origLink></item>
		<item>
		<title>RhinoMocks Stub not retaining value when property shadowed on inheriting interface</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/6f6Zm2ICGPQ/</link>
		<comments>http://blog.smoura.com/rhinomocks-stub-not-retaining-value-when-property-shadowed-on-inheriting-interface/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 15:25:15 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[TDD]]></category>
		<category><![CDATA[CastleWindsor]]></category>
		<category><![CDATA[RhinoMocks]]></category>
		<category><![CDATA[UnitTesting]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=278</guid>
		<description>I cannot remember having a Sprint like this! First the issue with debugging in VS2008 on Windows7 x64, then the issue with BadImageFormatException throwing when inheritance constraints were applied to a generic method, and now this one! The Problem I was still fixing the tests that had failed after upgrading to Castle.Windsor 2.1 and RhinoMocks [...]&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/6f6Zm2ICGPQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/rhinomocks-stub-not-retaining-value-when-property-shadowed-on-inheriting-interface/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/rhinomocks-stub-not-retaining-value-when-property-shadowed-on-inheriting-interface/</feedburner:origLink></item>
		<item>
		<title>BadImageFormatException when debugging interface mocked with RhinoMocks</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/UVsRv2jcr9E/</link>
		<comments>http://blog.smoura.com/badimageformatexception-when-debugging-interface-mocked-with-rhinomocks/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 01:47:00 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[TDD]]></category>
		<category><![CDATA[CastleWindsor]]></category>
		<category><![CDATA[RhinoMocks]]></category>
		<category><![CDATA[UnitTesting]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=275</guid>
		<description>My last couple of days has been quite hilarious. First there was the issue with not being able to set breakpoints on my tests, and then started having tests that failed one way when executed normally and a different way when I ran them with debugger attached! The Problem Recently I updated the project I [...]&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/UVsRv2jcr9E" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/badimageformatexception-when-debugging-interface-mocked-with-rhinomocks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/badimageformatexception-when-debugging-interface-mocked-with-rhinomocks/</feedburner:origLink></item>
		<item>
		<title>Why breakpoints do not get hit when targeting x86 on Windows 7 x64?</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/grlekdy_8dY/</link>
		<comments>http://blog.smoura.com/why-breakpoints-do-not-get-hit-when-targeting-x86-on-windows-7-x64/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:19:29 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[VS2008]]></category>
		<category><![CDATA[Windows7]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/index.php/tips/2010/02/01/why-breakpoints-do-not-get-hit-when-targeting-x86-on-windows-7-x64/</guid>
		<description>This is a very particular scenario. It happened to me and cost me over 3 hours to fix it. Background I am currently working on a fully managed WPF application, that references a certified C# DLL that was purposely compiled targeting x86 platform (part of the certification process I think). Since I recently got an [...]&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/grlekdy_8dY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/why-breakpoints-do-not-get-hit-when-targeting-x86-on-windows-7-x64/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/why-breakpoints-do-not-get-hit-when-targeting-x86-on-windows-7-x64/</feedburner:origLink></item>
		<item>
		<title>Why does the DependencyProperty I set using a DataTrigger does not get its value?</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/GOm-8TUN55w/</link>
		<comments>http://blog.smoura.com/why-does-the-dependencyproperty-i-set-using-a-datatrigger-does-not-get-its-value/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 11:20:00 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=260</guid>
		<description>This is a common mistake when developing WPF applications. It has happened to me countless times and I have seen people asking questions about it many times. The Problem I have a Style which defines a DataTrigger to change some property on a control based on a bounded value from the ViewModel. Let&amp;#8217;s take a [...]&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/GOm-8TUN55w" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/why-does-the-dependencyproperty-i-set-using-a-datatrigger-does-not-get-its-value/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/why-does-the-dependencyproperty-i-set-using-a-datatrigger-does-not-get-its-value/</feedburner:origLink></item>
		<item>
		<title>Using FileSystemWatcher to synchronize ComboBox options</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/6RWRG_Xnubs/</link>
		<comments>http://blog.smoura.com/using-filesystemwatcher-to-synchronize-combobox-options/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:03:19 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=231</guid>
		<description>In this post I will present you with my latest addition to my personal user experience arsenal: direct file system synchronization. You will be shown how easily it is for you to setup a FileSystemWatcher to observe file changes on disc, astonishing your user when he least expects.&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/6RWRG_Xnubs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/using-filesystemwatcher-to-synchronize-combobox-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/using-filesystemwatcher-to-synchronize-combobox-options/</feedburner:origLink></item>
		<item>
		<title>Playing Storyboards on DataTriggers to animate a Path</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/JTJB2MJ25do/</link>
		<comments>http://blog.smoura.com/playing-storyboards-on-datatriggers-to-animate-a-path/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 23:03:19 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[DataTrigger]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=238</guid>
		<description>In the application I am working on, we had to display an image accordingly to the value of a field in our ViewModel represented by an Enum. The Enum had 3 possible values: normal, up or down. An arrow pointing up, right or down was to be drawn as a result of the bounded field’s [...]&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/JTJB2MJ25do" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/playing-storyboards-on-datatriggers-to-animate-a-path/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/playing-storyboards-on-datatriggers-to-animate-a-path/</feedburner:origLink></item>
		<item>
		<title>WPF Toolkit DataGrid Part IV: TemplateColumns and Row Grouping</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/h5CKC22Kg7A/</link>
		<comments>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 22:05:33 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[WPF Toolkit]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=206</guid>
		<description>This post is part of the WPF Toolkit DataGrid series. Here is a list with the complete set of blog posts: Part I – Introduction Part II – Custom Styling Part III – Playing with Columns and Cells Part IV – TemplateColumns and Row Grouping Introduction In Part III we got to know a bit [...]&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/h5CKC22Kg7A" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/wpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping/</feedburner:origLink></item>
		<item>
		<title>WPF Toolkit DataGrid, Part III – Playing with Columns and Cells</title>
		<link>http://feedproxy.google.com/~r/SamuelMourasDevux/~3/KoflEIbNHgE/</link>
		<comments>http://blog.smoura.com/wpf-toolkit-datagrid-part-iii-playing-with-datagridcolumns-and-datagridcells/#comments</comments>
		<pubDate>Tue, 19 May 2009 20:37:34 +0000</pubDate>
		<dc:creator>Samuel Moura</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[WPF Toolkit]]></category>

		<guid isPermaLink="false">http://blog.smoura.com/?p=134</guid>
		<description>This post is part of the WPF Toolkit DataGrid series. Here is a list with the complete set of blog posts: Part I – Introduction Part II – Custom Styling Part III – Playing with Columns and Cells Introduction In Part II we gave a bluish style to our DataGrid. In this part we will [...]&lt;img src="http://feeds.feedburner.com/~r/SamuelMourasDevux/~4/KoflEIbNHgE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.smoura.com/wpf-toolkit-datagrid-part-iii-playing-with-datagridcolumns-and-datagridcells/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		<feedburner:origLink>http://blog.smoura.com/wpf-toolkit-datagrid-part-iii-playing-with-datagridcolumns-and-datagridcells/</feedburner:origLink></item>
	</channel>
</rss>
