Sign In
Mebyon Kernow
A blog by Morgan
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Code
Debugging
Instrumentation
Pages
WCF
WF
WPF
Archive
Archives
March 2011
(1)
January 2011
(2)
September 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(4)
April 2010
(1)
December 2009
(1)
November 2009
(1)
September 2009
(1)
August 2009
(2)
July 2009
(1)
May 2009
(2)
March 2009
(3)
February 2009
(1)
January 2009
(1)
December 2008
(3)
June, 2010
MSDN Blogs
>
Mebyon Kernow
>
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mebyon Kernow
Simplifying commands in MVVM and WPF
Posted
over 2 years ago
by
Clibbolasbolei
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
Posted
over 2 years ago
by
Clibbolasbolei
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
Posted
over 2 years ago
by
Clibbolasbolei
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
Posted
over 2 years ago
by
Clibbolasbolei
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)