7 Jul
2009

Fluent Context Builders

One thing I?ve been doing more and more of, especially as I use MSpec and context/spec driven development, is using lambdas and fluent-interface style programming to capture the essence of the spec?s I?m working on and keep them separate from the details of the code that implements them. What the heck does that mean? Well, […]

Read More
1 Jul
2009

Vault and CruiseControl.NET Error: Working Folder State Problem

Category:UncategorizedTag: , , , :

This is one of those problems that teaches humility.  I’m posting this here because the solution is a) trivially obvious, any fool could see it and b) I completely overlooked the obvious solution and maybe a google “hint” would have saved me some time. At Blackfin, we use SourceGear Vault and CruiseControl.net. (We’re moving to […]

Read More
24 Jun
2009

ToggleButton Command for Prism

 Prism Commands enables you to handle user interactions in Xaml.  Even though the plumbing is there, Prism lacks commanding support for everything but Buttons.  Fortunately, it?s relatively easy to create new Commands for a range of controls.  This post details how to create a Checked and UnChecked Command for the ToggleButton (which can be applied […]

Read More
9 Jun
2009

Olympia Software Craftsmanship Workshop – Postmortem

On Saturday, some of us folks from the Seattle ALT.NET community held a workshop in Olympia, covering some software craftsmanship principles. Overall, I think the workshop went pretty well, with the usual assortment of things to learn from. Things That Went Well I was impressed by everyone’s enthusiasm. I was a little worried that we […]

Read More