Browse by Tags

All Tags » NetFx3 (RSS)
VS2008 SP1 Beta is quite a package. By default the installation downloads the packages as needed and when needed. Now that is just fine if you only need to install a single machine. But when you need to install multiple, possibly virtual, machines like...
The Dutch Microsoft office has posted the first of the Community DevCast we recorded. The host is Alex Thissen who actually does most of the work as he also edits the screencasts so don't forget to thank him next week when you run into him at the...
By default every custom workflow activity shows the same icon. And using an icon that help understand what the activity actually does makes life so much easier for the user of your activity. And remember he is a developer so some day he might just return...
with no comments
Filed under: , , , ,
When I tried I received the following very helpful System.ServiceModel.ProtocolException with Message="The remote server returned an unexpected response: (407) Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request...
with no comments
Filed under: , , , ,
For some reason a lot of people seem to think that only a single WorkflowRuntime object can be created in an AppDomain. And it isn't just the average Joe out there who seems to think so, no even book authors describe this behavior as the Workflow...
with no comments
Filed under: , , , ,
The ReplicatorActivity is one of the more interesting Workflow Foundation activities to work with when you have a collection of data and want to iterate over each item. Basically just think of it as a For Each statement in regular code. To demonstrate...
with no comments
Filed under: , , , ,
I recently received a copy of Pro WCF: Practical Microsoft SOA Implementation so I could review it. So did I like the book? Not really The problem with the book is that it wants to cover far too much and diverse material. Now covering a lot of material...
2 comment(s)
Filed under: , ,
Sometimes you can get these kinds of errors using the new Workflow Foundation ReceiveActivity when property binding the incoming value. So why does this happen Well it appears the validation is comparing the type of the original interface to to the type...
with no comments
Filed under: , , , ,
I just noticed the second part of my article about developing custom Windows Workflow Foundation activities. Read part 2 here . Just in case you missed part 1 you can find it here . Enjoy! www.TheProblemSolver.nl http://wiki.WindowsWorkflowFoundation...
1 comment(s)
Filed under: , , ,
As I mentioned previously I was working in a Workflow Persistence Service using SQL Server Compact as the back end store. Now this might not be the best persistence store to use in every application but it has a number of advantages. One of the main advantages...
Sometimes you just want to be able to create a workflow in code bus save it as a XOML workflow so the end user has the opportunity to modify it. Well it turns out to be quite easy as the WorkflowMarkupSerializer class is your friend. The following code...
with no comments
Filed under: , , ,
The new ReceiveActivity and SendActivity that marry Windows Workflow Foundation (WF) and Windows Communication Foundation (WCF) are really cool . Getting started is easy because a new Sequential Workflow Service Library, found under WCF instead of Workflow...
with no comments
Filed under: , , , , , ,
More Posts Next page »