smoura
Name: smoura
Score: 221.04
Last Seen: 1035 days, 10 hours, 33 minutes ago
Member Since: 30 April, 2009
DotNetShoutout
atom rss
5
Shouts

Quick introduction to MVVM design pattern for WPF | Samuel Moura's DevUX

published 1035 days, 5 hours, 23 minutes ago posted by smourasmoura 1035 days, 10 hours, 33 minutes ago
Thursday, August 19, 2010 2:54:21 PM GMT Thursday, August 19, 2010 9:45:00 AM GMT
A quick introduction to get you started with M-V-VM (Model-View-ViewModel). In this tutorial, the pattern is introduced in a very straight forward way with some code examples. (more)
category: Metro | clicked: 5 | comment | | source: blog.smoura.com
tags: Patterns, WPF, MVVM
4
Shouts

Creating a Printer selection ComboBox with default printer

published 1040 days, 6 hours, 30 minutes ago posted by smourasmoura 1041 days, 10 hours, 1 minute ago
Saturday, August 14, 2010 1:48:04 PM GMT Friday, August 13, 2010 10:17:04 AM GMT
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. (more)
category: Smart Client | clicked: 11 | comment | | source: blog.smoura.com
tags: WPF
8
Shouts

RhinoMocks Stub not retaining value when property shadowed on inheriting interface | Samuel Moura's DevUX

published 1225 days, 9 hours, 48 minutes ago posted by smourasmoura 1226 days, 9 hours, 2 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 11:15:41 AM GMT
I was still fixing the tests that had failed after upgrading to Castle.Windsor 2.1 and RhinoMocks 3.6 when I stumble on this one. Basically I had a unit test that passed before I upgraded and as soon as I switched to using the most recent versions of both libraries the test failed.The issue manifested on a stub for an Interface... (more)
category: Agile | clicked: 0 | comment | | source: sweux.com
tags: TDD, CastleWindsor, Tips, rhinomocks
7
Shouts

BadImageFormatException when debugging interface mocked with RhinoMocks

published 1225 days, 9 hours, 48 minutes ago posted by smourasmoura 1226 days, 9 hours, 7 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 11:10:19 AM GMT
SwitRecently I updated the project I am working on to Castle.Windsor version 2.1. Since we are using an abstraction over the container (for resolving purposes only), we had to adapt it to conform with the new restrictions for Resolving dependenciescher (more)
category: Agile | clicked: 2 | comment | | source: sweux.com
tags: UnitTesting, TDD, CastleWindsor, rhinomocks
8
Shouts

Why breakpoints do not get hit when targeting x86 on Windows 7 x64? | Samuel Moura's DevUX

published 1225 days, 9 hours, 48 minutes ago posted by smourasmoura 1226 days, 9 hours, 11 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 11:06:51 AM GMT
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 upgrade on my development machine, and I wanted to take full advantage of my 8GB of RAM I ended up installing Windows 7 x64. (more)
category: Smart Client | clicked: 0 | comment | | source: smoura.com
tags: Windows7, Debug, VS2008, x64
8
Shouts

Why does the DependencyProperty I set using a DataTrigger does not get its value? | Samuel Moura's DevUX

published 1234 days, 6 hours, 33 minutes ago posted by smourasmoura 1235 days, 8 hours, 49 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Sunday, January 31, 2010 11:29:15 AM GMT
In this blog post I elaborate on a mistake I come across many time. I have struggled with it and have seen others face this same issues countless times. (more)
category: Metro | clicked: 2 | comment | | source: sweux.com
tags: Silverlight, WPF
8
Shouts

Strange behavior of DropShadowEffect | Software and UX

published 1247 days, 6 hours, 39 minutes ago posted by http://pedropombeiro.blogspot.com/http://pedropombeiro.blogspot.com/ 1248 days, 23 hours, 58 minutes ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 8:19:42 PM GMT
This article describes an unexpected behavior from DropShadowEffect that can trip many developers. (more)
category: UX | clicked: 1 | comment | | source: sweux.com
tags: WPF, XAML