Mebyon Kernow

A blog by Morgan

June, 2010

Posts
  • Mebyon Kernow

    Simplifying commands in MVVM and WPF

    • 9 Comments
    I’ve been using MVVM since I started WPF (I was a latecomer to the beauty that is WPF) and one of the things that’s always irked me is the amount of code you need to write in order to expose a command. I’ll typically write something like the following...
  • Mebyon Kernow

    A practical State Machine example

    • 1 Comments
    Now that the State Machine Activity Pack has been released on Codeplex (see http://wf.codeplex.com for details) I thought I should resurrect one of the samples I regularly used in the 3.x days to show a state machine example. The point of this example...
  • Mebyon Kernow

    Creating multiple activities from the toolbox

    • 0 Comments
    This blog post will show you how you can add a custom tool to the toolbox which, when selected, will drop a custom activity onto the designer surface. In addition I’ll also show how to get non-activity classes onto the toolbox. There are many times when...
  • Mebyon Kernow

    Designers for custom activities

    • 0 Comments
    When writing a custom activity you’ll typically want to provide a custom designer which is used when rendering your activity on the design surface. Visual Studio will look for designers using a couple of methods – one old, one new. In this post I’ll show...
Page 1 of 1 (4 items)