Sign in
Ron Jacobs
Windows Workflow Foundation
Windows Workflow Foundation
Follow Me
Facebook
Twitter
YouTube
Workflow TV
RSS
http://channel9.msdn.com/Shows/Workflow-TV
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET 4
AppFabric
AppFabric Cache
ARCast
Aspiring Architect
Case Study
CodeContracts
endpoint.tv
MVC
OData
Platform Update 1
PowerShell
REST
SOA Patterns
TDD
Unit Testing
Versioning
Video Case Study
VS2010
WCF
WCF Data Services
WCF4
WF4
WFNews
Workflow Services
Archive
Archives
January 2013
(1)
September 2012
(1)
August 2012
(1)
July 2012
(5)
June 2012
(1)
May 2012
(1)
December 2011
(3)
October 2011
(1)
September 2011
(2)
August 2011
(3)
July 2011
(3)
June 2011
(9)
May 2011
(13)
April 2011
(8)
March 2011
(7)
February 2011
(2)
January 2011
(13)
December 2010
(5)
November 2010
(3)
October 2010
(6)
September 2010
(6)
August 2010
(3)
July 2010
(7)
June 2010
(22)
May 2010
(9)
April 2010
(16)
March 2010
(4)
February 2010
(8)
January 2010
(2)
December 2009
(5)
November 2009
(1)
September 2009
(4)
July 2009
(2)
June 2009
(4)
May 2009
(1)
April 2009
(1)
March 2009
(7)
February 2009
(4)
January 2009
(8)
November 2008
(6)
October 2008
(6)
September 2008
(1)
August 2008
(6)
July 2008
(4)
June 2008
(4)
May 2008
(3)
April 2008
(6)
March 2008
(6)
February 2008
(2)
January 2008
(2)
October 2007
(3)
August 2007
(1)
July 2007
(2)
June 2007
(2)
April 2007
(3)
March 2007
(1)
February 2007
(1)
January 2007
(3)
December 2006
(3)
November 2006
(11)
October 2006
(5)
September 2006
(3)
August 2006
(1)
July 2006
(2)
March 2006
(1)
February 2006
(2)
January 2006
(1)
December 2005
(2)
September 2005
(3)
July 2005
(1)
June 2005
(1)
May 2005
(2)
April 2005
(3)
March 2005
(5)
February 2005
(2)
January 2005
(2)
December 2004
(1)
October 2004
(3)
June 2004
(2)
May 2004
(1)
April 2004
(1)
February 2004
(4)
MSDN Blogs
>
Ron Jacobs
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ron Jacobs
My Last Post
Posted
5 months ago
by
Ron Jacobs
49
Comments
A few months ago I wrote this post about my diagnosis with Adiposis Dolorosa (Dercum's Disease) . After writing it I had a brief reprieve from the symptoms and for a while I was able to work part time. Then in September I had surgery to remove some of...
Ron Jacobs
The Amazing Race
Posted
9 months ago
by
Ron Jacobs
1
Comments
I’ll never forget the first time I heard someone mention a “Race Condition”. In my younger years when I was more worried about what people thought of me I was to embarrassed to admit that I didn’t really know what they were talking about. ...
Ron Jacobs
Less is More
Posted
9 months ago
by
Ron Jacobs
6
Comments
I am a musician. Over the years I have played keyboards in many bands, traveling and performing mostly as a hobby. I’ll never forget what one of my mentors taught me. He said “The rest is just as important as the note” The rest is the part of the song...
Ron Jacobs
How to use LINQ in a Workflow
Posted
10 months ago
by
Ron Jacobs
1
Comments
Question Can I use a LINQ Query such as the following in a Workflow? private static void ShowQueryWithCode(IEnumerable< string > names) { Console.WriteLine( "Linq Query in Code - show names that start with 'R'" ); // Assuming there are...
Ron Jacobs
How to make a library portable and data binding friendly at the same time?
Posted
10 months ago
by
Ron Jacobs
2
Comments
Here is the challenge. Create a portable library that could be used by almost anything including Console Apps, Windows Phone, ASP.NET, Xbox 360 Make it data binding friendly for targets like WPF, Silverlight and Windows 8 XAML Metro Apps by supporting...
Ron Jacobs
My Essential Development Tools
Posted
11 months ago
by
Ron Jacobs
12
Comments
There are a few development tools that I just can’t live without. ReSharper A few years ago I was sitting in Glenn Block’s office when I noticed some strange additions to Visual Studio. When I asked him about it he said “That’s ReSharper” and I...
Ron Jacobs
What’s Up With Ron
Posted
11 months ago
by
Ron Jacobs
13
Comments
Nearly every day I get email from someone asking for help. I wish I had time to answer every question. I used to answer more of them but recently I was diagnosed with Adiposis Dolorosa. Adiposis dolorosa , or Dercum disease, is a rare condition...
Ron Jacobs
Three Simple Rules for Better Debugging with WorkflowApplication
Posted
11 months ago
by
Ron Jacobs
3
Comments
Developers often say that there is a steep learning curve with Windows Workflow Foundation (WF4). I won’t deny that… instead, allow me to share three simple rules that will help you to get over that curve sooner and to make them easy to remember...
Ron Jacobs
What State is my StateMachine in?
Posted
over 1 year ago
by
Ron Jacobs
7
Comments
Recently saw this question in the MSDN Workflow Forum Is there a (SetState) in the new StateMachine Activity? Many users of Workflow in .NET 3.5 took advantage of the StateMachineWorkflowInstance class to determine what state a workflow is in, and also...
Ron Jacobs
Extending ASP.NET MVC Account Registration with Workflow (WF4)
Posted
over 1 year ago
by
Ron Jacobs
7
Comments
One thing that many web sites do is to verify email addresses by sending you an email to complete registration. I decided to build a Registration system for ASP.NET MVC using Windows Workflow Foundation. When you create a new ASP.NET MVC web site...
Ron Jacobs
Troubleshooting Workflow Services with diagnostic logging
Posted
over 2 years ago
by
Ron Jacobs
4
Comments
Sometimes you have a workflow service that is misbehaving in a production environment. How do you figure out what is going on when you can’t attach a debugger? The solution is to use Workflow Tracking. There are two alternatives you can try...
Ron Jacobs
How To Enable Service Metadata for Workflow Services
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
Try this… Create a new ASP.NET Web Application (MVC or Web Forms). Then add a new a WCF Workflow Service to your web project. Now try to add a service reference to your workflow service. It fails with an error. There was an error downloading...
Ron Jacobs
Troubleshooting Silverlight, WorkflowServices, WCF and Behavior Extensions
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In my previous posts I’ve written about my experiences with WorkflowServices and Silverlight. Troubleshooting Workflow Services / Silverlight Using Workflow Services and Silverlight Together WorkflowServices, CanCreateInstance and Silverlight Problem...
Ron Jacobs
WF4 WorkflowServices Troubleshooting Tip: Browse the XAMLX
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
I was doing some work on my Contoso HR Workflow Services sample application today when for some strange reason things were not working at all. I found that when I tried to send a message to the Workflow Service from the ASP.NET code I got this exception...
Ron Jacobs
Visual Studio 11 Preview and .NET 4 Platform Update 1 Side by Side Bug
Posted
over 2 years ago
by
Ron Jacobs
3
Comments
If you install the Visual Studio 11 Preview release on a machine that has .NET 4 Platform Update 1 installed you will find that projects targeting .NET 4 Platform Update 1 will fail to build properly. The error you will get is 'System.Activities...
Ron Jacobs
Using the WCF Test Client to Test Your Workflow Service
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
If you need a quick and simple way to manually test your WorkflowService the WCF Test Client makes it simple but there are a few tips that will make your life much easier. Tip: Add the WCF Test Client to your Visual Studio Tools menu Select Tools / External...
Ron Jacobs
Troubleshooting Workflow Services / Silverlight
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
From time to time I’ll hear from somebody who is trying to use a WCF Workflow Service with Silverlight as the client and they are getting this exception. System.ServiceModel.CommunicationException was unhandled by user code Message=An error occurred while...
Ron Jacobs
XamlInjector–Cannot create unknown type errors
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
If you are using Microsoft.Activities.UnitTesting.XamlInjector to mock activities you may run into an error like this. Test method XamlInjectorRepro.Test.UnitTest1.TestMethod1 threw exception: System.Xaml.XamlObjectWriterException: Cannot create unknown...
Ron Jacobs
How to create a Custom Activity Designer with Windows Workflow Foundation (WF4)
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
The Windows Workflow Foundation (WF4) - Custom Activity Designer sample demonstrates how you can build an activity and activity designer. It includes three projects MyActivityLibrary - The activity library project MyActivityLibrary.Design - The...
Ron Jacobs
MSTest [DeploymentItem] and Environment Variables
Posted
over 2 years ago
by
Ron Jacobs
3
Comments
Today I’ve been fixing up the build system for Microsoft.Activities and Microsoft.Activities.UnitTesting. Over time I’ve been using a combination of strange tools and batch files to build things but it became such a mess I decided to take the time...
Ron Jacobs
CleanProject - Cleans Visual Studio Solutions For Uploading or Email
Posted
over 2 years ago
by
Ron Jacobs
6
Comments
You know those little tools you build to help in your development? The ones that you slapped together in a hurry and might not work all the time but you put up with them because you don’t want to take the time to fix them? Well CleanProject...
Ron Jacobs
Nuget Package Images
Posted
over 2 years ago
by
Ron Jacobs
2
Comments
The NuGet team has recently added the ability to store the package icon URL in the nuspec file. Now I need to have a public copy of the icon available somewhere on the web. I tried putting it on CodePlex but the URI uses QueryString parameters...
Ron Jacobs
How to: Implement a WCF Asynchronous Service Operation with Task<T>
Posted
over 2 years ago
by
Ron Jacobs
5
Comments
I love Task<T>. It has to be one of the finest innovations in the framework in the past few years. Recently I was reviewing some old WCF documentation How to: Implement an Asynchronous Service Operation which was probably written in...
Ron Jacobs
Windows Workflow Foundation (WF4) ParallelFor Activity
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In my previous posts I’ve been arguing that you can implement Task Parallelism with Windows Workflow Foundation (WF4). This post is a part of a series on WF, Parallelism and Threading Windows Workflow Foundation (WF4) Activities and Threads The...
Ron Jacobs
Windows Workflow (WF4) Task Parallelism with Sequences
Posted
over 2 years ago
by
Ron Jacobs
0
Comments
In my last post The Workflow Parallel Activity and Task Parallelism I said that you can implement Task Parallelism with Windows Workflow Foundation. In this post I want to explore some of the differences between the Parallel Activity in System.Workflow...
Page 1 of 14 (326 items)
1
2
3
4
5
»